Skip to content

Commit

Permalink
chore: release main (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot authored Feb 14, 2022
1 parent 08426f0 commit f886733
Show file tree
Hide file tree
Showing 26 changed files with 227 additions and 56 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
".": "1.21.1",
"packages/api-explorer": "0.9.26",
"packages/code-editor": "0.1.17",
"packages/extension-api-explorer": "21.20.1",
"packages/extension-sdk": "21.20.1",
"packages/extension-sdk-react": "21.20.1",
"packages/extension-utils": "0.1.3",
"packages/hackathon": "21.20.1",
"packages/run-it": "0.9.26",
"packages/sdk": "21.20.1",
"packages/sdk-codegen": "21.3.1",
"packages/sdk-codegen-scripts": "21.2.1",
".": "2.0.0",
"packages/api-explorer": "0.9.27",
"packages/code-editor": "0.1.18",
"packages/extension-api-explorer": "22.0.0",
"packages/extension-sdk": "22.0.0",
"packages/extension-sdk-react": "22.0.0",
"packages/extension-utils": "0.1.4",
"packages/hackathon": "22.0.0",
"packages/run-it": "0.9.27",
"packages/sdk": "22.0.0",
"packages/sdk-codegen": "21.4.0",
"packages/sdk-codegen-scripts": "21.2.2",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.20.1",
"packages/sdk-node": "22.0.0",
"packages/sdk-rtl": "21.3.1",
"packages/wholly-sheet": "0.5.23",
"python": "21.20.0"
"packages/wholly-sheet": "0.5.24",
"python": "22.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.21.1...sdk-codegen-all-v2.0.0) (2022-02-14)


### ⚠ BREAKING CHANGES

* SDK support for 22.0

### Features

* Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08))
* Added unit test CI for Go SDK changes ([#965](https://www.github.com/looker-open-source/sdk-codegen/issues/965)) ([47a52dd](https://www.github.com/looker-open-source/sdk-codegen/commit/47a52dddd61cf1264ad0ea02b17e763e510bbd6c))
* fuzzy JSON value handling for the Swift SDK ([#961](https://www.github.com/looker-open-source/sdk-codegen/issues/961)) ([0b6b696](https://www.github.com/looker-open-source/sdk-codegen/commit/0b6b696742d67d1abc0cf69dfbf820f5a28d0f86))
* Implemented Go SDK env var handling ([#975](https://www.github.com/looker-open-source/sdk-codegen/issues/975)) ([571a817](https://www.github.com/looker-open-source/sdk-codegen/commit/571a817c710db1fb395a46187f593d77d7260e60))
* SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211))
* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))


### Bug Fixes

* clean up package dependencies ([#974](https://www.github.com/looker-open-source/sdk-codegen/issues/974)) ([49614f5](https://www.github.com/looker-open-source/sdk-codegen/commit/49614f5a19c7fe873e9ceed14d407d18864286f9))
* Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca))
* runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834))
* Update go codegen to set object as interface{} ([#980](https://www.github.com/looker-open-source/sdk-codegen/issues/980)) ([007989d](https://www.github.com/looker-open-source/sdk-codegen/commit/007989d6c438fa42ec261f5b216f2d933b489742))

### [1.21.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.18.0...sdk-codegen-all-v1.21.1) (2022-01-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "sdk-codegen-all",
"version": "1.21.1",
"version": "2.0.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
25 changes: 25 additions & 0 deletions packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.26...api-explorer-v0.9.27) (2022-02-14)


### Features

* Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08))


### Bug Fixes

* Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca))
* runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
* @looker/code-editor bumped from ^0.1.17 to ^0.1.18
* @looker/run-it bumped from ^0.9.26 to ^0.9.27
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.2.1 to ^21.2.2

### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.26) (2022-01-27)


Expand Down
12 changes: 6 additions & 6 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/api-explorer",
"version": "0.9.26",
"version": "0.9.27",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.5",
"@looker/sdk-codegen-scripts": "^21.2.1",
"@looker/sdk-codegen-scripts": "^21.2.2",
"@looker/sdk-node": "^22.0.0",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
Expand Down Expand Up @@ -67,16 +67,16 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/extension-utils": "^0.1.3",
"@looker/code-editor": "^0.1.17",
"@looker/extension-utils": "^0.1.4",
"@looker/code-editor": "^0.1.18",
"@looker/components": "^2.8.1",
"@looker/components-date": "^2.4.1",
"@looker/design-tokens": "^2.7.1",
"@looker/icons": "^1.5.3",
"@looker/redux": "0.0.0",
"@looker/run-it": "^0.9.26",
"@looker/run-it": "^0.9.27",
"@looker/sdk": "^22.0.0",
"@looker/sdk-codegen": "^21.3.2",
"@looker/sdk-codegen": "^21.4.0",
"@looker/sdk-rtl": "^21.3.2",
"@reduxjs/toolkit": "^1.6.2",
"@styled-icons/material": "^10.28.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.1.18](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.17...code-editor-v0.1.18) (2022-02-14)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0

### [0.1.17](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.16...code-editor-v0.1.17) (2021-12-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/code-editor",
"version": "0.1.17",
"version": "0.1.18",
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.5",
"@looker/sdk-codegen": "^21.3.2",
"@looker/sdk-codegen": "^21.4.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
Expand Down
15 changes: 14 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.1...extension-api-explorer-v22.0.0) (2022-02-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.26 to ^0.9.27
* @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
* @looker/run-it bumped from ^0.9.26 to ^0.9.27
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0

### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.20.0...extension-api-explorer-v21.20.1) (2022-01-27)


Expand Down Expand Up @@ -417,4 +430,4 @@
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
* @looker/run-it bumped from ^0.9.0 to ^0.9.1
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
12 changes: 6 additions & 6 deletions packages/extension-api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-api-explorer",
"version": "21.20.1",
"version": "22.0.0",
"description": "Looker API Explorer extension",
"main": "dist/bundle.js",
"sideEffects": false,
Expand All @@ -15,15 +15,15 @@
"watch": "yarn lerna exec --scope @looker/extension-api-explorer --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"dependencies": {
"@looker/api-explorer": "^0.9.26",
"@looker/api-explorer": "^0.9.27",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.1",
"@looker/extension-sdk-react": "^21.20.1",
"@looker/extension-utils": "^0.1.3",
"@looker/extension-sdk-react": "^22.0.0",
"@looker/extension-utils": "^0.1.4",
"@looker/icons": "^1.5.3",
"@looker/run-it": "^0.9.26",
"@looker/run-it": "^0.9.27",
"@looker/sdk": "^22.0.0",
"@looker/sdk-codegen": "^21.3.2",
"@looker/sdk-codegen": "^21.4.0",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-sdk-react",
"version": "21.20.1",
"version": "22.0.0",
"description": "Looker Extension SDK for React",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@looker/extension-sdk": "^21.20.1",
"@looker/extension-sdk": "^22.0.0",
"@looker/sdk": "^22.0.0",
"@looker/sdk-rtl": "^21.3.2",
"history": "^4.9.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.1...extension-sdk-v22.0.0) (2022-02-14)


### ⚠ BREAKING CHANGES

* SDK support for 22.0

### Features

* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))

### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.0...extension-sdk-v21.20.1) (2022-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-sdk",
"version": "21.20.1",
"version": "22.0.0",
"description": "Looker Extension SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down
11 changes: 10 additions & 1 deletion packages/extension-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.1.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.3...extension-utils-v0.1.4) (2022-02-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0

### [0.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.0...extension-utils-v0.1.3) (2022-01-27)


Expand Down Expand Up @@ -64,4 +73,4 @@
* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
6 changes: 3 additions & 3 deletions packages/extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/extension-utils",
"version": "0.1.3",
"version": "0.1.4",
"description": "Looker Extension Utilities",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.1",
"@looker/extension-sdk-react": "^21.20.1",
"@looker/extension-sdk": "^22.0.0",
"@looker/extension-sdk-react": "^22.0.0",
"@looker/sdk-rtl": "^21.3.2",
"react": "^16.13.1"
},
Expand Down
14 changes: 13 additions & 1 deletion packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.1...hackathon-v22.0.0) (2022-02-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.17 to ^0.1.18
* @looker/extension-sdk-react bumped from ^21.20.1 to ^22.0.0
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
* @looker/wholly-sheet bumped from ^0.5.23 to ^0.5.24

### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.20.0...hackathon-v21.20.1) (2022-01-27)


Expand Down Expand Up @@ -377,4 +389,4 @@
* @looker/extension-sdk-react bumped from ^21.0.10 to ^21.4.0
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
* @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1
* @looker/wholly-sheet bumped from ^0.5.0 to ^0.5.1
12 changes: 6 additions & 6 deletions packages/hackathon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/hackathon",
"version": "21.20.1",
"version": "22.0.0",
"description": "Looker Hackathon extension",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,15 +34,15 @@
"watch": "yarn lerna exec --scope @looker/wholly-sheet --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"dependencies": {
"@looker/code-editor": "^0.1.17",
"@looker/code-editor": "^0.1.18",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.20.1",
"@looker/extension-sdk-react": "^21.20.1",
"@looker/extension-utils": "^0.1.3",
"@looker/extension-sdk": "^22.0.0",
"@looker/extension-sdk-react": "^22.0.0",
"@looker/extension-utils": "^0.1.4",
"@looker/icons": "^1.5.3",
"@looker/sdk": "^22.0.0",
"@looker/sdk-rtl": "^21.3.2",
"@looker/wholly-sheet": "^0.5.23",
"@looker/wholly-sheet": "^0.5.24",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.26...run-it-v0.9.27) (2022-02-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.17 to ^0.1.18
* @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0

### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.26) (2022-01-27)


Expand Down Expand Up @@ -415,4 +426,4 @@
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
Loading

0 comments on commit f886733

Please sign in to comment.