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]
  • Loading branch information
cognite-cicd committed Dec 12, 2024
1 parent 28b0fdd commit 7ecea1b
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





# [0.34.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-12-05)


Expand Down
4 changes: 2 additions & 2 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.js",
"version": "0.34.0",
"version": "0.34.1",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "yarn g:vitest run",
Expand All @@ -22,7 +22,7 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^9.16.1",
"@cognite/sdk": "^9.17.0",
"@cognite/sdk-core": "^4.10.6"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/beta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [5.12.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-11-07)

**Note:** Version bump only for package @cognite/sdk-beta
Expand Down
4 changes: 2 additions & 2 deletions packages/beta/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.12.1",
"version": "5.12.2",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "yarn g:vitest run",
Expand All @@ -21,7 +21,7 @@
"test-snippets": "yarn extract-snippets && yarn g:tsc -p codeSnippets/tsconfig.build.json"
},
"dependencies": {
"@cognite/sdk": "^9.16.1",
"@cognite/sdk": "^9.17.0",
"@cognite/sdk-core": "^4.10.6"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [7.0.30](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-11-07)

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

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


### Features

* **stable:** add support for sessions API ([#1177](https://github.com/cognitedata/cognite-sdk-js/issues/1177)) ([28b0fdd](https://github.com/cognitedata/cognite-sdk-js/commit/28b0fddf880091508238fea416b87d72cea32529))





## [9.16.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion 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.js",
"version": "9.16.1",
"version": "9.17.0",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "yarn g:vitest run",
Expand Down

0 comments on commit 7ecea1b

Please sign in to comment.