Skip to content

Commit

Permalink
chore: release main (#633)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 27, 2021
1 parent 59c0f3d commit 77b0a98
Show file tree
Hide file tree
Showing 27 changed files with 190 additions and 58 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "1.4.0",
"packages/api-explorer": "0.9.4",
"packages/code-editor": "0.0.1",
"packages/extension-api-explorer": "21.4.3",
"packages/extension-sdk": "21.4.3",
"packages/extension-sdk-react": "21.4.3",
"packages/hackathon": "21.4.3",
"packages/run-it": "0.9.4",
"packages/sdk": "21.4.2",
"packages/sdk-codegen": "21.0.14",
"packages/sdk-codegen-scripts": "21.0.14",
".": "1.4.1",
"packages/api-explorer": "0.9.5",
"packages/code-editor": "0.0.2",
"packages/extension-api-explorer": "21.4.4",
"packages/extension-sdk": "21.4.4",
"packages/extension-sdk-react": "21.4.4",
"packages/hackathon": "21.4.4",
"packages/run-it": "0.9.5",
"packages/sdk": "21.4.3",
"packages/sdk-codegen": "21.0.15",
"packages/sdk-codegen-scripts": "21.0.15",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.4.3",
"packages/sdk-node": "21.4.4",
"packages/sdk-rtl": "21.0.12",
"packages/wholly-sheet": "0.5.4",
"packages/wholly-sheet": "0.5.5",
"python": "21.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.4.0...sdk-codegen-all-v1.4.1) (2021-04-27)


### Bug Fixes

* added a missing "import type" statement to the TS SDK ([#632](https://www.github.com/looker-open-source/sdk-codegen/issues/632)) ([59c0f3d](https://www.github.com/looker-open-source/sdk-codegen/commit/59c0f3d418ca557c65e5690435ee2eca96c5231d))

## [1.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.3.0...sdk-codegen-all-v1.4.0) (2021-04-26)


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.4.0",
"version": "1.4.1",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
17 changes: 16 additions & 1 deletion packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.5](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.4...api-explorer-v0.9.5) (2021-04-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/run-it bumped from ^0.9.4 to ^0.9.5
* @looker/sdk bumped from ^21.4.2 to ^21.4.3
* @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
* @looker/code-editor bumped from ^0.0.1 to ^0.0.2
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.14 to ^21.0.15
* @looker/sdk-node bumped from ^21.4.3 to ^21.4.4

### [0.9.4](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.3...api-explorer-v0.9.4) (2021-04-26)


Expand Down Expand Up @@ -114,4 +129,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Response types now have nested types correctly documented
- The response type processing functions now have arguments for the number of levels to expand nested types
- API explorer's default expansion depth is one level deep
- Added [`ExploreType`](/packages/api-explorer/src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](/packages/api-explorer/src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
- Added [`ExploreType`](/packages/api-explorer/src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](/packages/api-explorer/src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
14 changes: 7 additions & 7 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.4",
"version": "0.9.5",
"description": "Looker API Explorer",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.1.3",
"@looker/sdk-codegen-scripts": "^21.0.14",
"@looker/sdk-node": "^21.4.3",
"@looker/sdk-codegen-scripts": "^21.0.15",
"@looker/sdk-node": "^21.4.4",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand Down Expand Up @@ -54,11 +54,11 @@
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/run-it": "^0.9.4",
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/run-it": "^0.9.5",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/sdk-rtl": "^21.0.12",
"@looker/code-editor": "^0.0.1",
"@looker/code-editor": "^0.0.2",
"history": "^4.10.1",
"lodash": "^4.17.19",
"react": "^16.13.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Dependencies

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

### 0.0.1 (2021-04-26)


Expand All @@ -13,4 +22,4 @@

* The following workspace dependencies were updated
* dependencies
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
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.0.1",
"version": "0.0.2",
"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.14",
"@looker/sdk-codegen": "^21.0.15",
"prism-react-renderer": "^1.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/extension-api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.4 to ^0.9.5
* @looker/extension-sdk bumped from ^21.4.3 to ^21.4.4
* @looker/extension-sdk-react bumped from ^21.4.3 to ^21.4.4
* @looker/run-it bumped from ^0.9.4 to ^0.9.5
* @looker/sdk bumped from ^21.4.2 to ^21.4.3
* @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15

### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.4.2...extension-api-explorer-v21.4.3) (2021-04-26)


Expand Down
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.3",
"version": "21.4.4",
"description": "Looker API Explorer extension version ",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand All @@ -16,12 +16,12 @@
"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.4",
"@looker/extension-sdk": "^21.4.3",
"@looker/extension-sdk-react": "^21.4.3",
"@looker/run-it": "^0.9.4",
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/api-explorer": "^0.9.5",
"@looker/extension-sdk": "^21.4.4",
"@looker/extension-sdk-react": "^21.4.4",
"@looker/run-it": "^0.9.5",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/components": "^1.1.3",
"@looker/icons": "1.1.3",
"@styled-icons/material": "^10.28.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-sdk-react/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.4.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.4.3...extension-sdk-react-v21.4.4) (2021-04-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.4.3 to ^21.4.4
* @looker/sdk bumped from ^21.4.2 to ^21.4.3

### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.4.2...extension-sdk-react-v21.4.3) (2021-04-26)


Expand Down
6 changes: 3 additions & 3 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.3",
"version": "21.4.4",
"description": "Looker Extension SDK for React",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@looker/extension-sdk": "^21.4.3",
"@looker/sdk": "^21.4.2",
"@looker/extension-sdk": "^21.4.4",
"@looker/sdk": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"history": "^4.9.0",
"lodash": "^4.17.20"
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.4.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.3...extension-sdk-v21.4.4) (2021-04-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.2 to ^21.4.3

### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.2...extension-sdk-v21.4.3) (2021-04-26)


Expand Down
4 changes: 2 additions & 2 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.3",
"version": "21.4.4",
"description": "Looker Extension SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.4.2",
"@looker/sdk": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.4.3 to ^21.4.4
* @looker/extension-sdk-react bumped from ^21.4.3 to ^21.4.4
* @looker/sdk bumped from ^21.4.2 to ^21.4.3
* @looker/wholly-sheet bumped from ^0.5.4 to ^0.5.5

### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.4.2...hackathon-v21.4.3) (2021-04-26)


Expand Down
10 changes: 5 additions & 5 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.3",
"version": "21.4.4",
"description": "Looker Hackathon extension",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/extension-sdk": "^21.4.3",
"@looker/extension-sdk-react": "^21.4.3",
"@looker/sdk": "^21.4.2",
"@looker/extension-sdk": "^21.4.4",
"@looker/extension-sdk-react": "^21.4.4",
"@looker/sdk": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"@looker/wholly-sheet": "^0.5.4",
"@looker/wholly-sheet": "^0.5.5",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-dom": "^16.13.1",
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.5](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.4...run-it-v0.9.5) (2021-04-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.2 to ^21.4.3
* @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
* @looker/code-editor bumped from ^0.0.1 to ^0.0.2

### [0.9.4](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.3...run-it-v0.9.4) (2021-04-26)


Expand Down Expand Up @@ -77,4 +88,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
8 changes: 4 additions & 4 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.4",
"version": "0.9.5",
"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,10 +52,10 @@
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/design-tokens": "0.9.27",
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/code-editor": "^0.0.1",
"@looker/code-editor": "^0.0.2",
"@looker/sdk-rtl": "^21.0.12",
"@types/readable-stream": "^2.3.5",
"lodash": "^4.17.19",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk-codegen-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [21.0.15](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.14...sdk-codegen-scripts-v21.0.15) (2021-04-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.2 to ^21.4.3
* @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
* @looker/sdk-node bumped from ^21.4.3 to ^21.4.4

### [21.0.14](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.13...sdk-codegen-scripts-v21.0.14) (2021-04-26)


Expand Down
8 changes: 4 additions & 4 deletions packages/sdk-codegen-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk-codegen-scripts",
"version": "21.0.14",
"version": "21.0.15",
"description": "Looker SDK Codegen scripts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -27,10 +27,10 @@
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-scripts --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"dependencies": {
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/sdk": "^21.4.3",
"@looker/sdk-codegen": "^21.0.15",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-node": "^21.4.3",
"@looker/sdk-node": "^21.4.4",
"@looker/sdk-rtl": "^21.0.12",
"config": "^3.3.1",
"cross-env": "^7.0.2"
Expand Down
Loading

0 comments on commit 77b0a98

Please sign in to comment.