Skip to content

Commit

Permalink
chore: update version v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Aug 12, 2023
1 parent 223cee3 commit bdea8ff
Show file tree
Hide file tree
Showing 5 changed files with 5,789 additions and 2,070 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/liangskyli/openapi-ts/compare/v1.2.0...v1.2.1) (2023-08-12)


### Bug Fixes

* update openapi-typescript@6.4.0 for support CJS bundle, and use medium version ([959ec0e](https://github.com/liangskyli/openapi-ts/commit/959ec0ef8140fa8003e0f7b4474c0d1f0ff1b9af))



## [1.2.0](https://github.com/liangskyli/openapi-ts/compare/v1.2.0-beta.0...v1.2.0) (2023-07-15)

**Note:** Version bump only for package root
Expand Down
11 changes: 3 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"npmClient": "pnpm",
"version": "1.2.0",
"version": "1.2.1",
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": {
"name": "conventional-changelog-conventionalcommits",
"issuePrefixes": [
"#"
],
"issuePrefixes": ["#"],
"types": [
{
"type": "feat",
Expand Down Expand Up @@ -75,10 +73,7 @@
"push": false
},
"publish": {
"ignoreChanges": [
"ignored-file",
"*.md"
],
"ignoreChanges": ["ignored-file", "*.md"],
"registry": "https://registry.npmjs.org/",
"message": "chore: publish release %s"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/openapi-gen-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/liangskyli/openapi-ts/compare/v1.2.0...v1.2.1) (2023-08-12)


### Bug Fixes

* update openapi-typescript@6.4.0 for support CJS bundle, and use medium version ([959ec0e](https://github.com/liangskyli/openapi-ts/commit/959ec0ef8140fa8003e0f7b4474c0d1f0ff1b9af))



## [1.2.0](https://github.com/liangskyli/openapi-ts/compare/v1.2.0-beta.0...v1.2.0) (2023-07-15)

**Note:** Version bump only for package @liangskyli/openapi-gen-ts
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-gen-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/openapi-gen-ts",
"version": "1.2.0",
"version": "1.2.1",
"description": "openapi gen typescript define and request api file",
"author": "liangsky <640634387@qq.com>",
"homepage": "https://github.com/liangskyli/openapi-ts#readme",
Expand Down
Loading

0 comments on commit bdea8ff

Please sign in to comment.