Skip to content

Commit

Permalink
Release packages (#100)
Browse files Browse the repository at this point in the history
# Releases
## @grammarly/[email protected]

### 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/[email protected]

## @grammarly/[email protected]

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 23, 2023
1 parent b6f927e commit 745d889
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/itchy-monkeys-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-chefs-laugh.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/examples/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Grammarly, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@grammarly/focal": "0.10.2",
"@grammarly/focal": "0.11.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.0",
"css-loader": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Grammarly, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@grammarly/focal": "0.10.2",
"@grammarly/focal": "0.11.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.0",
"eslint": "^7.18.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/focal-atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @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
2 changes: 1 addition & 1 deletion packages/focal-atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammarly/focal-atom",
"version": "0.10.2",
"version": "0.11.0",
"description": "FRP Atom: observables, immutable data and lenses",
"main": "dist/_cjs/src/index.js",
"module": "dist/_esm2015/src/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/focal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @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
4 changes: 2 additions & 2 deletions packages/focal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammarly/focal",
"version": "0.10.2",
"version": "0.11.0",
"description": "FRP UI with React, observables, immutable data and lenses",
"main": "dist/_cjs/src/index.js",
"module": "dist/_esm2015/src/index.js",
Expand Down Expand Up @@ -98,7 +98,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@grammarly/focal-atom": "^0.10.2"
"@grammarly/focal-atom": "^0.11.0"
},
"peerDependencies": {
"@types/react": ">= 18.0.0 < 19.0.0-0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Grammarly, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@grammarly/focal": "0.10.2",
"@grammarly/focal": "0.11.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.0",
"eslint": "^7.18.0",
Expand Down

0 comments on commit 745d889

Please sign in to comment.