Skip to content

Commit

Permalink
chore(misc): publish 16.3.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 26, 2023
1 parent f4b39c9 commit 613fa6e
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 200 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["build/packages/*", "build/packages/nx/native-packages/*"],
"version": "16.3.0-beta.9",
"version": "16.3.0-beta.10",
"granularPathspec": false,
"command": {
"publish": {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.0.0",
"@nx/cypress": "16.3.0-beta.9",
"@nx/devkit": "16.3.0-beta.9",
"@nx/eslint-plugin": "16.3.0-beta.9",
"@nx/jest": "16.3.0-beta.9",
"@nx/js": "16.3.0-beta.9",
"@nx/linter": "16.3.0-beta.9",
"@nx/next": "16.3.0-beta.9",
"@nx/react": "16.3.0-beta.9",
"@nx/storybook": "16.3.0-beta.9",
"@nx/web": "16.3.0-beta.9",
"@nx/webpack": "16.3.0-beta.9",
"@nx/cypress": "16.3.0-beta.8",
"@nx/devkit": "16.3.0-beta.8",
"@nx/eslint-plugin": "16.3.0-beta.8",
"@nx/jest": "16.3.0-beta.8",
"@nx/js": "16.3.0-beta.8",
"@nx/linter": "16.3.0-beta.8",
"@nx/next": "16.3.0-beta.8",
"@nx/react": "16.3.0-beta.8",
"@nx/storybook": "16.3.0-beta.8",
"@nx/web": "16.3.0-beta.8",
"@nx/webpack": "16.3.0-beta.8",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -212,7 +212,7 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~16.0.0",
"node-fetch": "^2.6.7",
"nx": "16.3.0-beta.9",
"nx": "16.3.0-beta.8",
"nx-cloud": "16.0.5",
"octokit": "^2.0.14",
"open": "^8.4.0",
Expand Down Expand Up @@ -337,7 +337,7 @@
"resolutions": {
"minimist": "^1.2.6",
"underscore": "^1.12.1",
"nx": "16.3.0-beta.9"
"nx": "16.3.0-beta.8"
},
"nx": {
"includedScripts": [
Expand Down
Loading

0 comments on commit 613fa6e

Please sign in to comment.