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]
  • Loading branch information
cognite-cicd committed Nov 17, 2021
1 parent cdea5a3 commit 44145b8
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
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.0.5](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2021-11-17)

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





## [5.0.4](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2021-11-04)

**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 @@ -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.0.4",
"version": "5.0.5",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "jest --config=../../jest.config.js --testPathPattern=/beta/",
Expand All @@ -22,7 +22,7 @@
"test-snippets": "yarn extract-snippets && yarn tsc -p codeSnippets/tsconfig.build.json"
},
"dependencies": {
"@cognite/sdk": "^6.1.3",
"@cognite/sdk": "^6.2.0",
"@cognite/sdk-core": "^4.0.2"
},
"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.

## [4.2.2](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2021-11-17)

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





## [4.2.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2021-11-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"version": "4.2.1",
"version": "4.2.2",
"scripts": {
"clean": "rm -rf dist/ docs/",
"test": "jest --config=../../jest.config.js --testPathPattern=/playground/",
Expand All @@ -22,7 +22,7 @@
"test-snippets": ""
},
"dependencies": {
"@cognite/sdk": "^6.1.3",
"@cognite/sdk": "^6.2.0",
"@cognite/sdk-core": "^4.0.2"
},
"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.

# [6.2.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2021-11-17)


### Features

* add dataSetId support to 3dModel ([#665](https://github.com/cognitedata/cognite-sdk-js/issues/665)) ([cdea5a3](https://github.com/cognitedata/cognite-sdk-js/commit/cdea5a30cc3232af75f054c6322692801bcd8e87))





## [6.1.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/[email protected]...@cognite/[email protected]) (2021-11-04)

**Note:** Version bump only for package @cognite/sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/stable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/cognitedata/cognite-sdk-js#readme",
"main": "dist/index.js",
"types": "dist/src/index.d.js",
"version": "6.1.3",
"version": "6.2.0",
"scripts": {
"clean": "rm -rf dist/ docs/ codeSnippets/",
"test": "jest --config=../../jest.config.js --testPathPattern=/stable/",
Expand Down

0 comments on commit 44145b8

Please sign in to comment.