Skip to content

Commit

Permalink
chore: release main (#661)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: manually set some skipped versions

Co-authored-by: Joel Dodge <joeldodge@google.com>
  • Loading branch information
1 parent 367dcee commit 6f9c8b0
Show file tree
Hide file tree
Showing 31 changed files with 285 additions and 76 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "1.5.0",
"packages/api-explorer": "0.9.6",
"packages/code-editor": "0.1.0",
"packages/extension-api-explorer": "21.4.5",
"packages/extension-sdk": "21.4.5",
"packages/extension-sdk-react": "21.4.5",
"packages/hackathon": "21.4.5",
"packages/run-it": "0.9.6",
"packages/sdk": "21.4.3",
"packages/sdk-codegen": "21.0.15",
"packages/sdk-codegen-scripts": "21.0.15",
".": "1.6.0",
"packages/api-explorer": "0.9.7",
"packages/code-editor": "0.1.1",
"packages/extension-api-explorer": "21.6.0",
"packages/extension-sdk": "21.6.0",
"packages/extension-sdk-react": "21.6.0",
"packages/hackathon": "21.6.0",
"packages/run-it": "0.9.7",
"packages/sdk": "21.6.0",
"packages/sdk-codegen": "21.0.16",
"packages/sdk-codegen-scripts": "21.0.16",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.4.4",
"packages/sdk-rtl": "21.0.12",
"packages/wholly-sheet": "0.5.5",
"python": "21.4.1"
"packages/sdk-node": "21.6.0",
"packages/sdk-rtl": "21.0.13",
"packages/wholly-sheet": "0.5.6",
"python": "21.6.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.5.0...sdk-codegen-all-v1.6.0) (2021-05-05)


### Features

* update SDKs to Looker 21.6 ([#666](https://www.github.com/looker-open-source/sdk-codegen/issues/666)) ([b2b6b79](https://www.github.com/looker-open-source/sdk-codegen/commit/b2b6b793e38d05d0fcb6236505fb581778d12094))


### Bug Fixes

* Fix transpiler warnings in hackathon extension ([#651](https://www.github.com/looker-open-source/sdk-codegen/issues/651)) ([bdd9428](https://www.github.com/looker-open-source/sdk-codegen/commit/bdd9428550e60d7eef9016519e07b3c65ad81550))
* improve TS SDK imports/exports ([#657](https://www.github.com/looker-open-source/sdk-codegen/issues/657)) ([4c2ec6e](https://www.github.com/looker-open-source/sdk-codegen/commit/4c2ec6ea390bb27d123c333f6d559749efa33830))
* rerender sdk declarations on type/method change ([#659](https://www.github.com/looker-open-source/sdk-codegen/issues/659)) ([77139f6](https://www.github.com/looker-open-source/sdk-codegen/commit/77139f672200d31518543eb76546e9bb2ccf64c3))
* use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))

## [1.5.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.4.1...sdk-codegen-all-v1.5.0) (2021-04-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.5.0",
"version": "1.6.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
22 changes: 22 additions & 0 deletions packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.7](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.6...api-explorer-v0.9.7) (2021-05-05)


### Bug Fixes

* rerender sdk declarations on type/method change ([#659](https://www.github.com/looker-open-source/sdk-codegen/issues/659)) ([77139f6](https://www.github.com/looker-open-source/sdk-codegen/commit/77139f672200d31518543eb76546e9bb2ccf64c3))
* use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.0 to ^0.1.1
* @looker/run-it bumped from ^0.9.6 to ^0.9.7
* @looker/sdk bumped from ^21.4.3 to ^21.6.0
* @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
* @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.15 to ^21.0.16
* @looker/sdk-node bumped from ^21.4.4 to ^21.6.0

### [0.9.6](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.5...api-explorer-v0.9.6) (2021-04-27)


Expand Down
16 changes: 8 additions & 8 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.6",
"version": "0.9.7",
"description": "Looker API Explorer",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.1.3",
"@looker/sdk-codegen-scripts": "^21.0.15",
"@looker/sdk-node": "^21.4.4",
"@looker/sdk-codegen-scripts": "^21.0.16",
"@looker/sdk-node": "^21.6.0",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand All @@ -52,14 +52,14 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@looker/code-editor": "^0.1.0",
"@looker/code-editor": "^0.1.1",
"@looker/components": "^1.1.3",
"@looker/design-tokens": "1.1.3",
"@looker/icons": "1.1.3",
"@looker/run-it": "^0.9.6",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/sdk-rtl": "^21.0.12",
"@looker/run-it": "^0.9.7",
"@looker/sdk": "^21.6.0",
"@looker/sdk-codegen": "^21.0.16",
"@looker/sdk-rtl": "^21.0.13",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^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.1](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.0...code-editor-v0.1.1) (2021-05-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16

## [0.1.0](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.0.2...code-editor-v0.1.0) (2021-04-27)


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.0",
"version": "0.1.1",
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@looker/components": "^1.1.3",
"@looker/design-tokens": "1.1.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/sdk-codegen": "^21.0.16",
"prism-react-renderer": "^1.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
16 changes: 15 additions & 1 deletion packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.4.5...extension-api-explorer-v21.6.0) (2021-05-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.6 to ^0.9.7
* @looker/extension-sdk bumped from ^21.4.5 to ^21.6.0
* @looker/extension-sdk-react bumped from ^21.4.5 to ^21.6.0
* @looker/run-it bumped from ^0.9.6 to ^0.9.7
* @looker/sdk bumped from ^21.4.3 to ^21.6.0
* @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16

### [21.4.5](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.4.4...extension-api-explorer-v21.4.5) (2021-04-27)


Expand Down Expand Up @@ -98,4 +112,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
14 changes: 7 additions & 7 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.4.5",
"version": "21.6.0",
"description": "Looker API Explorer extension version ",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand All @@ -17,14 +17,14 @@
"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.6",
"@looker/api-explorer": "^0.9.7",
"@looker/components": "^1.1.3",
"@looker/extension-sdk": "^21.4.5",
"@looker/extension-sdk-react": "^21.4.5",
"@looker/extension-sdk": "^21.6.0",
"@looker/extension-sdk-react": "^21.6.0",
"@looker/icons": "1.1.3",
"@looker/run-it": "^0.9.6",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/run-it": "^0.9.7",
"@looker/sdk": "^21.6.0",
"@looker/sdk-codegen": "^21.0.16",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-sdk-react/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).

### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.4.5...extension-sdk-react-v21.6.0) (2021-05-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.4.5 to ^21.6.0
* @looker/sdk bumped from ^21.4.3 to ^21.6.0
* @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13

### [21.4.5](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.4.4...extension-sdk-react-v21.4.5) (2021-04-27)


Expand Down
8 changes: 4 additions & 4 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.4.5",
"version": "21.6.0",
"description": "Looker Extension SDK for React",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -43,9 +43,9 @@
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@looker/extension-sdk": "^21.4.5",
"@looker/sdk": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"@looker/extension-sdk": "^21.6.0",
"@looker/sdk": "^21.6.0",
"@looker/sdk-rtl": "^21.0.13",
"history": "^4.9.0",
"lodash": "^4.17.20"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.5...extension-sdk-v21.6.0) (2021-05-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.3 to ^21.6.0
* @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13

### [21.4.5](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.4...extension-sdk-v21.4.5) (2021-04-27)


Expand Down
6 changes: 3 additions & 3 deletions 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.4.5",
"version": "21.6.0",
"description": "Looker Extension SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"@looker/sdk": "^21.6.0",
"@looker/sdk-rtl": "^21.0.13",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
"request": "^2.88.0",
Expand Down
21 changes: 20 additions & 1 deletion packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.4.5...hackathon-v21.6.0) (2021-05-05)


### Bug Fixes

* Fix transpiler warnings in hackathon extension ([#651](https://www.github.com/looker-open-source/sdk-codegen/issues/651)) ([bdd9428](https://www.github.com/looker-open-source/sdk-codegen/commit/bdd9428550e60d7eef9016519e07b3c65ad81550))
* use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.4.5 to ^21.4.6
* @looker/extension-sdk-react bumped from ^21.4.5 to ^21.4.6
* @looker/sdk bumped from ^21.4.3 to ^21.6.0
* @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
* @looker/wholly-sheet bumped from ^0.5.5 to ^0.5.6

### [21.4.5](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.4.4...hackathon-v21.4.5) (2021-04-27)


Expand Down Expand Up @@ -75,4 +94,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.4.5",
"version": "21.6.0",
"description": "Looker Hackathon extension",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@looker/components": "^1.1.3",
"@looker/extension-sdk": "^21.4.5",
"@looker/extension-sdk-react": "^21.4.5",
"@looker/extension-sdk": "^21.6.0",
"@looker/extension-sdk-react": "^21.6.0",
"@looker/icons": "1.1.3",
"@looker/sdk": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"@looker/wholly-sheet": "^0.5.5",
"@looker/sdk": "^21.6.0",
"@looker/sdk-rtl": "^21.0.13",
"@looker/wholly-sheet": "^0.5.6",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [0.9.7](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.6...run-it-v0.9.7) (2021-05-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.3 to ^21.6.0
* @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
* @looker/code-editor bumped from ^0.1.0 to ^0.1.1
* @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13

### [0.9.6](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.5...run-it-v0.9.6) (2021-04-27)


Expand Down
10 changes: 5 additions & 5 deletions packages/run-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/run-it",
"version": "0.9.6",
"version": "0.9.7",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -52,11 +52,11 @@
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/sdk": "^21.6.0",
"@looker/sdk-codegen": "^21.0.16",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/code-editor": "^0.1.0",
"@looker/sdk-rtl": "^21.0.12",
"@looker/code-editor": "^0.1.1",
"@looker/sdk-rtl": "^21.0.13",
"@types/readable-stream": "^2.3.5",
"lodash": "^4.17.19",
"papaparse": "^5.3.0",
Expand Down
Loading

0 comments on commit 6f9c8b0

Please sign in to comment.