Skip to content

Commit 745d889

Browse files
Release packages (#100)
# Releases ## @grammarly/focal@0.11.0 ### Minor Changes - 66a4b5c: Mark packages as side-effect free for proper tree shaking by Webpack and other bundlers. - b6f927e: Update peer dependency to include rxjs versions up to 7.x ### Patch Changes - Updated dependencies [66a4b5c] - Updated dependencies [b6f927e] - @grammarly/focal-atom@0.11.0 ## @grammarly/focal-atom@0.11.0 ### Minor Changes - 66a4b5c: Mark packages as side-effect free for proper tree shaking by Webpack and other bundlers. - b6f927e: Update peer dependency to include rxjs versions up to 7.x Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b6f927e commit 745d889

File tree

9 files changed

+28
-18
lines changed

9 files changed

+28
-18
lines changed

.changeset/itchy-monkeys-matter.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/popular-chefs-laugh.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/examples/all/package.json

Lines changed: 1 addition & 1 deletion
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.2",
24+
"@grammarly/focal": "0.11.0",
2525
"@types/react": "^18.0.14",
2626
"@types/react-dom": "^18.0.0",
2727
"css-loader": "^3.2.0",

packages/examples/todomvc/package.json

Lines changed: 1 addition & 1 deletion
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.2",
24+
"@grammarly/focal": "0.11.0",
2525
"@types/react": "^18.0.14",
2626
"@types/react-dom": "^18.0.0",
2727
"eslint": "^7.18.0",

packages/focal-atom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @grammarly/focal-atom
2+
3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 66a4b5c: Mark packages as side-effect free for proper tree shaking by Webpack and other bundlers.
8+
- b6f927e: Update peer dependency to include rxjs versions up to 7.x

packages/focal-atom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammarly/focal-atom",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
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/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @grammarly/focal
2+
3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 66a4b5c: Mark packages as side-effect free for proper tree shaking by Webpack and other bundlers.
8+
- b6f927e: Update peer dependency to include rxjs versions up to 7.x
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [66a4b5c]
13+
- Updated dependencies [b6f927e]
14+
- @grammarly/focal-atom@0.11.0

packages/focal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammarly/focal",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
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",
@@ -98,7 +98,7 @@
9898
"typescript": "^4.7.4"
9999
},
100100
"dependencies": {
101-
"@grammarly/focal-atom": "^0.10.2"
101+
"@grammarly/focal-atom": "^0.11.0"
102102
},
103103
"peerDependencies": {
104104
"@types/react": ">= 18.0.0 < 19.0.0-0",

packages/test/package.json

Lines changed: 1 addition & 1 deletion
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.2",
20+
"@grammarly/focal": "0.11.0",
2121
"@types/react": "^18.0.14",
2222
"@types/react-dom": "^18.0.0",
2323
"eslint": "^7.18.0",

0 commit comments

Comments
 (0)