Skip to content

Commit

Permalink
Version Packages & Generate Artifacts (#370)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 5 package(s)

Releases:
  [email protected]
  [email protected]
  [email protected]
  [email protected]
  [email protected]

* Version Packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 15, 2023
1 parent cc7c73f commit ff0c80e
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 38 deletions.
6 changes: 0 additions & 6 deletions generator/konfig-dash/.changeset/fair-apples-repair.md

This file was deleted.

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

## 1.32.2

### Patch Changes

- [`cc7c73f2`](https://github.com/konfig-dev/konfig/commit/cc7c73f2590ac4827eef94754482dc58b83e0960) Thanks [@eddiechayes](https://github.com/eddiechayes)! - apply filterPaths to konfig fix

- Updated dependencies [[`cc7c73f2`](https://github.com/konfig-dev/konfig/commit/cc7c73f2590ac4827eef94754482dc58b83e0960)]:
- [email protected]
- [email protected]
- [email protected]

## 1.32.1

### Patch Changes
Expand Down
54 changes: 27 additions & 27 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.32.1 linux-x64 node-v16.20.2
konfig-cli/1.32.2 linux-x64 node-v16.20.2
$ konfig --help [COMMAND]
USAGE
$ konfig COMMAND
Expand Down Expand Up @@ -78,7 +78,7 @@ EXAMPLES
$ konfig bump
```

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

## `konfig changeset`

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

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

## `konfig detect-breaking-change`

Expand All @@ -127,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.32.1/dist/commands/detect-breaking-change.ts)_
_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.32.2/dist/commands/detect-breaking-change.ts)_

## `konfig diff`

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

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

## `konfig fix`

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

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

## `konfig generate`

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

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

## `konfig help [COMMAND]`

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

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

## `konfig init`

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

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

## `konfig lint`

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

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

## `konfig lint-python`

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

## `konfig list-sdk-submodules`

Expand All @@ -347,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.32.1/dist/commands/list-sdk-submodules.ts)_
_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.32.2/dist/commands/list-sdk-submodules.ts)_

## `konfig login`

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

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

## `konfig logout`

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

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

## `konfig mock`

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

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

## `konfig p2o`

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

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

## `konfig pr-create`

Expand All @@ -444,7 +444,7 @@ EXAMPLES
$ konfig pr-create
```

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

## `konfig pr-merge`

Expand All @@ -467,7 +467,7 @@ EXAMPLES
$ konfig pr-merge
```

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

## `konfig publish`

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

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

## `konfig published`

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

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

## `konfig pull`

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

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

## `konfig push`

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

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

## `konfig revalidate-demos [FILE]`

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

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

## `konfig revalidate-portal [FILE]`

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

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

## `konfig slack-msg [FILE]`

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

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

## `konfig test`

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

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

## `konfig version`

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

_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.32.1/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.32.2/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.32.1",
"version": "1.32.2",
"description": "CLI for Generating SDKs with Konfig",
"author": "dphuang2 @dphuang2",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions generator/konfig-dash/packages/konfig-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# konfig-lib

## 1.30.2

### Patch Changes

- [`cc7c73f2`](https://github.com/konfig-dev/konfig/commit/cc7c73f2590ac4827eef94754482dc58b83e0960) Thanks [@eddiechayes](https://github.com/eddiechayes)! - apply filterPaths to konfig fix

## 1.30.1

### Patch Changes
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.30.1"
"version": "1.30.2"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# konfig-openapi-spec

## 1.7.4

### Patch Changes

- Updated dependencies [[`cc7c73f2`](https://github.com/konfig-dev/konfig/commit/cc7c73f2590ac4827eef94754482dc58b83e0960)]:
- [email protected]

## 1.7.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konfig-openapi-spec",
"version": "1.7.3",
"version": "1.7.4",
"packageManager": "[email protected]",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### [3.0.1](https://github.com/joolfe/postman-to-openapi/compare/3.0.0...3.0.1) (2023-01-21)

## 3.0.146

### Patch Changes

- Updated dependencies [[`cc7c73f2`](https://github.com/konfig-dev/konfig/commit/cc7c73f2590ac4827eef94754482dc58b83e0960)]:
- [email protected]

## 3.0.145

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konfig-postman-to-openapi",
"version": "3.0.145",
"version": "3.0.146",
"description": "Convert postman collection to OpenAPI spec",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# konfig-spectral-ruleset

## 1.2.21

### Patch Changes

- Updated dependencies [[`cc7c73f2`](https://github.com/konfig-dev/konfig/commit/cc7c73f2590ac4827eef94754482dc58b83e0960)]:
- [email protected]

## 1.2.20

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konfig-spectral-ruleset",
"version": "1.2.20",
"version": "1.2.21",
"description": "Make your HTTP APIs better, faster, stronger, whether they are still being designed (API Design-First) or your organization has flopped various mismatched APIs into production and now you're thinking some consistency would be nice. Using Spectral and OpenAPI.",
"main": "dist/ruleset.js",
"module": "dist/ruleset.mjs",
Expand Down

0 comments on commit ff0c80e

Please sign in to comment.