-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Packages & Generate Artifacts (#312)
* 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
1 parent
36f7973
commit 8a34af6
Showing
15 changed files
with
85 additions
and
46 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# konfig-cli | ||
|
||
## 1.23.4 | ||
|
||
### Patch Changes | ||
|
||
- [#311](https://github.com/konfig-dev/konfig/pull/311) [`787daba1`](https://github.com/konfig-dev/konfig/commit/787daba138beef15a7a155356494e1953b7f9a0c) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add mockServerPort arg to konfig test | ||
|
||
- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.23.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,5 +49,5 @@ | |
"typescript": "^4.7.4", | ||
"zod-to-json-schema": "^3.20.4" | ||
}, | ||
"version": "1.25.1" | ||
"version": "1.26.0" | ||
} |
7 changes: 7 additions & 0 deletions
7
generator/konfig-dash/packages/konfig-openapi-spec/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# konfig-openapi-spec | ||
|
||
## 1.6.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: | ||
- [email protected] | ||
|
||
## 1.6.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
generator/konfig-dash/packages/konfig-openapi-spec/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "konfig-openapi-spec", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"packageManager": "[email protected]", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
7 changes: 7 additions & 0 deletions
7
generator/konfig-dash/packages/konfig-postman-to-openapi/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.139 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: | ||
- [email protected] | ||
|
||
## 3.0.138 | ||
|
||
### Patch Changes | ||
|
2 changes: 1 addition & 1 deletion
2
generator/konfig-dash/packages/konfig-postman-to-openapi/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
generator/konfig-dash/packages/konfig-spectral-ruleset/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# konfig-spectral-ruleset | ||
|
||
## 1.2.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: | ||
- [email protected] | ||
|
||
## 1.2.13 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.