Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#698)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2021
1 parent 6f86843 commit 47ad223
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/long-donuts-occur.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/graphql-live-query-patch-json-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @n1ru4l/graphql-live-query-patch-jsondiffpatch

## 0.6.1

### Patch Changes

- 6f86843: ensure unmodified properties are not removed when applying patches
- Updated dependencies [6f86843]
- @n1ru4l/json-patch-plus@0.1.1

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-live-query-patch-json-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/graphql-live-query-patch-jsondiffpatch",
"version": "0.6.0",
"version": "0.6.1",
"author": "n1ru4l <laurinquast@googlemail.com>",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"real-time"
],
"dependencies": {
"@n1ru4l/json-patch-plus": "^0.1.0",
"@n1ru4l/json-patch-plus": "^0.1.1",
"@n1ru4l/graphql-live-query-patch": "^0.5.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/json-patch-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @n1ru4l/json-patch-plus

## 0.1.1

### Patch Changes

- 6f86843: ensure unmodified properties are not removed when applying patches

## 0.1.0

### Minor Changes

- 7e56721: Initial release
2 changes: 1 addition & 1 deletion packages/json-patch-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n1ru4l/json-patch-plus",
"version": "0.1.0",
"version": "0.1.1",
"author": "n1ru4l <laurinquast@googlemail.com>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 47ad223

Please sign in to comment.