Skip to content

Commit

Permalink
release: 4.0.0-rc.1 (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Apr 29, 2019
1 parent 24baca8 commit d2b235b
Show file tree
Hide file tree
Showing 12 changed files with 843 additions and 44 deletions.
760 changes: 760 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "4.0.0-beta.0",
"version": "4.0.0-rc.1",
"license": "MIT",
"author": "akveo <[email protected]>",
"browserslist": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"version:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
"release:prepare": "npm run build:package",
"release:prepare:dev": "npm-run-all version:bump release:prepare build:rename:dev ",
"release:validate": "npm-run-all release:prepare build:wp ci:lint e2e:wp && npm run test:wp -- --watch=false",
"release:validate": "npm-run-all release:prepare build:wp ci:lint && npm run test:wp -- --watch=false",
"release:dev": "npm-run-all release:prepare:dev publish",
"release": "npm-run-all release:validate publish",
"publish": "./scripts/publish.sh",
Expand Down Expand Up @@ -180,4 +180,4 @@
"uglifyjs-webpack-plugin": "1.1.5"
},
"schematics": "./schematics/dist/collection.json"
}
}
79 changes: 59 additions & 20 deletions packages-smoke/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages-smoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
"version": "3.5.0",
"version": "4.0.0-rc.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Loading

0 comments on commit d2b235b

Please sign in to comment.