From c484ce9367e0ef9f5a8b97c66269128234f9924a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:36:16 -0700 Subject: [PATCH] Version Packages & Generate Artifacts (#680) * RELEASING: Releasing 1 package(s) Releases: konfig-cli@1.38.36 * Version Packages --------- Co-authored-by: github-actions[bot] --- .../.changeset/unlucky-games-work.md | 5 -- .../packages/konfig-cli/CHANGELOG.md | 6 ++ .../konfig-dash/packages/konfig-cli/README.md | 56 +++++++++---------- .../packages/konfig-cli/package.json | 2 +- 4 files changed, 35 insertions(+), 34 deletions(-) delete mode 100644 generator/konfig-dash/.changeset/unlucky-games-work.md diff --git a/generator/konfig-dash/.changeset/unlucky-games-work.md b/generator/konfig-dash/.changeset/unlucky-games-work.md deleted file mode 100644 index ff16fe172..000000000 --- a/generator/konfig-dash/.changeset/unlucky-games-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'konfig-cli': patch ---- - -fix publishing for go sdk diff --git a/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md b/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md index b87876207..2945e849b 100644 --- a/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # konfig-cli +## 1.38.36 + +### Patch Changes + +- [#679](https://github.com/konfig-dev/konfig/pull/679) [`791e38b2`](https://github.com/konfig-dev/konfig/commit/791e38b2d3dcb852ab098f43434adee38d1d334c) Thanks [@eddiechayes](https://github.com/eddiechayes)! - fix publishing for go sdk + ## 1.38.35 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-cli/README.md b/generator/konfig-dash/packages/konfig-cli/README.md index 172d923af..0a3a9b0eb 100644 --- a/generator/konfig-dash/packages/konfig-cli/README.md +++ b/generator/konfig-dash/packages/konfig-cli/README.md @@ -16,7 +16,7 @@ $ npm install -g konfig-cli $ konfig COMMAND running command... $ konfig (--version) -konfig-cli/1.38.35 linux-x64 node-v16.20.2 +konfig-cli/1.38.36 linux-x64 node-v16.20.2 $ konfig --help [COMMAND] USAGE $ konfig COMMAND @@ -79,7 +79,7 @@ EXAMPLES $ konfig bump ``` -_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/bump.ts)_ +_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/bump.ts)_ ## `konfig changeset` @@ -107,7 +107,7 @@ EXAMPLES $ konfig changeset -g python ``` -_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/changeset.ts)_ +_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/changeset.ts)_ ## `konfig detect-breaking-change` @@ -128,7 +128,7 @@ EXAMPLES $ konfig detect-breaking-change ``` -_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/detect-breaking-change.ts)_ +_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/detect-breaking-change.ts)_ ## `konfig diff` @@ -145,7 +145,7 @@ EXAMPLES $ konfig diff ``` -_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/diff.ts)_ +_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/diff.ts)_ ## `konfig fix` @@ -185,7 +185,7 @@ EXAMPLES $ konfig fix ``` -_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/fix.ts)_ +_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/fix.ts)_ ## `konfig generate` @@ -234,7 +234,7 @@ EXAMPLES $ konfig generate ``` -_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/generate.ts)_ +_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/generate.ts)_ ## `konfig help [COMMAND]` @@ -274,7 +274,7 @@ EXAMPLES $ konfig ignore ``` -_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/ignore.ts)_ +_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/ignore.ts)_ ## `konfig init` @@ -297,7 +297,7 @@ EXAMPLES $ konfig init ``` -_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/init.ts)_ +_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/init.ts)_ ## `konfig lint` @@ -314,7 +314,7 @@ EXAMPLES $ konfig lint ``` -_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/lint.ts)_ +_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/lint.ts)_ ## `konfig lint-python` @@ -342,7 +342,7 @@ EXAMPLES $ konfig lint-python -f -p test/simple_test.py ``` -_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/lint-python.ts)_ +_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/lint-python.ts)_ ## `konfig list-sdk-submodules` @@ -359,7 +359,7 @@ EXAMPLES $ konfig list-sdk-submodules ``` -_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/list-sdk-submodules.ts)_ +_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/list-sdk-submodules.ts)_ ## `konfig login` @@ -376,7 +376,7 @@ EXAMPLES $ konfig login ``` -_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/login.ts)_ +_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/login.ts)_ ## `konfig logout` @@ -393,7 +393,7 @@ EXAMPLES $ konfig logout ``` -_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/logout.ts)_ +_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/logout.ts)_ ## `konfig mock` @@ -410,7 +410,7 @@ EXAMPLES $ konfig mock ``` -_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/mock.ts)_ +_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/mock.ts)_ ## `konfig openapi-schema-validate` @@ -433,7 +433,7 @@ EXAMPLES $ konfig openapi-schema-validate ``` -_See code: [dist/commands/openapi-schema-validate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/openapi-schema-validate.ts)_ +_See code: [dist/commands/openapi-schema-validate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/openapi-schema-validate.ts)_ ## `konfig p2o` @@ -454,7 +454,7 @@ EXAMPLES $ konfig p2o ``` -_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/p2o.ts)_ +_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/p2o.ts)_ ## `konfig pr-create` @@ -479,7 +479,7 @@ EXAMPLES $ konfig pr-create ``` -_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/pr-create.ts)_ +_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/pr-create.ts)_ ## `konfig pr-merge` @@ -502,7 +502,7 @@ EXAMPLES $ konfig pr-merge ``` -_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/pr-merge.ts)_ +_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/pr-merge.ts)_ ## `konfig publish` @@ -534,7 +534,7 @@ EXAMPLES $ konfig publish ``` -_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/publish.ts)_ +_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/publish.ts)_ ## `konfig published` @@ -554,7 +554,7 @@ EXAMPLES $ konfig published ``` -_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/published.ts)_ +_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/published.ts)_ ## `konfig pull` @@ -575,7 +575,7 @@ EXAMPLES $ konfig pull ``` -_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/pull.ts)_ +_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/pull.ts)_ ## `konfig push` @@ -599,7 +599,7 @@ EXAMPLES $ konfig push ``` -_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/push.ts)_ +_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/push.ts)_ ## `konfig revalidate-demos [FILE]` @@ -621,7 +621,7 @@ EXAMPLES $ konfig revalidate-demos ``` -_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/revalidate-demos.ts)_ +_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/revalidate-demos.ts)_ ## `konfig revalidate-portal [FILE]` @@ -643,7 +643,7 @@ EXAMPLES $ konfig revalidate-portal ``` -_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/revalidate-portal.ts)_ +_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/revalidate-portal.ts)_ ## `konfig slack-msg [FILE]` @@ -664,7 +664,7 @@ EXAMPLES $ konfig slack-msg ``` -_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/slack-msg.ts)_ +_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/slack-msg.ts)_ ## `konfig test` @@ -688,7 +688,7 @@ EXAMPLES $ konfig test ``` -_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/test.ts)_ ## `konfig version` @@ -705,5 +705,5 @@ EXAMPLES $ konfig version ``` -_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.35/dist/commands/version.ts)_ +_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.36/dist/commands/version.ts)_ diff --git a/generator/konfig-dash/packages/konfig-cli/package.json b/generator/konfig-dash/packages/konfig-cli/package.json index e87272800..85bf8d64d 100644 --- a/generator/konfig-dash/packages/konfig-cli/package.json +++ b/generator/konfig-dash/packages/konfig-cli/package.json @@ -1,6 +1,6 @@ { "name": "konfig-cli", - "version": "1.38.35", + "version": "1.38.36", "description": "CLI for Generating SDKs with Konfig", "author": "dphuang2 @dphuang2", "bin": {