Skip to content

Commit 90ea5bc

Browse files
authored
chore(release): publish new package versions (#1327)
Automated version bump for release. Merging this PR will publish packages to NPM
1 parent d27bf77 commit 90ea5bc

File tree

11 files changed

+106
-17
lines changed

11 files changed

+106
-17
lines changed

packages/alpha/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.37.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-alpha@0.36.5...@cognite/sdk-alpha@0.37.0) (2025-09-29)
7+
8+
9+
### Features
10+
11+
* **simint:** add support for filtering models by prefix ([#1326](https://github.com/cognitedata/cognite-sdk-js/issues/1326)) ([83d282d](https://github.com/cognitedata/cognite-sdk-js/commit/83d282dfa210b5c329a8e7c18ad719973cf8e1e3))
12+
13+
14+
15+
16+
617
## [0.36.5](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-alpha@0.36.4...@cognite/sdk-alpha@0.36.5) (2025-09-25)
718

819
**Note:** Version bump only for package @cognite/sdk-alpha

packages/alpha/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": "./dist/index.cjs",
1212
"types": "./dist/index.d.ts"
1313
},
14-
"version": "0.36.5",
14+
"version": "0.37.0",
1515
"type": "module",
1616
"scripts": {
1717
"clean": "rm -rf dist/ docs/ codeSnippets/",
@@ -30,8 +30,8 @@
3030
"test-snippets": ""
3131
},
3232
"dependencies": {
33-
"@cognite/sdk": "^10.1.4",
34-
"@cognite/sdk-core": "^5.1.0"
33+
"@cognite/sdk": "^10.2.0",
34+
"@cognite/sdk-core": "^5.1.1"
3535
},
3636
"files": [
3737
"dist"

packages/beta/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.6](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-beta@6.0.5...@cognite/sdk-beta@6.0.6) (2025-09-29)
7+
8+
**Note:** Version bump only for package @cognite/sdk-beta
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-beta@6.0.4...@cognite/sdk-beta@6.0.5) (2025-09-25)
715

816
**Note:** Version bump only for package @cognite/sdk-beta

packages/beta/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"types": "./dist/index.d.ts"
1313
},
1414
"type": "module",
15-
"version": "6.0.5",
15+
"version": "6.0.6",
1616
"scripts": {
1717
"clean": "rm -rf dist/ docs/ codeSnippets/",
1818
"test": "yarn g:vitest run",
@@ -29,8 +29,8 @@
2929
"test-snippets": "yarn extract-snippets && yarn g:tsc -p codeSnippets/tsconfig.build.json"
3030
},
3131
"dependencies": {
32-
"@cognite/sdk": "^10.1.4",
33-
"@cognite/sdk-core": "^5.1.0"
32+
"@cognite/sdk": "^10.2.0",
33+
"@cognite/sdk-core": "^5.1.1"
3434
},
3535
"files": [
3636
"dist"

packages/codegen/CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,53 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.0.0-development.1 (2025-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* add codegen support for CusrorAndAsyncIterator ([#907](https://github.com/cognitedata/cognite-sdk-js/issues/907)) ([3cde0d3](https://github.com/cognitedata/cognite-sdk-js/commit/3cde0d3df8a4135f38849a2cd6408ded32246065)), closes [#908](https://github.com/cognitedata/cognite-sdk-js/issues/908)
12+
13+
14+
### Features
15+
16+
* add vision api ([#855](https://github.com/cognitedata/cognite-sdk-js/issues/855)) ([1d9116e](https://github.com/cognitedata/cognite-sdk-js/commit/1d9116ed53405c34b6c47b348644d093c61dde33))
17+
* **annotations:** add annotation payload types ([#905](https://github.com/cognitedata/cognite-sdk-js/issues/905)) ([990ea8f](https://github.com/cognitedata/cognite-sdk-js/commit/990ea8fda85bc26e9a50bd9160c6b8a76e26ed55))
18+
* code generation for types based on openapi doc ([#801](https://github.com/cognitedata/cognite-sdk-js/issues/801)) ([07eb308](https://github.com/cognitedata/cognite-sdk-js/commit/07eb3087705c550758fcc9e1b12ea43428ecf79d)), closes [#820](https://github.com/cognitedata/cognite-sdk-js/issues/820)
19+
* release v10 [release] ([#1243](https://github.com/cognitedata/cognite-sdk-js/issues/1243)) ([b3d5595](https://github.com/cognitedata/cognite-sdk-js/commit/b3d55951bb2a302981fa67ce694d21749461386a)), closes [#1135](https://github.com/cognitedata/cognite-sdk-js/issues/1135) [#1144](https://github.com/cognitedata/cognite-sdk-js/issues/1144) [#1148](https://github.com/cognitedata/cognite-sdk-js/issues/1148) [#1150](https://github.com/cognitedata/cognite-sdk-js/issues/1150) [#1151](https://github.com/cognitedata/cognite-sdk-js/issues/1151) [#1152](https://github.com/cognitedata/cognite-sdk-js/issues/1152) [#1153](https://github.com/cognitedata/cognite-sdk-js/issues/1153) [#1029](https://github.com/cognitedata/cognite-sdk-js/issues/1029)
20+
* update openapi spec to bump types for docs, annotations and vision ([#1021](https://github.com/cognitedata/cognite-sdk-js/issues/1021)) ([#1024](https://github.com/cognitedata/cognite-sdk-js/issues/1024)) ([e337d73](https://github.com/cognitedata/cognite-sdk-js/commit/e337d73c9e6a1888e165d8b4a59bfe94b522bbb3))
21+
22+
23+
### Reverts
24+
25+
* "feat: update openapi spec to bump types fo docs, annotations and vision" ([#1021](https://github.com/cognitedata/cognite-sdk-js/issues/1021)) ([b908def](https://github.com/cognitedata/cognite-sdk-js/commit/b908defed27eb610c8c7b97d2c24013da735422f))
26+
27+
28+
### BREAKING CHANGES
29+
30+
* es6 module (vs es5) and typescript 3 -> 5
31+
32+
* chore: release pre-release from the release-v10 branch
33+
34+
* test: skip flaky alerts test
35+
36+
* chore: trigger [release]
37+
38+
* chore(release): publish new package versions [skip ci]
39+
40+
- @cognite/sdk-alpha@1.0.0-rc.0
41+
- @cognite/sdk-beta@6.0.0-rc.0
42+
- @cognite/sdk-core@5.0.0-rc.0
43+
- @cognite/sdk-playground@8.0.0-rc.0
44+
- @cognite/sdk@10.0.0-rc.0
45+
* documents, annotations and vision types have been updated
46+
47+
Thanks to @danlevings for his work in commit: https://github.com/cognitedata/cognite-sdk-js/commit/ac6efec6e884d0cb436be7c2e91f3aa78bfbe15c
48+
49+
50+
51+
52+
653
# 0.0.0-development.0 (2025-09-25)
754

855

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@cognite/sdk-codegen",
4-
"version": "0.0.0-development.0",
4+
"version": "0.0.0-development.1",
55
"license": "Apache-2.0",
66
"repository": "cognitedata/cognite-sdk-js",
77
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@5.1.0...@cognite/sdk-core@5.1.1) (2025-09-29)
7+
8+
**Note:** Version bump only for package @cognite/sdk-core
9+
10+
11+
12+
13+
614
# [5.1.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@5.0.1...@cognite/sdk-core@5.1.0) (2025-09-25)
715

816

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": "./dist/index.cjs",
1212
"types": "./dist/index.d.ts"
1313
},
14-
"version": "5.1.0",
14+
"version": "5.1.1",
1515
"type": "module",
1616
"scripts": {
1717
"clean": "rm -rf dist/ docs/",

packages/stable/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.2.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk@10.1.4...@cognite/sdk@10.2.0) (2025-09-29)
7+
8+
9+
### Features
10+
11+
* **stable:** implement inspect method in instances API ([#1295](https://github.com/cognitedata/cognite-sdk-js/issues/1295)) ([d27bf77](https://github.com/cognitedata/cognite-sdk-js/commit/d27bf77cf2cfdb9a9de22a9251b3892de337798f))
12+
* **stable:** update container API types ([#1293](https://github.com/cognitedata/cognite-sdk-js/issues/1293)) ([bc68645](https://github.com/cognitedata/cognite-sdk-js/commit/bc68645ea6db7e6e490a29102fab1d4e5e5ede36))
13+
* **stable:** update models API types ([#1292](https://github.com/cognitedata/cognite-sdk-js/issues/1292)) ([0a2ddfc](https://github.com/cognitedata/cognite-sdk-js/commit/0a2ddfc5201a9a47881a36482e6cbdeb637e5428))
14+
* **stable:** update types for instances API ([#1291](https://github.com/cognitedata/cognite-sdk-js/issues/1291)) ([469ffae](https://github.com/cognitedata/cognite-sdk-js/commit/469ffae879ae8e703a0a1d15f4bb00572844c6c0))
15+
* **stable:** update view API types ([#1294](https://github.com/cognitedata/cognite-sdk-js/issues/1294)) ([e74596e](https://github.com/cognitedata/cognite-sdk-js/commit/e74596eb73586d8c82a24cfb7a9eb95142aab320))
16+
17+
18+
19+
20+
621
## [10.1.4](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk@10.1.3...@cognite/sdk@10.1.4) (2025-09-25)
722

823
**Note:** Version bump only for package @cognite/sdk

packages/stable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": "./dist/index.cjs",
1212
"types": "./dist/index.d.ts"
1313
},
14-
"version": "10.1.4",
14+
"version": "10.2.0",
1515
"type": "module",
1616
"scripts": {
1717
"clean": "rm -rf dist/ docs/ codeSnippets/",
@@ -29,7 +29,7 @@
2929
"test-snippets": "yarn extract-snippets && yarn g:tsc -p codeSnippets/tsconfig.build.json"
3030
},
3131
"dependencies": {
32-
"@cognite/sdk-core": "^5.1.0",
32+
"@cognite/sdk-core": "^5.1.1",
3333
"@types/geojson": "^7946.0.14",
3434
"geojson": "^0.5.0",
3535
"lodash": "^4.17.21"

0 commit comments

Comments
 (0)