@nrwl/workspace 15.3.0-rc.0 → 15.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +29 -29
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [15.3.0-rc.0](https://github.com/nrwl/nx/compare/15.2.0...15.3.0-rc.0) (2022-12-05)
6
+ # [15.3.0](https://github.com/nrwl/nx/compare/15.2.0...15.3.0) (2022-12-06)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "15.3.0-rc.0",
3
+ "version": "15.3.0",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -33,31 +33,31 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/angular": "15.3.0-rc.0",
37
- "@nrwl/cli": "15.3.0-rc.0",
38
- "@nrwl/cypress": "15.3.0-rc.0",
39
- "@nrwl/detox": "15.3.0-rc.0",
40
- "@nrwl/devkit": "15.3.0-rc.0",
41
- "@nrwl/esbuild": "15.3.0-rc.0",
42
- "@nrwl/eslint-plugin-nx": "15.3.0-rc.0",
43
- "@nrwl/expo": "15.3.0-rc.0",
44
- "@nrwl/express": "15.3.0-rc.0",
45
- "@nrwl/jest": "15.3.0-rc.0",
46
- "@nrwl/js": "15.3.0-rc.0",
47
- "@nrwl/linter": "15.3.0-rc.0",
48
- "@nrwl/nest": "15.3.0-rc.0",
49
- "@nrwl/next": "15.3.0-rc.0",
50
- "@nrwl/node": "15.3.0-rc.0",
36
+ "@nrwl/angular": "15.3.0",
37
+ "@nrwl/cli": "15.3.0",
38
+ "@nrwl/cypress": "15.3.0",
39
+ "@nrwl/detox": "15.3.0",
40
+ "@nrwl/devkit": "15.3.0",
41
+ "@nrwl/esbuild": "15.3.0",
42
+ "@nrwl/eslint-plugin-nx": "15.3.0",
43
+ "@nrwl/expo": "15.3.0",
44
+ "@nrwl/express": "15.3.0",
45
+ "@nrwl/jest": "15.3.0",
46
+ "@nrwl/js": "15.3.0",
47
+ "@nrwl/linter": "15.3.0",
48
+ "@nrwl/nest": "15.3.0",
49
+ "@nrwl/next": "15.3.0",
50
+ "@nrwl/node": "15.3.0",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.3.0-rc.0",
53
- "@nrwl/react": "15.3.0-rc.0",
54
- "@nrwl/react-native": "15.3.0-rc.0",
55
- "@nrwl/rollup": "15.3.0-rc.0",
56
- "@nrwl/storybook": "15.3.0-rc.0",
57
- "@nrwl/tao": "15.3.0-rc.0",
58
- "@nrwl/web": "15.3.0-rc.0",
59
- "@nrwl/webpack": "15.3.0-rc.0",
60
- "nx": "15.3.0-rc.0"
52
+ "@nrwl/nx-plugin": "15.3.0",
53
+ "@nrwl/react": "15.3.0",
54
+ "@nrwl/react-native": "15.3.0",
55
+ "@nrwl/rollup": "15.3.0",
56
+ "@nrwl/storybook": "15.3.0",
57
+ "@nrwl/tao": "15.3.0",
58
+ "@nrwl/web": "15.3.0",
59
+ "@nrwl/webpack": "15.3.0",
60
+ "nx": "15.3.0"
61
61
  }
62
62
  },
63
63
  "peerDependencies": {
@@ -69,8 +69,8 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@nrwl/devkit": "15.3.0-rc.0",
73
- "@nrwl/linter": "15.3.0-rc.0",
72
+ "@nrwl/devkit": "15.3.0",
73
+ "@nrwl/linter": "15.3.0",
74
74
  "@parcel/watcher": "2.0.4",
75
75
  "chalk": "4.1.0",
76
76
  "chokidar": "^3.5.1",
@@ -85,7 +85,7 @@
85
85
  "ignore": "^5.0.4",
86
86
  "minimatch": "3.0.5",
87
87
  "npm-run-path": "^4.0.1",
88
- "nx": "15.3.0-rc.0",
88
+ "nx": "15.3.0",
89
89
  "open": "^8.4.0",
90
90
  "rxjs": "^6.5.4",
91
91
  "semver": "7.3.4",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "types": "./index.d.ts",
101
- "gitHead": "5d910c0f1a9ec3ba6d7ebd78072af5cc5caf86c5"
101
+ "gitHead": "42618c7e1dc6e14dc9f1eabb636de0023bcd8ba2"
102
102
  }