Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #867

Merged
merged 3 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16.0",
"packages/api-explorer": "0.9.20",
"packages/code-editor": "0.1.11",
"packages/extension-api-explorer": "21.16.0",
"packages/extension-sdk": "21.16.0",
"packages/extension-sdk-react": "21.16.0",
"packages/hackathon": "21.16.0",
"packages/run-it": "0.9.20",
"packages/sdk": "21.16.0",
".": "1.17.0",
"packages/api-explorer": "0.9.21",
"packages/code-editor": "0.1.12",
"packages/extension-api-explorer": "21.18.0",
"packages/extension-sdk": "21.18.0",
"packages/extension-sdk-react": "21.18.0",
"packages/hackathon": "21.18.0",
"packages/run-it": "0.9.21",
"packages/sdk": "21.18.0",
"packages/sdk-codegen": "21.1.0",
"packages/sdk-codegen-scripts": "21.1.0",
"packages/sdk-codegen-scripts": "21.1.1",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.16.0",
"packages/sdk-node": "21.18.0",
"packages/sdk-rtl": "21.1.0",
"packages/wholly-sheet": "0.5.17",
"python": "21.16.0"
"packages/wholly-sheet": "0.5.18",
"python": "21.18.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.17.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.16.0...sdk-codegen-all-v1.17.0) (2021-10-24)


### Features

* Cloud Functions Examples (User Provisioner) ([#849](https://www.github.com/looker-open-source/sdk-codegen/issues/849)) ([ec2e4d0](https://www.github.com/looker-open-source/sdk-codegen/commit/ec2e4d0ebc4c80dab4242a1e14a2ae6e0223c8c1))
* Hackathon admin add users UI ([#854](https://www.github.com/looker-open-source/sdk-codegen/issues/854)) ([a6fe4fd](https://www.github.com/looker-open-source/sdk-codegen/commit/a6fe4fdb6c26c17be848196c68f3508205dbdc4c))
* Looker 21.18 bindings ([#865](https://www.github.com/looker-open-source/sdk-codegen/issues/865)) ([fa98888](https://www.github.com/looker-open-source/sdk-codegen/commit/fa988886c2d88290044d2818de7f549ca28b49bc))
* personalized Hackathon agenda ([#853](https://www.github.com/looker-open-source/sdk-codegen/issues/853)) ([a143225](https://www.github.com/looker-open-source/sdk-codegen/commit/a1432250bad0bd35d5d9c5044aced81cf2cc1346))


### Bug Fixes

* Update resources list and enable link opening ([4f17aee](https://www.github.com/looker-open-source/sdk-codegen/commit/4f17aee91a0b0d7a133c1e77b3842b072e1a446e))

## [1.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.15.0...sdk-codegen-all-v1.16.0) (2021-10-19)


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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/code-editor bumped from ^0.1.11 to ^0.1.12
* @looker/run-it bumped from ^0.9.20 to ^0.9.21
* @looker/sdk bumped from ^21.16.0 to ^21.18.0
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.1.0 to ^21.1.1
* @looker/sdk-node bumped from ^21.16.0 to ^21.18.0

### [0.9.20](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.19...api-explorer-v0.9.20) (2021-10-19)


Expand Down Expand Up @@ -424,4 +438,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`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
- Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
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.20",
"version": "0.9.21",
"description": "Looker API Explorer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.5",
"@looker/sdk-codegen-scripts": "^21.1.0",
"@looker/sdk-node": "^21.16.0",
"@looker/sdk-codegen-scripts": "^21.1.1",
"@looker/sdk-node": "^21.18.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 @@ -67,14 +67,14 @@
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@looker/code-editor": "^0.1.11",
"@looker/code-editor": "^0.1.12",
"@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.20",
"@looker/sdk": "^21.16.0",
"@looker/run-it": "^0.9.21",
"@looker/sdk": "^21.18.0",
"@looker/sdk-codegen": "^21.1.0",
"@looker/sdk-rtl": "^21.1.0",
"@reduxjs/toolkit": "^1.6.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.12](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.11...code-editor-v0.1.12) (2021-10-24)


### Features

* personalized Hackathon agenda ([#853](https://www.github.com/looker-open-source/sdk-codegen/issues/853)) ([a143225](https://www.github.com/looker-open-source/sdk-codegen/commit/a1432250bad0bd35d5d9c5044aced81cf2cc1346))

### [0.1.11](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.10...code-editor-v0.1.11) (2021-10-19)


Expand Down Expand Up @@ -160,4 +167,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
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.1.12",
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
"main": "lib/index.js",
"module": "lib/esm/index.js",
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.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.16.0...extension-api-explorer-v21.18.0) (2021-10-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.20 to ^0.9.21
* @looker/extension-sdk bumped from ^21.16.0 to ^21.18.0
* @looker/extension-sdk-react bumped from ^21.16.0 to ^21.18.0
* @looker/run-it bumped from ^0.9.20 to ^0.9.21
* @looker/sdk bumped from ^21.16.0 to ^21.18.0

## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.14.0...extension-api-explorer-v21.16.0) (2021-10-19)


Expand Down Expand Up @@ -333,4 +346,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.16.0",
"version": "21.18.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.20",
"@looker/api-explorer": "^0.9.21",
"@looker/components": "^2.8.1",
"@looker/extension-sdk": "^21.16.0",
"@looker/extension-sdk-react": "^21.16.0",
"@looker/extension-sdk": "^21.18.0",
"@looker/extension-sdk-react": "^21.18.0",
"@looker/icons": "^1.5.3",
"@looker/run-it": "^0.9.20",
"@looker/sdk": "^21.16.0",
"@looker/run-it": "^0.9.21",
"@looker/sdk": "^21.18.0",
"@looker/sdk-codegen": "^21.1.0",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^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.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.16.0...extension-sdk-react-v21.18.0) (2021-10-24)


### Dependencies

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

## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.14.0...extension-sdk-react-v21.16.0) (2021-10-19)


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.16.0",
"version": "21.18.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.16.0",
"@looker/sdk": "^21.16.0",
"@looker/extension-sdk": "^21.18.0",
"@looker/sdk": "^21.18.0",
"@looker/sdk-rtl": "^21.1.0",
"history": "^4.9.0",
"lodash": "^4.17.20"
Expand Down
11 changes: 10 additions & 1 deletion 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.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.16.0...extension-sdk-v21.18.0) (2021-10-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.16.0 to ^21.18.0

## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.14.0...extension-sdk-v21.16.0) (2021-10-19)


Expand Down Expand Up @@ -196,4 +205,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.
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.16.0",
"version": "21.18.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.16.0",
"@looker/sdk": "^21.18.0",
"@looker/sdk-rtl": "^21.1.0",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/hackathon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.16.0...hackathon-v21.18.0) (2021-10-24)


### Features

* Hackathon admin add users UI ([#854](https://www.github.com/looker-open-source/sdk-codegen/issues/854)) ([a6fe4fd](https://www.github.com/looker-open-source/sdk-codegen/commit/a6fe4fdb6c26c17be848196c68f3508205dbdc4c))
* personalized Hackathon agenda ([#853](https://www.github.com/looker-open-source/sdk-codegen/issues/853)) ([a143225](https://www.github.com/looker-open-source/sdk-codegen/commit/a1432250bad0bd35d5d9c5044aced81cf2cc1346))


### Bug Fixes

* Update resources list and enable link opening ([4f17aee](https://www.github.com/looker-open-source/sdk-codegen/commit/4f17aee91a0b0d7a133c1e77b3842b072e1a446e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.16.0 to ^21.18.0
* @looker/code-editor bumped from ^0.1.11 to ^0.1.12
* @looker/wholly-sheet bumped from ^0.5.17 to ^0.5.18
* @looker/extension-sdk bumped from ^21.16.0 to ^21.18.0
* @looker/extension-sdk-react bumped from ^21.16.0 to ^21.18.0

## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.14.0...hackathon-v21.16.0) (2021-10-19)


Expand Down
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.16.0",
"version": "21.18.0",
"description": "Looker Hackathon extension",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,14 +34,14 @@
"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/sdk": "^21.16.0",
"@looker/sdk": "^21.18.0",
"@looker/sdk-rtl": "^21.1.0",
"@looker/code-editor": "^0.1.11",
"@looker/wholly-sheet": "^0.5.17",
"@looker/code-editor": "^0.1.12",
"@looker/wholly-sheet": "^0.5.18",
"@looker/components": "^2.8.1",
"@looker/icons": "^1.5.3",
"@looker/extension-sdk": "^21.16.0",
"@looker/extension-sdk-react": "^21.16.0",
"@looker/extension-sdk": "^21.18.0",
"@looker/extension-sdk-react": "^21.18.0",
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
Expand Down
12 changes: 11 additions & 1 deletion packages/run-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [0.9.21](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.20...run-it-v0.9.21) (2021-10-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.16.0 to ^21.18.0
* @looker/code-editor bumped from ^0.1.11 to ^0.1.12

### [0.9.20](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.19...run-it-v0.9.20) (2021-10-19)


Expand Down Expand Up @@ -300,4 +310,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
6 changes: 3 additions & 3 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.20",
"version": "0.9.21",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -58,10 +58,10 @@
"@styled-icons/material": "^10.28.0",
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/sdk": "^21.16.0",
"@looker/sdk": "^21.18.0",
"@looker/sdk-codegen": "^21.1.0",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/code-editor": "^0.1.11",
"@looker/code-editor": "^0.1.12",
"@looker/sdk-rtl": "^21.1.0",
"@types/readable-stream": "^2.3.5",
"lodash": "^4.17.19",
Expand Down
Loading