Skip to content

Commit

Permalink
chore: release main (#713)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dodge <joeldodge@gmail.com>
  • Loading branch information
1 parent 0a9a5c0 commit 51ec96e
Show file tree
Hide file tree
Showing 25 changed files with 170 additions and 53 deletions.
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
".": "1.7.0",
"packages/api-explorer": "0.9.8",
".": "1.8.0",
"packages/api-explorer": "0.9.9",
"packages/code-editor": "0.1.2",
"packages/extension-api-explorer": "21.6.1",
"packages/extension-sdk": "21.6.1",
"packages/extension-sdk-react": "21.6.1",
"packages/hackathon": "21.6.1",
"packages/run-it": "0.9.8",
"packages/sdk": "21.6.1",
"packages/extension-api-explorer": "21.8.0",
"packages/extension-sdk": "21.8.0",
"packages/extension-sdk-react": "21.8.0",
"packages/hackathon": "21.8.0",
"packages/run-it": "0.9.9",
"packages/sdk": "21.8.0",
"packages/sdk-codegen": "21.0.17",
"packages/sdk-codegen-scripts": "21.0.17",
"packages/sdk-codegen-scripts": "21.0.18",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.6.1",
"packages/sdk-node": "21.8.0",
"packages/sdk-rtl": "21.0.13",
"packages/wholly-sheet": "0.5.7",
"python": "21.6.1"
"packages/wholly-sheet": "0.5.8",
"python": "21.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.7.0...sdk-codegen-all-v1.8.0) (2021-06-17)


### Features

* Looker 21.8 bindings ([#705](https://www.github.com/looker-open-source/sdk-codegen/issues/705)) ([032d0f8](https://www.github.com/looker-open-source/sdk-codegen/commit/032d0f80e30356aaa9f3b3f987b315203f896a61))

## [1.7.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.6.0...sdk-codegen-all-v1.7.0) (2021-06-16)


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.7.0",
"version": "1.8.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
15 changes: 14 additions & 1 deletion packages/api-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.9](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.8...api-explorer-v0.9.9) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/run-it bumped from ^0.9.8 to ^0.9.9
* @looker/sdk bumped from ^21.6.1 to ^21.8.0
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.17 to ^21.0.18
* @looker/sdk-node bumped from ^21.6.1 to ^21.8.0

### [0.9.8](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.7...api-explorer-v0.9.8) (2021-06-16)


Expand Down Expand Up @@ -196,4 +209,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
10 changes: 5 additions & 5 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.8",
"version": "0.9.9",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.3.1",
"@looker/sdk-codegen-scripts": "^21.0.17",
"@looker/sdk-node": "^21.6.1",
"@looker/sdk-codegen-scripts": "^21.0.18",
"@looker/sdk-node": "^21.8.0",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand Down Expand Up @@ -58,8 +58,8 @@
"@looker/components": "^1.4.1",
"@looker/design-tokens": "^1.3.1",
"@looker/icons": "^1.3.0",
"@looker/run-it": "^0.9.8",
"@looker/sdk": "^21.6.1",
"@looker/run-it": "^0.9.9",
"@looker/sdk": "^21.8.0",
"@looker/sdk-codegen": "^21.0.17",
"@looker/sdk-rtl": "^21.0.13",
"@styled-icons/material": "^10.28.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

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.6.1...extension-api-explorer-v21.8.0) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.8 to ^0.9.9
* @looker/extension-sdk bumped from ^21.6.1 to ^21.8.0
* @looker/extension-sdk-react bumped from ^21.6.1 to ^21.8.0
* @looker/run-it bumped from ^0.9.8 to ^0.9.9
* @looker/sdk bumped from ^21.6.1 to ^21.8.0

### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.6.0...extension-api-explorer-v21.6.1) (2021-06-16)


Expand Down Expand Up @@ -137,4 +150,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.6.1",
"version": "21.8.0",
"description": "Looker API Explorer extension version ",
"main": "dist/bundle.js",
"sideEffects": false,
Expand All @@ -15,13 +15,13 @@
"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.8",
"@looker/api-explorer": "^0.9.9",
"@looker/components": "^1.4.1",
"@looker/extension-sdk": "^21.6.1",
"@looker/extension-sdk-react": "^21.6.1",
"@looker/extension-sdk": "^21.8.0",
"@looker/extension-sdk-react": "^21.8.0",
"@looker/icons": "1.3.0",
"@looker/run-it": "^0.9.8",
"@looker/sdk": "^21.6.1",
"@looker/run-it": "^0.9.9",
"@looker/sdk": "^21.8.0",
"@looker/sdk-codegen": "^21.0.17",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
Expand Down
12 changes: 11 additions & 1 deletion 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.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.6.1...extension-sdk-react-v21.8.0) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.6.1 to ^21.8.0
* @looker/sdk bumped from ^21.6.1 to ^21.8.0

### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.6.0...extension-sdk-react-v21.6.1) (2021-06-16)


Expand Down Expand Up @@ -107,4 +117,4 @@ in extension builds.

## [21.0.5]

Moved to the /looker-open-source/sdk-codegen github repository.
Moved to the /looker-open-source/sdk-codegen github repository.
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.6.1",
"version": "21.8.0",
"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.6.1",
"@looker/sdk": "^21.6.1",
"@looker/extension-sdk": "^21.8.0",
"@looker/sdk": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"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.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.6.1...extension-sdk-v21.8.0) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.6.1 to ^21.8.0

### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.6.0...extension-sdk-v21.6.1) (2021-06-16)


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.6.1",
"version": "21.8.0",
"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.6.1",
"@looker/sdk": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
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

## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.6.1...hackathon-v21.8.0) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.6.1 to ^21.8.0
* @looker/extension-sdk-react bumped from ^21.6.1 to ^21.8.0
* @looker/sdk bumped from ^21.6.1 to ^21.8.0
* @looker/wholly-sheet bumped from ^0.5.7 to ^0.5.8

### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.6.0...hackathon-v21.6.1) (2021-06-16)


Expand Down Expand Up @@ -111,4 +123,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
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.6.1",
"version": "21.8.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.4.1",
"@looker/extension-sdk": "^21.6.1",
"@looker/extension-sdk-react": "^21.6.1",
"@looker/extension-sdk": "^21.8.0",
"@looker/extension-sdk-react": "^21.8.0",
"@looker/icons": "1.3.0",
"@looker/sdk": "^21.6.1",
"@looker/sdk": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"@looker/wholly-sheet": "^0.5.7",
"@looker/wholly-sheet": "^0.5.8",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.9.9](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.8...run-it-v0.9.9) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.6.1 to ^21.8.0

### [0.9.8](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.7...run-it-v0.9.8) (2021-06-16)


Expand Down Expand Up @@ -131,4 +140,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
4 changes: 2 additions & 2 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.8",
"version": "0.9.9",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/sdk": "^21.6.1",
"@looker/sdk": "^21.8.0",
"@looker/sdk-codegen": "^21.0.17",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/code-editor": "^0.1.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/sdk-codegen-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [21.0.18](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.17...sdk-codegen-scripts-v21.0.18) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.6.1 to ^21.8.0
* @looker/sdk-node bumped from ^21.6.1 to ^21.8.0

### [21.0.17](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.16...sdk-codegen-scripts-v21.0.17) (2021-06-16)


Expand Down Expand Up @@ -112,4 +122,4 @@
* @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-node bumped from ^21.0.10 to ^21.4.0
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
6 changes: 3 additions & 3 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.17",
"version": "21.0.18",
"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.6.1",
"@looker/sdk": "^21.8.0",
"@looker/sdk-codegen": "^21.0.17",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-node": "^21.6.1",
"@looker/sdk-node": "^21.8.0",
"@looker/sdk-rtl": "^21.0.13",
"config": "^3.3.1",
"cross-env": "^7.0.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-node/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.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.6.1...sdk-node-v21.8.0) (2021-06-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.6.1 to ^21.8.0

### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.6.0...sdk-node-v21.6.1) (2021-06-16)


Expand Down
Loading

0 comments on commit 51ec96e

Please sign in to comment.