Skip to content

Commit cb257de

Browse files
committed
Bump version to v1.9.0 for plugin peerDependencies
This allows plugins to depend on the not-yet-released API by bumping their `peerDependencies` to `>=1.9.0`. IMPORTANT: v1.9.0 IS NOT RELEASED YET. I tried to bump the version to 1.9.0-alpha.0 instead, but unfortunately that doesn't satisfy `>=1.8.6` which would break just about every plugin.
1 parent 02a56dc commit cb257de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@
248248
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
249249
"test-container": "mocha --timeout 5000 tests/container/specs/api"
250250
},
251-
"version": "1.8.16",
251+
"version": "1.9.0",
252252
"license": "Apache-2.0"
253253
}

0 commit comments

Comments
 (0)