Skip to content

Commit 85ff1e4

Browse files
committed
bump dependencies and release 1.0.0
1 parent b173061 commit 85ff1e4

File tree

3 files changed

+1213
-397
lines changed

3 files changed

+1213
-397
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## v1.0.0
4+
5+
* Bump dependencies.
6+
* Guard against creating updater fields where constraint is not available.
7+
38
## v1.0.0-alpha.22
49

510
* Fix bug where if an update mutation was called that did not locate

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile-plugin-nested-mutations",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0",
44
"description": "Nested mutations plugin for PostGraphile",
55
"main": "index.js",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"eslint-plugin-import": "^2.14.0",
3131
"eslint-plugin-prettier": "^3.0.1",
3232
"graphql": "^14.0.2",
33-
"jest": "^23.6.0",
33+
"jest": "^24.8.0",
3434
"jest-junit": "^5.2.0",
3535
"pg": "^7.7.1",
3636
"postgraphile-core": "^4.2.0",

0 commit comments

Comments
 (0)