Skip to content

Commit 1bfaa62

Browse files
v0.8.3
1 parent 5739a2b commit 1bfaa62

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

packages/examples/all/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Grammarly, Inc.",
2121
"license": "Apache-2.0",
2222
"devDependencies": {
23-
"@grammarly/focal": "0.8.1",
23+
"@grammarly/focal": "0.8.3",
2424
"@grammarly/tslint-config": "0.5.1",
2525
"@types/react": "16.9.11",
2626
"@types/react-dom": "16.9.3",

packages/examples/todomvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Grammarly, Inc.",
2121
"license": "Apache-2.0",
2222
"devDependencies": {
23-
"@grammarly/focal": "0.8.1",
23+
"@grammarly/focal": "0.8.3",
2424
"@grammarly/tslint-config": "0.5.1",
2525
"@types/react": "16.9.11",
2626
"@types/react-dom": "16.9.3",

packages/focal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammarly/focal",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "FRP UI with React, observables, immutable data and lenses",
55
"main": "dist/_cjs/src/index.js",
66
"module": "dist/_esm5/src/index.js",

packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Grammarly, Inc.",
1717
"license": "Apache-2.0",
1818
"devDependencies": {
19-
"@grammarly/focal": "0.8.1",
19+
"@grammarly/focal": "0.8.3",
2020
"@grammarly/tslint-config": "0.5.1",
2121
"@types/node": "^9.6.0",
2222
"@types/react": "16.9.11",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@
131131
lodash "^4.17.10"
132132
to-fast-properties "^2.0.0"
133133

134-
"@grammarly/[email protected]":
135-
version "0.8.1"
136-
resolved "https://registry.yarnpkg.com/@grammarly/focal/-/focal-0.8.1.tgz#bdaacddf547ed10f0b5b075564021bdf09427180"
137-
integrity sha512-I/l5q3FGbq6eRznwlO1Jm1iPLMGG7c01xVSqma3iYYBQAfs13KbpG+IL6wequ676OL3UHBtD2W9O6RrBP2Otow==
138-
139134
"@grammarly/[email protected]":
140135
version "0.5.1"
141136
resolved "https://registry.yarnpkg.com/@grammarly/tslint-config/-/tslint-config-0.5.1.tgz#4b962f0fbd3cf0b40bd7695069942ba04afb564a"

0 commit comments

Comments
 (0)