Skip to content

Commit

Permalink
Bumps the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Oct 18, 2019
1 parent 50cd27e commit 43d28fa
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/yarnpkg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@yarnpkg/builder",
"version": "2.0.0-rc.8",
"nextVersion": {
"nonce": "6492942287603617"
"nonce": "7392040076754127"
},
"bin": "./sources/boot-dev.js",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/yarnpkg-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@yarnpkg/cli",
"version": "2.0.0-rc.10",
"nextVersion": {
"semver": "2.0.0-rc.11",
"nonce": "8497379182687559"
},
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/core": "workspace:2.0.0-rc.10",
Expand Down
3 changes: 3 additions & 0 deletions packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@yarnpkg/core",
"version": "2.0.0-rc.10",
"nextVersion": {
"nonce": "3803521365326519"
},
"main": "./sources/index.ts",
"sideEffects": false,
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/yarnpkg-fslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@yarnpkg/fslib",
"version": "2.0.0-rc.6",
"nextVersion": {
"semver": "2.0.0-rc.7",
"nonce": "1849760285022725"
},
"main": "./sources/index.ts",
"sideEffects": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-json-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@yarnpkg/json-proxy",
"version": "2.0.0-rc.2",
"nextVersion": {
"nonce": "5574339745259021"
"nonce": "6892664844683449"
},
"main": "./sources/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@yarnpkg/pnp",
"version": "2.0.0-rc.6",
"nextVersion": {
"nonce": "9003835310538527"
"nonce": "2181472484014385"
},
"main": "./sources/index.ts",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/yarnpkg-pnpify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@yarnpkg/pnpify",
"version": "2.0.0-rc.7",
"nextVersion": {
"nonce": "4709835541163491"
"semver": "2.0.0-rc.8",
"nonce": "1593202656283461"
},
"main": "./sources/boot-dev.js",
"bin": "./sources/boot-cli-dev.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@yarnpkg/shell",
"version": "2.0.0-rc.2",
"nextVersion": {
"nonce": "8104897074983453"
"nonce": "8642380472370651"
},
"main": "./sources/index.ts",
"dependencies": {
Expand Down

0 comments on commit 43d28fa

Please sign in to comment.