Skip to content

Commit

Permalink
chore(release): publish new package versions [skip ci]
Browse files Browse the repository at this point in the history
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
 - @cognite/[email protected]
  • Loading branch information
cognite-cicd committed Aug 26, 2024
1 parent 843c7da commit 6a2067f
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 24 deletions.
20 changes: 20 additions & 0 deletions packages/alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-26)


### chore

* upgrade to typescript 5 ([#1135](https://github.com/cognitedata/cognite-sdk-js/issues/1135)) ([1530809](https://github.com/cognitedata/cognite-sdk-js/commit/15308098e64ec27a6c33049b2712f9cbc49dac38))


### BREAKING CHANGES

* es6 module (vs es5) and typescript 3 -> 5

* chore: release pre-release from the release-v10 branch

* test: skip flaky alerts test





## [0.30.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-20)

**Note:** Version bump only for package @cognite/sdk-alpha
Expand Down
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": "0.30.1",
"version": "1.0.0-rc.0",
"type": "module",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
Expand All @@ -23,8 +23,8 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^9.15.3",
"@cognite/sdk-core": "^4.10.3"
"@cognite/sdk": "^10.0.0-rc.0",
"@cognite/sdk-core": "^5.0.0-rc.0"
},
"files": [
"dist"
Expand Down
20 changes: 20 additions & 0 deletions packages/beta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0-rc.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-26)


### chore

* upgrade to typescript 5 ([#1135](https://github.com/cognitedata/cognite-sdk-js/issues/1135)) ([1530809](https://github.com/cognitedata/cognite-sdk-js/commit/15308098e64ec27a6c33049b2712f9cbc49dac38))


### BREAKING CHANGES

* es6 module (vs es5) and typescript 3 -> 5

* chore: release pre-release from the release-v10 branch

* test: skip flaky alerts test





## [5.11.2](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-20)

**Note:** Version bump only for package @cognite/sdk-beta
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": "5.11.2",
"version": "6.0.0-rc.0",
"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": "^9.15.3",
"@cognite/sdk-core": "^4.10.3"
"@cognite/sdk": "^10.0.0-rc.0",
"@cognite/sdk-core": "^5.0.0-rc.0"
},
"files": [
"dist"
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-rc.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-26)


### chore

* upgrade to typescript 5 ([#1135](https://github.com/cognitedata/cognite-sdk-js/issues/1135)) ([1530809](https://github.com/cognitedata/cognite-sdk-js/commit/15308098e64ec27a6c33049b2712f9cbc49dac38))


### BREAKING CHANGES

* es6 module (vs es5) and typescript 3 -> 5

* chore: release pre-release from the release-v10 branch

* test: skip flaky alerts test





## [4.10.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-20)

**Note:** Version bump only for package @cognite/sdk-core
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": "4.10.3",
"version": "5.0.0-rc.0",
"type": "module",
"scripts": {
"clean": "rm -rf dist/ docs/",
Expand Down
20 changes: 20 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-rc.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-26)


### chore

* upgrade to typescript 5 ([#1135](https://github.com/cognitedata/cognite-sdk-js/issues/1135)) ([1530809](https://github.com/cognitedata/cognite-sdk-js/commit/15308098e64ec27a6c33049b2712f9cbc49dac38))


### BREAKING CHANGES

* es6 module (vs es5) and typescript 3 -> 5

* chore: release pre-release from the release-v10 branch

* test: skip flaky alerts test





## [7.0.24](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-20)

**Note:** Version bump only for package @cognite/sdk-playground
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": "7.0.24",
"version": "8.0.0-rc.0",
"scripts": {
"clean": "rm -rf dist/ docs/",
"test": "yarn g:vitest run",
Expand All @@ -22,8 +22,8 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^9.15.3",
"@cognite/sdk-core": "^4.10.3"
"@cognite/sdk": "^10.0.0-rc.0",
"@cognite/sdk-core": "^5.0.0-rc.0"
},
"files": [
"dist"
Expand Down
20 changes: 20 additions & 0 deletions packages/stable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-rc.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-26)


### chore

* upgrade to typescript 5 ([#1135](https://github.com/cognitedata/cognite-sdk-js/issues/1135)) ([1530809](https://github.com/cognitedata/cognite-sdk-js/commit/15308098e64ec27a6c33049b2712f9cbc49dac38))


### BREAKING CHANGES

* es6 module (vs es5) and typescript 3 -> 5

* chore: release pre-release from the release-v10 branch

* test: skip flaky alerts test





## [9.15.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-08-20)

### Bug Fixes
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": "9.15.3",
"version": "10.0.0-rc.0",
"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": "^4.10.3",
"@cognite/sdk-core": "^5.0.0-rc.0",
"@types/geojson": "^7946.0.14",
"geojson": "^0.5.0",
"lodash": "^4.17.21"
Expand Down
46 changes: 34 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3277,17 +3277,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cognite/sdk-alpha@workspace:packages/alpha"
dependencies:
"@cognite/sdk": "npm:^9.15.3"
"@cognite/sdk-core": "npm:^4.10.3"
"@cognite/sdk": "npm:^10.0.0-rc.0"
"@cognite/sdk-core": "npm:^5.0.0-rc.0"
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:^9.15.3"
"@cognite/sdk-core": "npm:^4.10.3"
"@cognite/sdk": "npm:^10.0.0-rc.0"
"@cognite/sdk-core": "npm:^5.0.0-rc.0"
languageName: unknown
linkType: soft

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

"@cognite/sdk-core@npm:^4.10.3, @cognite/sdk-core@npm:^4.9.0, @cognite/sdk-core@workspace:packages/core":
"@cognite/sdk-core@npm:^4.10.4, @cognite/sdk-core@npm:^4.9.0":
version: 4.10.4
resolution: "@cognite/sdk-core@npm:4.10.4"
dependencies:
cross-fetch: "npm:^3.0.4"
lodash: "npm:^4.17.11"
checksum: 10c0/b8d22fc471254d9016434b0569c8d0ab153a13054aad42b1948f15697e21f5856a019e1ae089e1342be52e4b368ccae86dd9d651a3beb4d0444c6a20bc97fe62
languageName: node
linkType: hard

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

Expand All @@ -3358,17 +3368,29 @@ __metadata:
languageName: unknown
linkType: soft

"@cognite/sdk@npm:^9, @cognite/sdk@npm:^9.15.3, @cognite/sdk@workspace:packages/stable":
"@cognite/sdk@npm:^10.0.0-rc.0, @cognite/sdk@workspace:packages/stable":
version: 0.0.0-use.local
resolution: "@cognite/sdk@workspace:packages/stable"
dependencies:
"@cognite/sdk-core": "npm:^4.10.3"
"@cognite/sdk-core": "npm:^5.0.0-rc.0"
"@types/geojson": "npm:^7946.0.14"
geojson: "npm:^0.5.0"
lodash: "npm:^4.17.21"
languageName: unknown
linkType: soft

"@cognite/sdk@npm:^9":
version: 9.15.5
resolution: "@cognite/sdk@npm:9.15.5"
dependencies:
"@cognite/sdk-core": "npm:^4.10.4"
"@types/geojson": "npm:^7946.0.8"
geojson: "npm:^0.5.0"
lodash: "npm:^4.17.11"
checksum: 10c0/dc355c860798109c41c139426452933214d26318300f5df26ae9ed826b9b4a8d9eb03ff768abd74ec017f0da3b25bdd4de7e88f68ebf115d13ae103b7bc709d8
languageName: node
linkType: hard

"@colors/colors@npm:1.6.0, @colors/colors@npm:^1.6.0":
version: 1.6.0
resolution: "@colors/colors@npm:1.6.0"
Expand Down Expand Up @@ -6024,7 +6046,7 @@ __metadata:
languageName: node
linkType: hard

"@types/geojson@npm:^7946.0.14":
"@types/geojson@npm:^7946.0.14, @types/geojson@npm:^7946.0.8":
version: 7946.0.14
resolution: "@types/geojson@npm:7946.0.14"
checksum: 10c0/54f3997708fa2970c03eeb31f7e4540a0eb6387b15e9f8a60513a1409c23cafec8d618525404573468b59c6fecbfd053724b3327f7fca416729c26271d799f55
Expand Down Expand Up @@ -9371,7 +9393,7 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:^3.1.8":
"cross-fetch@npm:^3.0.4, cross-fetch@npm:^3.1.8":
version: 3.1.8
resolution: "cross-fetch@npm:3.1.8"
dependencies:
Expand Down Expand Up @@ -15241,7 +15263,7 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.7.0, lodash@npm:~4.17.15":
"lodash@npm:^4.17.11, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.7.0, lodash@npm:~4.17.15":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
Expand Down

0 comments on commit 6a2067f

Please sign in to comment.