Unverified Commit 341b7843 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

chore: release main (#628)


Co-authored-by: default avatargithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent d5b84299
Showing with 182 additions and 46 deletions
+182 -46
{
".": "1.3.0",
"packages/api-explorer": "0.9.3",
"packages/extension-api-explorer": "21.4.2",
"packages/extension-sdk": "21.4.2",
"packages/extension-sdk-react": "21.4.2",
"packages/hackathon": "21.4.2",
"packages/run-it": "0.9.3",
"packages/sdk": "21.4.1",
"packages/sdk-codegen": "21.0.13",
"packages/sdk-codegen-scripts": "21.0.13",
".": "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",
"packages/sdk-codegen-utils": "21.0.11",
"packages/sdk-node": "21.4.2",
"packages/sdk-node": "21.4.3",
"packages/sdk-rtl": "21.0.12",
"packages/wholly-sheet": "0.5.3",
"packages/wholly-sheet": "0.5.4",
"python": "21.4.1"
}
# Changelog
## [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)
### Features
* add noComment toggle to code generators ([#627](https://www.github.com/looker-open-source/sdk-codegen/issues/627)) ([90bbecb](https://www.github.com/looker-open-source/sdk-codegen/commit/90bbecbeb31c66bda31f6d14abcc50288e6d7ea1)), closes [#626](https://www.github.com/looker-open-source/sdk-codegen/issues/626)
* adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
### Bug Fixes
* remove deprecated object attribute reference in APIX tests ([#622](https://www.github.com/looker-open-source/sdk-codegen/issues/622)) ([581b351](https://www.github.com/looker-open-source/sdk-codegen/commit/581b3511fdc8431f80d54fd315a12192ceb86382))
## [1.3.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.2.0...sdk-codegen-all-v1.3.0) (2021-04-21)
......
{
"license": "MIT",
"name": "sdk-codegen-all",
"version": "1.3.0",
"version": "1.4.0",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
......
......@@ -5,6 +5,30 @@ 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.4](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.3...api-explorer-v0.9.4) (2021-04-26)
### Features
* adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
### Bug Fixes
* remove deprecated object attribute reference in APIX tests ([#622](https://www.github.com/looker-open-source/sdk-codegen/issues/622)) ([581b351](https://www.github.com/looker-open-source/sdk-codegen/commit/581b3511fdc8431f80d54fd315a12192ceb86382))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/run-it bumped from ^0.9.3 to ^0.9.4
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
* @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
* devDependencies
* @looker/sdk-codegen-scripts bumped from ^21.0.13 to ^21.0.14
* @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
### [0.9.3](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.2...api-explorer-v0.9.3) (2021-04-21)
......
{
"name": "@looker/api-explorer",
"version": "0.9.3",
"version": "0.9.4",
"description": "Looker API Explorer",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
......@@ -25,8 +25,8 @@
},
"devDependencies": {
"@looker/components-test-utils": "^1.1.3",
"@looker/sdk-codegen-scripts": "^21.0.13",
"@looker/sdk-node": "^21.4.2",
"@looker/sdk-codegen-scripts": "^21.0.14",
"@looker/sdk-node": "^21.4.3",
"@styled-icons/styled-icon": "^10.6.3",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
......@@ -54,9 +54,9 @@
"@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.3",
"@looker/sdk": "^21.4.1",
"@looker/sdk-codegen": "^21.0.13",
"@looker/run-it": "^0.9.4",
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/sdk-rtl": "^21.0.12",
"@looker/code-editor": "^0.0.1",
"history": "^4.10.1",
......
# Changelog
### 0.0.1 (2021-04-26)
### Features
* adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
\ No newline at end of file
......@@ -32,7 +32,6 @@
"@types/react-dom": "^16.9.6",
"@types/react-test-renderer": "^17.0.0",
"@types/styled-components": "^5.1.7",
"@looker/components-test-utils": "^1.1.3",
"enzyme": "^3.11.0",
"jest-config": "^25.3.0",
"react-test-renderer": "^17.0.1",
......@@ -42,7 +41,7 @@
"dependencies": {
"@looker/components": "^1.1.3",
"@looker/design-tokens": "^1.1.3",
"@looker/sdk-codegen": "^21.0.12",
"@looker/sdk-codegen": "^21.0.14",
"prism-react-renderer": "^1.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
......
# Changelog
### [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)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/api-explorer bumped from ^0.9.3 to ^0.9.4
* @looker/extension-sdk bumped from ^21.4.2 to ^21.4.3
* @looker/extension-sdk-react bumped from ^21.4.2 to ^21.4.3
* @looker/run-it bumped from ^0.9.3 to ^0.9.4
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
* @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v21.4.1...extension-api-explorer-v21.4.2) (2021-04-21)
......
{
"name": "@looker/extension-api-explorer",
"version": "21.4.2",
"version": "21.4.3",
"description": "Looker API Explorer extension version ",
"main": "lib/index.js",
"module": "lib/esm/index.js",
......@@ -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.3",
"@looker/extension-sdk": "^21.4.2",
"@looker/extension-sdk-react": "^21.4.2",
"@looker/run-it": "^0.9.3",
"@looker/sdk": "^21.4.1",
"@looker/sdk-codegen": "^21.0.13",
"@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/components": "^1.1.3",
"@looker/icons": "1.1.3",
"@styled-icons/material": "^10.28.0",
......
......@@ -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.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)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.4.2 to ^21.4.3
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-react-v21.4.1...extension-sdk-react-v21.4.2) (2021-04-21)
......
{
"name": "@looker/extension-sdk-react",
"version": "21.4.2",
"version": "21.4.3",
"description": "Looker Extension SDK for React",
"main": "lib/index.js",
"module": "lib/esm/index.js",
......@@ -43,8 +43,8 @@
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@looker/extension-sdk": "^21.4.2",
"@looker/sdk": "^21.4.1",
"@looker/extension-sdk": "^21.4.3",
"@looker/sdk": "^21.4.2",
"@looker/sdk-rtl": "^21.0.12",
"history": "^4.9.0",
"lodash": "^4.17.20"
......
......@@ -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.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.2...extension-sdk-v21.4.3) (2021-04-26)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.1...extension-sdk-v21.4.2) (2021-04-21)
......
{
"name": "@looker/extension-sdk",
"version": "21.4.2",
"version": "21.4.3",
"description": "Looker Extension SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
......@@ -40,7 +40,7 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.4.1",
"@looker/sdk": "^21.4.2",
"@looker/sdk-rtl": "^21.0.12",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
......
# Changelog
### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.4.2...hackathon-v21.4.3) (2021-04-26)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/extension-sdk bumped from ^21.4.2 to ^21.4.3
* @looker/extension-sdk-react bumped from ^21.4.2 to ^21.4.3
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
* @looker/wholly-sheet bumped from ^0.5.3 to ^0.5.4
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/hackathon-v21.4.1...hackathon-v21.4.2) (2021-04-21)
......
{
"name": "@looker/hackathon",
"version": "21.4.2",
"version": "21.4.3",
"description": "Looker Hackathon extension",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
......@@ -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.2",
"@looker/extension-sdk-react": "^21.4.2",
"@looker/sdk": "^21.4.1",
"@looker/extension-sdk": "^21.4.3",
"@looker/extension-sdk-react": "^21.4.3",
"@looker/sdk": "^21.4.2",
"@looker/sdk-rtl": "^21.0.12",
"@looker/wholly-sheet": "^0.5.3",
"@looker/wholly-sheet": "^0.5.4",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-dom": "^16.13.1",
......
# Changelog
### [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)
### Features
* adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
### Bug Fixes
* remove deprecated object attribute reference in APIX tests ([#622](https://www.github.com/looker-open-source/sdk-codegen/issues/622)) ([581b351](https://www.github.com/looker-open-source/sdk-codegen/commit/581b3511fdc8431f80d54fd315a12192ceb86382))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
* @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
### [0.9.3](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.2...run-it-v0.9.3) (2021-04-21)
......
{
"name": "@looker/run-it",
"version": "0.9.3",
"version": "0.9.4",
"description": "A dynamic REST request input form and response visualizer",
"main": "lib/esm/index.js",
"typings": "lib/index.d.ts",
......@@ -52,8 +52,8 @@
"@styled-icons/material-outlined": "^10.28.0",
"@styled-icons/material-rounded": "^10.28.0",
"@looker/design-tokens": "0.9.27",
"@looker/sdk": "^21.4.1",
"@looker/sdk-codegen": "^21.0.13",
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/code-editor": "^0.0.1",
"@looker/sdk-rtl": "^21.0.12",
......
# Changelog
### [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)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @looker/sdk bumped from ^21.4.1 to ^21.4.2
* @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
* @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
### [21.0.13](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.12...sdk-codegen-scripts-v21.0.13) (2021-04-21)
......@@ -57,4 +68,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
\ No newline at end of file
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
{
"name": "@looker/sdk-codegen-scripts",
"version": "21.0.13",
"version": "21.0.14",
"description": "Looker SDK Codegen scripts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
......@@ -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.1",
"@looker/sdk-codegen": "^21.0.13",
"@looker/sdk": "^21.4.2",
"@looker/sdk-codegen": "^21.0.14",
"@looker/sdk-codegen-utils": "^21.0.11",
"@looker/sdk-node": "^21.4.2",
"@looker/sdk-node": "^21.4.3",
"@looker/sdk-rtl": "^21.0.12",
"config": "^3.3.1",
"cross-env": "^7.0.2"
......
......@@ -5,6 +5,13 @@ 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.0.14](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.0.13...sdk-codegen-v21.0.14) (2021-04-26)
### Features
* add noComment toggle to code generators ([#627](https://www.github.com/looker-open-source/sdk-codegen/issues/627)) ([90bbecb](https://www.github.com/looker-open-source/sdk-codegen/commit/90bbecbeb31c66bda31f6d14abcc50288e6d7ea1)), closes [#626](https://www.github.com/looker-open-source/sdk-codegen/issues/626)
### [21.0.13](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.0.12...sdk-codegen-v21.0.13) (2021-04-21)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment