Skip to content

Commit 52f903a

Browse files
authored
Merge pull request #95 from Igorbek/f-bump-0.10.2
Bump version 0.10.2
2 parents d2c617d + 6e3b643 commit 52f903a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/examples/all/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Grammarly, Inc.",
2222
"license": "Apache-2.0",
2323
"devDependencies": {
24-
"@grammarly/focal": "0.10.1",
24+
"@grammarly/focal": "0.10.2",
2525
"@types/react": "^18.0.14",
2626
"@types/react-dom": "^18.0.0",
2727
"css-loader": "^3.2.0",

packages/examples/todomvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Grammarly, Inc.",
2222
"license": "Apache-2.0",
2323
"devDependencies": {
24-
"@grammarly/focal": "0.10.1",
24+
"@grammarly/focal": "0.10.2",
2525
"@types/react": "^18.0.14",
2626
"@types/react-dom": "^18.0.0",
2727
"eslint": "^7.18.0",

packages/focal-atom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammarly/focal-atom",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "FRP Atom: observables, immutable data and lenses",
55
"main": "dist/_cjs/src/index.js",
66
"module": "dist/_esm2015/src/index.js",

packages/focal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammarly/focal",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "FRP UI with React, observables, immutable data and lenses",
55
"main": "dist/_cjs/src/index.js",
66
"module": "dist/_esm2015/src/index.js",
@@ -97,7 +97,7 @@
9797
"typescript": "^4.7.4"
9898
},
9999
"dependencies": {
100-
"@grammarly/focal-atom": "^0.10.1"
100+
"@grammarly/focal-atom": "^0.10.2"
101101
},
102102
"peerDependencies": {
103103
"@types/react": ">= 18.0.0 < 19.0.0-0",

packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Grammarly, Inc.",
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20-
"@grammarly/focal": "0.10.1",
20+
"@grammarly/focal": "0.10.2",
2121
"@types/react": "^18.0.14",
2222
"@types/react-dom": "^18.0.0",
2323
"eslint": "^7.18.0",

0 commit comments

Comments
 (0)