Skip to content

Commit e24480c

Browse files
chore: submit changes to release-please-config at files in each package in one commit.
1 parent 2641d90 commit e24480c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

packages/sdk-codegen/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Looker SDK code generator core files
22

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

56
This package can be used in a browser because it has no node dependencies.

packages/sdk/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Looker SDK
22

3+
34
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.
45

56
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).

python/looker_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222

23-
__version__ = "21.20.0"
23+
__version__ = "22.0.0"

release-please-config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"packages/extension-utils": { "release-as": "" },
1313
"packages/hackathon": { "release-as": ""},
1414
"packages/run-it": { "release-as": "" },
15-
"packages/sdk": { "release-as": ""},
16-
"packages/sdk-codegen": { "release-as": "" },
15+
"packages/sdk": { "release-as": "22.0.0"},
16+
"packages/sdk-codegen": { "release-as": "22.0.0" },
1717
"packages/sdk-codegen-scripts": { "release-as": "" },
1818
"packages/sdk-codegen-utils": { "release-as": ""},
1919
"packages/sdk-node": { "release-as": ""},
2020
"packages/sdk-rtl": { "release-as": "" },
2121
"packages/wholly-sheet": { "release-as": "" },
22-
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "" }
22+
"python": { "release-type": "python", "package-name": "looker_sdk", "release-as": "22.0.0" }
2323
}
2424
}

0 commit comments

Comments
 (0)