Skip to content

Commit

Permalink
chore(release): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Jul 11, 2024
1 parent 2777c21 commit b80920c
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 194 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/kagawagao/opas/compare/v0.11.2...v0.11.3) (2024-07-11)

### Bug Fixes

- **helper:** add missed deps ([2777c21](https://github.com/kagawagao/opas/commit/2777c21e1c7cadb843f3b09eb140e78884d09362))

## [0.11.2](https://github.com/kagawagao/opas/compare/v0.11.1...v0.11.2) (2024-07-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.11.2",
"version": "0.11.3",
"packages": ["packages/*", "plugins/*"],
"ignoreChanges": ["**/test/**", "**/*.md", "**/package-lock.json"],
"command": {
Expand Down
195 changes: 20 additions & 175 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/kagawagao/opas/compare/v0.11.2...v0.11.3) (2024-07-11)

**Note:** Version bump only for package @opas/cli

## [0.11.2](https://github.com/kagawagao/opas/compare/v0.11.1...v0.11.2) (2024-07-11)

**Note:** Version bump only for package @opas/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/cli",
"version": "0.11.2",
"version": "0.11.3",
"description": "command line tools which bundle opas",
"author": "kagawagao <[email protected]>",
"homepage": "",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@opas/core": "^0.11.2",
"@opas/plugin-app": "^0.11.2",
"@opas/plugin-doc": "^0.11.2",
"@opas/core": "^0.11.3",
"@opas/plugin-app": "^0.11.3",
"@opas/plugin-doc": "^0.11.3",
"chalk": "4.1.2",
"commander": "^12.0.0",
"cosmiconfig": "^9.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/kagawagao/opas/compare/v0.11.2...v0.11.3) (2024-07-11)

**Note:** Version bump only for package @opas/core

## [0.11.2](https://github.com/kagawagao/opas/compare/v0.11.1...v0.11.2) (2024-07-11)

**Note:** Version bump only for package @opas/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/core",
"version": "0.11.2",
"version": "0.11.3",
"description": "core of OpenAPIToolkit",
"main": "lib/index.js",
"types": "lib",
Expand Down Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@dtsgenerator/replace-namespace": "^1.6.0",
"@opas/helper": "^0.11.2",
"@opas/helper": "^0.11.3",
"dtsgenerator": "^3.19.1",
"lodash": "^4.17.21"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/kagawagao/opas/compare/v0.11.2...v0.11.3) (2024-07-11)

### Bug Fixes

- **helper:** add missed deps ([2777c21](https://github.com/kagawagao/opas/commit/2777c21e1c7cadb843f3b09eb140e78884d09362))

## [0.11.2](https://github.com/kagawagao/opas/compare/v0.11.1...v0.11.2) (2024-07-11)

**Note:** Version bump only for package @opas/helper
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/helper",
"version": "0.11.2",
"version": "0.11.3",
"description": "helpers for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down
Loading

0 comments on commit b80920c

Please sign in to comment.