Skip to content

Commit c0cf7cf

Browse files
author
alfredbrockotter
committed
BREAKING CHANGE: Upgraded to kentico-cloud-delivery 6
1 parent 262399d commit c0cf7cf

File tree

3 files changed

+955
-330
lines changed

3 files changed

+955
-330
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
# Release
3333
- run:
3434
name: release
35-
command: npm run semantic-release || true
35+
command: npm run semantic-release --dry-run || true

package.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kenticocloud-nuxt-module",
3-
"version": "1.0.0-release",
3+
"version": "1.0.0-beta",
44
"description": "Add Kentico Cloud super power to your nuxt app",
55
"main": "lib/module.js",
66
"directories": {
@@ -13,6 +13,13 @@
1313
"test": "mocha tests/*.js --require @babel/register --reporter spec || exit 0",
1414
"posttest": "eslint lib tests"
1515
},
16+
"release": {
17+
"branch": "UpgradeToBeta6"
18+
},
19+
"publishConfig": {
20+
"registry": "https://registry.npmjs.org/",
21+
"tag": "next"
22+
},
1623
"eslintIgnore": [
1724
"lib/templates/*.*"
1825
],
@@ -43,12 +50,13 @@
4350
},
4451
"homepage": "https://github.com/Domitnator/kenticocloud-nuxt-module#readme",
4552
"dependencies": {
46-
"kentico-cloud-delivery": "^5.7.2"
53+
"kentico-cloud-delivery": "6.0.0-beta.8"
4754
},
4855
"devDependencies": {
49-
"@babel/core": "^7.3.4",
50-
"@babel/preset-env": "^7.3.4",
51-
"@babel/register": "^7.0.0",
56+
"@babel/core": "^7.4.4",
57+
"@babel/preset-env": "^7.4.4",
58+
"@babel/register": "^7.4.4",
59+
"@semantic-release/npm": "^5.1.7",
5260
"babel-plugin-syntax-async-functions": "^6.13.0",
5361
"babel-plugin-transform-regenerator": "^6.26.0",
5462
"babel-polyfill": "^6.26.0",
@@ -61,12 +69,12 @@
6169
"eslint-plugin-promise": "^4.0.1",
6270
"eslint-plugin-standard": "^4.0.0",
6371
"mocha": "^5.2.0",
64-
"rollup": "^1.3.1",
72+
"rollup": "^1.12.3",
6573
"rollup-plugin-babel": "^4.3.2",
66-
"rollup-plugin-commonjs": "^9.2.1",
67-
"rollup-plugin-json": "^3.1.0",
68-
"rollup-plugin-node-resolve": "^4.0.1",
69-
"rollup-plugin-replace": "^2.1.0",
70-
"semantic-release": "^15.13.3"
74+
"rollup-plugin-commonjs": "^10.0.0",
75+
"rollup-plugin-json": "^4.0.0",
76+
"rollup-plugin-node-resolve": "^5.0.0",
77+
"rollup-plugin-replace": "^2.2.0",
78+
"semantic-release": "^15.13.12"
7179
}
7280
}

0 commit comments

Comments
 (0)