Skip to content

Commit

Permalink
RELEASING: Releasing 5 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2023
1 parent 3c66361 commit 9d095a3
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 15 deletions.
5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/mighty-laws-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/six-fans-bathe.md

This file was deleted.

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

## 1.25.0

### Minor Changes

- [#320](https://github.com/konfig-dev/konfig/pull/320) [`feda4e8f`](https://github.com/konfig-dev/konfig/commit/feda4e8f96bc7c4f731807126d088de3bb274aa9) Thanks [@dphuang2](https://github.com/dphuang2)! - fix location of .pytest for Python SDK in "konfig test"

### Patch Changes

- Updated dependencies [[`962ab778`](https://github.com/konfig-dev/konfig/commit/962ab7789efa4af28efed53ecf38b33af1a8800a)]:
- [email protected]
- [email protected]
- [email protected]

## 1.24.0

### Minor Changes
Expand Down
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.24.0",
"version": "1.25.0",
"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.27.0

### Minor Changes

- [#323](https://github.com/konfig-dev/konfig/pull/323) [`962ab778`](https://github.com/konfig-dev/konfig/commit/962ab7789efa4af28efed53ecf38b33af1a8800a) Thanks [@dphuang2](https://github.com/dphuang2)! - update description of pythonResponseType

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

## 1.6.4

### Patch Changes

- Updated dependencies [[`962ab778`](https://github.com/konfig-dev/konfig/commit/962ab7789efa4af28efed53ecf38b33af1a8800a)]:
- [email protected]

## 1.6.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.6.3",
"version": "1.6.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.141

### Patch Changes

- Updated dependencies [[`962ab778`](https://github.com/konfig-dev/konfig/commit/962ab7789efa4af28efed53ecf38b33af1a8800a)]:
- [email protected]

## 3.0.140

### 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.140",
"version": "3.0.141",
"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.16

### Patch Changes

- Updated dependencies [[`962ab778`](https://github.com/konfig-dev/konfig/commit/962ab7789efa4af28efed53ecf38b33af1a8800a)]:
- [email protected]

## 1.2.15

### 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.15",
"version": "1.2.16",
"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 9d095a3

Please sign in to comment.