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 Oct 11, 2023
1 parent ba6688b commit 002cef4
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 10 deletions.
5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/cold-carrots-attend.md

This file was deleted.

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

## 1.19.5

### Patch Changes

- Updated dependencies [[`128b79c1`](https://github.com/konfig-dev/konfig/commit/128b79c1770661b787a17c17571ad447cd134567)]:
- [email protected]
- [email protected]
- [email protected]

## 1.19.4

### Patch 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.19.4",
"version": "1.19.5",
"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.24.0

### Minor Changes

- [#271](https://github.com/konfig-dev/konfig/pull/271) [`128b79c1`](https://github.com/konfig-dev/konfig/commit/128b79c1770661b787a17c17571ad447cd134567) Thanks [@dphuang2](https://github.com/dphuang2)! - support globally required security in TypeScript SDK

## 1.23.0

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

## 1.5.3

### Patch Changes

- Updated dependencies [[`128b79c1`](https://github.com/konfig-dev/konfig/commit/128b79c1770661b787a17c17571ad447cd134567)]:
- [email protected]

## 1.5.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konfig-openapi-spec",
"version": "1.5.2",
"version": "1.5.3",
"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.136

### Patch Changes

- Updated dependencies [[`128b79c1`](https://github.com/konfig-dev/konfig/commit/128b79c1770661b787a17c17571ad447cd134567)]:
- [email protected]

## 3.0.135

### 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.135",
"version": "3.0.136",
"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.11

### Patch Changes

- Updated dependencies [[`128b79c1`](https://github.com/konfig-dev/konfig/commit/128b79c1770661b787a17c17571ad447cd134567)]:
- [email protected]

## 1.2.10

### 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.10",
"version": "1.2.11",
"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 002cef4

Please sign in to comment.