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/sdk-alpha@0.12.1
 - @cognite/sdk-beta@5.5.0
 - @cognite/sdk-core@4.10.0
 - @cognite/sdk-playground@7.0.4
 - @cognite/sdk@9.3.0
  • Loading branch information
cognite-cicd committed Nov 28, 2023
1 parent 7e0e24c commit fc85b0e
Showing 10 changed files with 38 additions and 12 deletions.
4 changes: 4 additions & 0 deletions packages/alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-alpha@0.12.0...@cognite/sdk-alpha@0.12.1) (2023-11-28)

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

# [0.12.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-alpha@0.11.4...@cognite/sdk-alpha@0.12.0) (2023-11-27)

### Features
6 changes: 3 additions & 3 deletions packages/alpha/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.js",
"version": "0.12.0",
"version": "0.12.1",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "jest --config=../../jest.config.js --testPathPattern=/alpha/ --env=node --passWithNoTests",
@@ -22,8 +22,8 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^9.2.1",
"@cognite/sdk-core": "^4.9.0"
"@cognite/sdk": "^9.3.0",
"@cognite/sdk-core": "^4.10.0"
},
"files": [
"dist"
6 changes: 6 additions & 0 deletions packages/beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-beta@5.4.3...@cognite/sdk-beta@5.5.0) (2023-11-28)

### Features

- monitoring tasks upsert ([#1042](https://github.com/cognitedata/cognite-sdk-js/issues/1042)) ([7e0e24c](https://github.com/cognitedata/cognite-sdk-js/commit/7e0e24cfb5c4d91302e54a270457b8d9b914ffd4))

## [5.4.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-beta@5.4.2...@cognite/sdk-beta@5.4.3) (2023-11-24)

**Note:** Version bump only for package @cognite/sdk-beta
6 changes: 3 additions & 3 deletions packages/beta/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"version": "5.4.3",
"version": "5.5.0",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "jest --config=../../jest.config.js --testPathPattern=/beta/",
@@ -22,8 +22,8 @@
"test-snippets": "yarn extract-snippets && yarn tsc -p codeSnippets/tsconfig.build.json"
},
"dependencies": {
"@cognite/sdk": "^9.2.1",
"@cognite/sdk-core": "^4.9.0"
"@cognite/sdk": "^9.3.0",
"@cognite/sdk-core": "^4.10.0"
},
"files": [
"dist"
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.9.0...@cognite/sdk-core@4.10.0) (2023-11-28)

### Features

- monitoring tasks upsert ([#1042](https://github.com/cognitedata/cognite-sdk-js/issues/1042)) ([7e0e24c](https://github.com/cognitedata/cognite-sdk-js/commit/7e0e24cfb5c4d91302e54a270457b8d9b914ffd4))

# [4.9.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.8.3...@cognite/sdk-core@4.9.0) (2023-04-28)

### Features
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.js",
"version": "4.9.0",
"version": "4.10.0",
"scripts": {
"clean": "rm -rf dist/ docs/",
"test": "jest --config=../../jest.config.js --testPathPattern=/core/",
4 changes: 4 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.4](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-playground@7.0.3...@cognite/sdk-playground@7.0.4) (2023-11-28)

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

## [7.0.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-playground@7.0.2...@cognite/sdk-playground@7.0.3) (2023-11-24)

**Note:** Version bump only for package @cognite/sdk-playground
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"version": "7.0.3",
"version": "7.0.4",
"scripts": {
"clean": "rm -rf dist/ docs/",
"test": "jest --config=../../jest.config.js --testPathPattern=/playground/",
@@ -22,8 +22,8 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^9.2.1",
"@cognite/sdk-core": "^4.9.0"
"@cognite/sdk": "^9.3.0",
"@cognite/sdk-core": "^4.10.0"
},
"files": [
"dist"
6 changes: 6 additions & 0 deletions packages/stable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.3.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk@9.2.1...@cognite/sdk@9.3.0) (2023-11-28)

### Features

- monitoring tasks upsert ([#1042](https://github.com/cognitedata/cognite-sdk-js/issues/1042)) ([7e0e24c](https://github.com/cognitedata/cognite-sdk-js/commit/7e0e24cfb5c4d91302e54a270457b8d9b914ffd4))

## [9.2.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk@9.2.0...@cognite/sdk@9.2.1) (2023-11-24)

### Bug Fixes
4 changes: 2 additions & 2 deletions packages/stable/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.js",
"version": "9.2.1",
"version": "9.3.0",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "jest --config=../../jest.config.js --testPathPattern=/stable/",
@@ -23,7 +23,7 @@
"test-snippets": "yarn extract-snippets && yarn tsc -p codeSnippets/tsconfig.build.json"
},
"dependencies": {
"@cognite/sdk-core": "^4.9.0",
"@cognite/sdk-core": "^4.10.0",
"@types/geojson": "^7946.0.8",
"geojson": "^0.5.0",
"lodash": "^4.17.11"

0 comments on commit fc85b0e

Please sign in to comment.