Skip to content

Commit d2b235b

Browse files
authored
release: 4.0.0-rc.1 (#1441)
1 parent 24baca8 commit d2b235b

File tree

12 files changed

+843
-44
lines changed

12 files changed

+843
-44
lines changed

CHANGELOG.md

Lines changed: 760 additions & 0 deletions
Large diffs are not rendered by default.

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.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "4.0.0-beta.0",
3+
"version": "4.0.0-rc.1",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
66
"browserslist": [
@@ -67,7 +67,7 @@
6767
"version:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
6868
"release:prepare": "npm run build:package",
6969
"release:prepare:dev": "npm-run-all version:bump release:prepare build:rename:dev ",
70-
"release:validate": "npm-run-all release:prepare build:wp ci:lint e2e:wp && npm run test:wp -- --watch=false",
70+
"release:validate": "npm-run-all release:prepare build:wp ci:lint && npm run test:wp -- --watch=false",
7171
"release:dev": "npm-run-all release:prepare:dev publish",
7272
"release": "npm-run-all release:validate publish",
7373
"publish": "./scripts/publish.sh",
@@ -180,4 +180,4 @@
180180
"uglifyjs-webpack-plugin": "1.1.5"
181181
},
182182
"schematics": "./schematics/dist/collection.json"
183-
}
183+
}

packages-smoke/package-lock.json

Lines changed: 59 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages-smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-smoke",
3-
"version": "3.5.0",
3+
"version": "4.0.0-rc.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)