Skip to content

Commit

Permalink
chore: submit changes to release-please-config at files in each packa…
Browse files Browse the repository at this point in the history
…ge in one commit.
  • Loading branch information
drstrangelooker committed Feb 4, 2022
1 parent 2641d90 commit e24480c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
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
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 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"
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"packages/extension-utils": { "release-as": "" },
"packages/hackathon": { "release-as": ""},
"packages/run-it": { "release-as": "" },
"packages/sdk": { "release-as": ""},
"packages/sdk-codegen": { "release-as": "" },
"packages/sdk": { "release-as": "22.0.0"},
"packages/sdk-codegen": { "release-as": "22.0.0" },
"packages/sdk-codegen-scripts": { "release-as": "" },
"packages/sdk-codegen-utils": { "release-as": ""},
"packages/sdk-node": { "release-as": ""},
"packages/sdk-rtl": { "release-as": "" },
"packages/wholly-sheet": { "release-as": "" },
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "" }
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "22.0.0" }
}
}

0 comments on commit e24480c

Please sign in to comment.