Skip to content

Commit

Permalink
Merge branch 'main' into jc/apix_test_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytchang authored Feb 4, 2022
2 parents 5740e99 + 3a2de3b commit 93a00eb
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- uses: google-github-actions/release-please-action@b1f383133aa4cc90eca1d35ae7ac7d96c1e83d72
with:
command: manifest
monorepo-tags: true
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}
2 changes: 1 addition & 1 deletion packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@looker/chatty": "^2.3.0",
"@looker/sdk": "^21.20.1",
"@looker/sdk": "^22.0.0",
"@looker/sdk-rtl": "^21.3.1",
"deepmerge": "^4.2.2",
"readable-stream": "^3.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk-codegen/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Looker SDK code generator core files


This package contains the OpenAPI analysis files, and all source code necessary to generate method and type declarations for supported languages.

This package can be used in a browser because it has no node dependencies.
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk-codegen",
"version": "21.3.1",
"version": "22.0.0",
"description": "Looker SDK Codegen core",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dotenv": "^8.2.0"
},
"dependencies": {
"@looker/sdk": "^21.20.1",
"@looker/sdk": "^22.0.0",
"@looker/sdk-rtl": "^21.3.1",
"ini": "^1.3.8",
"readable-stream": "^3.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Looker SDK


The Looker SDK for TypeScript/JavaScript works with Node and browser run-times. The SDK provides a convenient way to communicate with a Looker server's APIs.

This package supports using the Looker SDK in the browser. The [@looker/sdk-node](https://www.npmjs.com/package/@looker/sdk-node) package depends on this package (@looker/sdk) and [@looker/sdk-rtl](https://www.npmjs.com/package/@looker/sdk-rtl).
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/sdk",
"version": "21.20.1",
"version": "22.0.0",
"description": "Looker SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion python/looker_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = "21.20.0"
__version__ = "22.0.0"
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": ["node-workspace"],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"release-as": "",
"packages": {
".": { "release-as": "" },
"packages/api-explorer": { "release-as": "" },
Expand Down

0 comments on commit 93a00eb

Please sign in to comment.