Skip to content

Commit

Permalink
Merge pull request kubb-labs#96 from stijnvanhulle/release-please--br…
Browse files Browse the repository at this point in the history
…anches--main

chore: release main
  • Loading branch information
stijnvanhulle authored Mar 5, 2023
2 parents 608fd59 + 6af911e commit e09c37d
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/core": "0.56.4",
"packages/cli": "0.56.4",
"packages/ts-codegen": "0.56.4",
"packages/swagger": "0.56.4",
"packages/swagger-ts": "0.56.4",
"packages/swagger-client": "0.56.4",
"packages/swagger-react-query": "0.56.4",
"packages/swagger-zod": "0.56.4"
"packages/core": "1.0.0-alpha.1",
"packages/cli": "1.0.0-alpha.1",
"packages/ts-codegen": "1.0.0-alpha.1",
"packages/swagger": "1.0.0-alpha.1",
"packages/swagger-ts": "1.0.0-alpha.1",
"packages/swagger-client": "1.0.0-alpha.1",
"packages/swagger-react-query": "1.0.0-alpha.1",
"packages/swagger-zod": "1.0.0-alpha.1"
}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/cli-v0.56.4...@kubb/cli-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/cli-v0.56.3...@kubb/cli-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/cli",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator cli",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/core-v0.56.4...@kubb/core-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/core-v0.56.3...@kubb/core-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/core",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator core",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-client-v0.56.4...@kubb/swagger-client-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-client-v0.56.3...@kubb/swagger-client-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-client",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator swagger-client",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-react-query-v0.56.4...@kubb/swagger-react-query-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-react-query-v0.56.3...@kubb/swagger-react-query-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-react-query",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator swagger-react-query",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-ts-v0.56.4...@kubb/swagger-ts-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-ts-v0.56.3...@kubb/swagger-ts-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-ts",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator swagger-ts",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-zod-v0.56.4...@kubb/swagger-zod-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-zod-v0.56.3...@kubb/swagger-zod-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-zod",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator swagger-zod",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-v0.56.4...@kubb/swagger-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/swagger-v0.56.3...@kubb/swagger-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator swagger",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/ts-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.1](https://github.com/stijnvanhulle/kubb/compare/@kubb/ts-codegen-v0.56.4...@kubb/ts-codegen-v1.0.0-alpha.1) (2023-03-05)


### Miscellaneous Chores

* release 1.0.0-alpha.1 ([608fd59](https://github.com/stijnvanhulle/kubb/commit/608fd5926079f9dd77046d6788a5550fb964c0b2))

## [0.56.4](https://github.com/stijnvanhulle/kubb/compare/@kubb/ts-codegen-v0.56.3...@kubb/ts-codegen-v0.56.4) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/ts-codegen",
"version": "0.56.4",
"version": "1.0.0-alpha.1",
"description": "Generator ts-codegen",
"repository": {
"type": "git",
Expand Down

0 comments on commit e09c37d

Please sign in to comment.