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 16, 2024
1 parent ebac996 commit f1284cf
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 164 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.12.1](https://github.com/kagawagao/opas/compare/v0.12.0...v0.12.1) (2024-07-16)

### Bug Fixes

- **plugins:doc:** fix word table style ([5da4fd3](https://github.com/kagawagao/opas/commit/5da4fd36e9785b02ae55b74cf4f25799bd59fa82))

# [0.12.0](https://github.com/kagawagao/opas/compare/v0.11.4...v0.12.0) (2024-07-15)

### Features
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.12.0",
"version": "0.12.1",
"packages": ["packages/*", "plugins/*"],
"ignoreChanges": ["**/test/**", "**/*.md", "**/package-lock.json"],
"command": {
Expand Down
165 changes: 5 additions & 160 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.12.1](https://github.com/kagawagao/opas/compare/v0.12.0...v0.12.1) (2024-07-16)

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

# [0.12.0](https://github.com/kagawagao/opas/compare/v0.11.4...v0.12.0) (2024-07-15)

**Note:** Version bump only for package @opas/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/cli",
"version": "0.12.0",
"version": "0.12.1",
"description": "command line tools which bundle opas",
"author": "kagawagao <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "^7.23.2",
"@opas/core": "^0.12.0",
"@opas/plugin-app": "^0.12.0",
"@opas/plugin-doc": "^0.12.0",
"@opas/plugin-doc": "^0.12.1",
"chalk": "4.1.2",
"commander": "^12.0.0",
"cosmiconfig": "^9.0.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/doc/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.12.1](https://github.com/kagawagao/opas/compare/v0.12.0...v0.12.1) (2024-07-16)

### Bug Fixes

- **plugins:doc:** fix word table style ([5da4fd3](https://github.com/kagawagao/opas/commit/5da4fd36e9785b02ae55b74cf4f25799bd59fa82))

# [0.12.0](https://github.com/kagawagao/opas/compare/v0.11.4...v0.12.0) (2024-07-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugins/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-doc",
"version": "0.12.0",
"version": "0.12.1",
"description": "document plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f1284cf

Please sign in to comment.