Skip to content

Commit

Permalink
chore: bump RC version due to npm version conflict (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
BugGambit authored Nov 7, 2024
1 parent a188294 commit 56de0e2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions packages/alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"type": "module",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
Expand All @@ -23,8 +23,8 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^10.0.0-rc.1",
"@cognite/sdk-core": "^5.0.0-rc.1"
"@cognite/sdk": "^10.0.0-rc.2",
"@cognite/sdk-core": "^5.0.0-rc.2"
},
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/beta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.2",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "yarn g:vitest run",
Expand All @@ -22,8 +22,8 @@
"test-snippets": "yarn extract-snippets && yarn g:tsc -p codeSnippets/tsconfig.build.json"
},
"dependencies": {
"@cognite/sdk": "^10.0.0-rc.1",
"@cognite/sdk-core": "^5.0.0-rc.1"
"@cognite/sdk": "^10.0.0-rc.2",
"@cognite/sdk-core": "^5.0.0-rc.2"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"version": "5.0.0-rc.1",
"version": "5.0.0-rc.2",
"type": "module",
"scripts": {
"clean": "rm -rf dist/ docs/",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"version": "8.0.0-rc.1",
"version": "8.0.0-rc.2",
"scripts": {
"clean": "rm -rf dist/ docs/",
"test": "yarn g:vitest run",
Expand All @@ -22,8 +22,8 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^10.0.0-rc.1",
"@cognite/sdk-core": "^5.0.0-rc.1"
"@cognite/sdk": "^10.0.0-rc.2",
"@cognite/sdk-core": "^5.0.0-rc.2"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/stable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"version": "10.0.0-rc.1",
"version": "10.0.0-rc.2",
"type": "module",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
Expand All @@ -22,7 +22,7 @@
"test-snippets": "yarn extract-snippets && yarn g:tsc -p codeSnippets/tsconfig.build.json"
},
"dependencies": {
"@cognite/sdk-core": "^5.0.0-rc.1",
"@cognite/sdk-core": "^5.0.0-rc.2",
"@types/geojson": "^7946.0.14",
"geojson": "^0.5.0",
"lodash": "^4.17.21"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,17 +204,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cognite/sdk-alpha@workspace:packages/alpha"
dependencies:
"@cognite/sdk": "npm:^10.0.0-rc.1"
"@cognite/sdk-core": "npm:^5.0.0-rc.1"
"@cognite/sdk": "npm:^10.0.0-rc.2"
"@cognite/sdk-core": "npm:^5.0.0-rc.2"
languageName: unknown
linkType: soft

"@cognite/sdk-beta@workspace:packages/beta":
version: 0.0.0-use.local
resolution: "@cognite/sdk-beta@workspace:packages/beta"
dependencies:
"@cognite/sdk": "npm:^10.0.0-rc.1"
"@cognite/sdk-core": "npm:^5.0.0-rc.1"
"@cognite/sdk": "npm:^10.0.0-rc.2"
"@cognite/sdk-core": "npm:^5.0.0-rc.2"
languageName: unknown
linkType: soft

Expand All @@ -224,7 +224,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cognite/sdk-core@npm:^5.0.0-rc.0, @cognite/sdk-core@npm:^5.0.0-rc.1, @cognite/sdk-core@workspace:packages/core":
"@cognite/sdk-core@npm:^5.0.0-rc.0, @cognite/sdk-core@npm:^5.0.0-rc.2, @cognite/sdk-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@cognite/sdk-core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -271,8 +271,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cognite/sdk-playground@workspace:packages/playground"
dependencies:
"@cognite/sdk": "npm:^10.0.0-rc.1"
"@cognite/sdk-core": "npm:^5.0.0-rc.1"
"@cognite/sdk": "npm:^10.0.0-rc.2"
"@cognite/sdk-core": "npm:^5.0.0-rc.2"
languageName: unknown
linkType: soft

Expand All @@ -285,11 +285,11 @@ __metadata:
languageName: unknown
linkType: soft

"@cognite/sdk@npm:^10.0.0-rc.0, @cognite/sdk@npm:^10.0.0-rc.1, @cognite/sdk@workspace:packages/stable":
"@cognite/sdk@npm:^10.0.0-rc.0, @cognite/sdk@npm:^10.0.0-rc.2, @cognite/sdk@workspace:packages/stable":
version: 0.0.0-use.local
resolution: "@cognite/sdk@workspace:packages/stable"
dependencies:
"@cognite/sdk-core": "npm:^5.0.0-rc.1"
"@cognite/sdk-core": "npm:^5.0.0-rc.2"
"@types/geojson": "npm:^7946.0.14"
geojson: "npm:^0.5.0"
lodash: "npm:^4.17.21"
Expand Down

0 comments on commit 56de0e2

Please sign in to comment.