Skip to content

Commit

Permalink
Version Packages (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 29, 2023
1 parent fc8a924 commit 38139eb
Show file tree
Hide file tree
Showing 18 changed files with 293 additions and 59 deletions.
5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/four-scissors-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/giant-boxes-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions generator/konfig-dash/.changeset/nasty-moles-divide.md

This file was deleted.

6 changes: 0 additions & 6 deletions generator/konfig-dash/.changeset/poor-crabs-cheat.md

This file was deleted.

6 changes: 0 additions & 6 deletions generator/konfig-dash/.changeset/thick-geese-breathe.md

This file was deleted.

17 changes: 17 additions & 0 deletions generator/konfig-dash/packages/konfig-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# konfig-cli

## 1.14.1

### Patch Changes

- [#227](https://github.com/konfig-dev/konfig/pull/227) [`ef1d23af`](https://github.com/konfig-dev/konfig/commit/ef1d23afae81e1488807f0793fdc766f6dd319b9) Thanks [@dphuang2](https://github.com/dphuang2)! - fix bug when generating Go SDK

- [#222](https://github.com/konfig-dev/konfig/pull/222) [`d90d63ea`](https://github.com/konfig-dev/konfig/commit/d90d63ea5c472a42be5a0d3c649ad62c955b9a9c) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add pr-create CLI command and /prCreate endpoint

- [#224](https://github.com/konfig-dev/konfig/pull/224) [`1d379bf1`](https://github.com/konfig-dev/konfig/commit/1d379bf1ef2ec82e1a83b29707533f194aa3c7c9) Thanks [@eddiechayes](https://github.com/eddiechayes)! - create pr-merge CLI command and /prMerge endpoint

- [#225](https://github.com/konfig-dev/konfig/pull/225) [`fc8a924c`](https://github.com/konfig-dev/konfig/commit/fc8a924c31e9023f912453ded597936a11a65a04) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add api keys for /prCreate and /prMerge endpoints

- Updated dependencies [[`3bfa15ce`](https://github.com/konfig-dev/konfig/commit/3bfa15ce74f365b7b248739c3d84d07458cfdbb3), [`d90d63ea`](https://github.com/konfig-dev/konfig/commit/d90d63ea5c472a42be5a0d3c649ad62c955b9a9c), [`1d379bf1`](https://github.com/konfig-dev/konfig/commit/1d379bf1ef2ec82e1a83b29707533f194aa3c7c9), [`fc8a924c`](https://github.com/konfig-dev/konfig/commit/fc8a924c31e9023f912453ded597936a11a65a04)]:
- [email protected]
- [email protected]
- [email protected]

## 1.14.0

### Minor Changes
Expand Down
100 changes: 75 additions & 25 deletions generator/konfig-dash/packages/konfig-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g konfig-cli
$ konfig COMMAND
running command...
$ konfig (--version)
konfig-cli/1.14.0 linux-x64 node-v16.20.2
konfig-cli/1.14.1 linux-x64 node-v16.20.2
$ konfig --help [COMMAND]
USAGE
$ konfig COMMAND
Expand All @@ -43,6 +43,8 @@ USAGE
* [`konfig logout`](#konfig-logout)
* [`konfig mock`](#konfig-mock)
* [`konfig p2o`](#konfig-p2o)
* [`konfig pr-create`](#konfig-pr-create)
* [`konfig pr-merge`](#konfig-pr-merge)
* [`konfig publish`](#konfig-publish)
* [`konfig published`](#konfig-published)
* [`konfig pull`](#konfig-pull)
Expand Down Expand Up @@ -76,7 +78,7 @@ EXAMPLES
$ konfig bump
```

_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/bump.ts)_
_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/bump.ts)_

## `konfig changeset`

Expand Down Expand Up @@ -104,7 +106,7 @@ EXAMPLES
$ konfig changeset -g python
```

_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/changeset.ts)_
_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/changeset.ts)_

## `konfig detect-breaking-change`

Expand All @@ -125,7 +127,7 @@ EXAMPLES
$ konfig detect-breaking-change
```

_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/detect-breaking-change.ts)_
_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/detect-breaking-change.ts)_

## `konfig diff`

Expand All @@ -142,7 +144,7 @@ EXAMPLES
$ konfig diff
```

_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/diff.ts)_
_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/diff.ts)_

## `konfig fix`

Expand Down Expand Up @@ -171,7 +173,7 @@ EXAMPLES
$ konfig fix
```

_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/fix.ts)_
_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/fix.ts)_

## `konfig generate`

Expand Down Expand Up @@ -220,7 +222,7 @@ EXAMPLES
$ konfig generate
```

_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/generate.ts)_
_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/generate.ts)_

## `konfig help [COMMAND]`

Expand Down Expand Up @@ -260,7 +262,7 @@ EXAMPLES
$ konfig ignore
```

_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/ignore.ts)_
_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/ignore.ts)_

## `konfig init`

Expand All @@ -283,7 +285,7 @@ EXAMPLES
$ konfig init
```

_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/init.ts)_
_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/init.ts)_

## `konfig lint`

Expand All @@ -300,7 +302,7 @@ EXAMPLES
$ konfig lint
```

_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/lint.ts)_
_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/lint.ts)_

## `konfig lint-python`

Expand Down Expand Up @@ -328,7 +330,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.14.0/dist/commands/lint-python.ts)_
_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/lint-python.ts)_

## `konfig list-sdk-submodules`

Expand All @@ -345,7 +347,7 @@ EXAMPLES
$ konfig list-sdk-submodules
```

_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/list-sdk-submodules.ts)_
_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/list-sdk-submodules.ts)_

## `konfig login`

Expand All @@ -362,7 +364,7 @@ EXAMPLES
$ konfig login
```

_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/login.ts)_
_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/login.ts)_

## `konfig logout`

Expand All @@ -379,7 +381,7 @@ EXAMPLES
$ konfig logout
```

_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/logout.ts)_
_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/logout.ts)_

## `konfig mock`

Expand All @@ -396,7 +398,7 @@ EXAMPLES
$ konfig mock
```

_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/mock.ts)_
_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/mock.ts)_

## `konfig p2o`

Expand All @@ -417,7 +419,55 @@ EXAMPLES
$ konfig p2o
```

_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/p2o.ts)_
_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/p2o.ts)_

## `konfig pr-create`

Creates a github pull request

```
USAGE
$ konfig pr-create -o <value> -r <value> -h <value> [-b <value>] [--title <value>] [--body <value>]
FLAGS
-b, --base=<value> Name of the branch you want to merge into
-h, --head=<value> (required) Name of the branch you want to merge from
-o, --owner=<value> (required) Owner of github repository
-r, --repo=<value> (required) Name of github repository
--body=<value> Body of the PR
--title=<value> Title of the PR
DESCRIPTION
Creates a github pull request
EXAMPLES
$ konfig pr-create
```

_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/pr-create.ts)_

## `konfig pr-merge`

Merges a github pull request

```
USAGE
$ konfig pr-merge -o <value> -r <value> -h <value> [-b <value>]
FLAGS
-b, --base=<value> Name of the branch you want to merge into
-h, --head=<value> (required) Name of the branch you want to merge from
-o, --owner=<value> (required) Owner of github repository
-r, --repo=<value> (required) Name of github repository
DESCRIPTION
Merges a github pull request
EXAMPLES
$ konfig pr-merge
```

_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/pr-merge.ts)_

## `konfig publish`

Expand Down Expand Up @@ -445,7 +495,7 @@ EXAMPLES
$ konfig publish
```

_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/publish.ts)_
_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/publish.ts)_

## `konfig published`

Expand All @@ -465,7 +515,7 @@ EXAMPLES
$ konfig published
```

_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/published.ts)_
_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/published.ts)_

## `konfig pull`

Expand All @@ -482,7 +532,7 @@ EXAMPLES
$ konfig pull
```

_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/pull.ts)_
_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/pull.ts)_

## `konfig push`

Expand All @@ -506,7 +556,7 @@ EXAMPLES
$ konfig push
```

_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/push.ts)_
_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/push.ts)_

## `konfig revalidate-demos [FILE]`

Expand All @@ -528,7 +578,7 @@ EXAMPLES
$ konfig revalidate-demos
```

_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/revalidate-demos.ts)_
_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/revalidate-demos.ts)_

## `konfig revalidate-portal [FILE]`

Expand All @@ -550,7 +600,7 @@ EXAMPLES
$ konfig revalidate-portal
```

_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/revalidate-portal.ts)_
_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/revalidate-portal.ts)_

## `konfig slack-msg [FILE]`

Expand All @@ -571,7 +621,7 @@ EXAMPLES
$ konfig slack-msg
```

_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/slack-msg.ts)_
_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/slack-msg.ts)_

## `konfig test`

Expand All @@ -592,7 +642,7 @@ EXAMPLES
$ konfig test
```

_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/test.ts)_

## `konfig version`

Expand All @@ -609,5 +659,5 @@ EXAMPLES
$ konfig version
```

_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.0/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.14.1/dist/commands/version.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion generator/konfig-dash/packages/konfig-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konfig-cli",
"version": "1.14.0",
"version": "1.14.1",
"description": "CLI for Generating SDKs with Konfig",
"author": "dphuang2 @dphuang2",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions generator/konfig-dash/packages/konfig-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# konfig-lib

## 1.15.0

### Minor Changes

- [#226](https://github.com/konfig-dev/konfig/pull/226) [`3bfa15ce`](https://github.com/konfig-dev/konfig/commit/3bfa15ce74f365b7b248739c3d84d07458cfdbb3) Thanks [@dphuang2](https://github.com/dphuang2)! - add support for custom dependencies in TypeScript SDK

### Patch Changes

- [#222](https://github.com/konfig-dev/konfig/pull/222) [`d90d63ea`](https://github.com/konfig-dev/konfig/commit/d90d63ea5c472a42be5a0d3c649ad62c955b9a9c) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add pr-create CLI command and /prCreate endpoint

## 1.14.0

### Minor Changes
Expand Down
10 changes: 10 additions & 0 deletions generator/konfig-dash/packages/konfig-lib/konfig-yaml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,13 @@
"const": "typescript",
"default": "typescript"
},
"dependencies": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "A map of dependencies to add to the generated package.json. This is useful for adding dependencies that are required for the SDK to work."
},
"packageJsonScripts": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -1974,6 +1981,9 @@
"language": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/typescript/properties/language"
},
"dependencies": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/typescript/properties/dependencies"
},
"packageJsonScripts": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/typescript/properties/packageJsonScripts"
},
Expand Down
2 changes: 1 addition & 1 deletion generator/konfig-dash/packages/konfig-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"typescript": "^4.7.4",
"zod-to-json-schema": "^3.20.4"
},
"version": "1.14.0"
"version": "1.15.0"
}
Loading

0 comments on commit 38139eb

Please sign in to comment.