Skip to content

Commit

Permalink
chore: release main (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 17, 2022
1 parent 8a1725c commit 5b63fd1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/amagaki":"2.1.0","packages/amagaki-engine-preact":"2.0.1","packages/amagaki-plugin-page-builder":"3.7.1","packages/create-amagaki":"0.1.0","packages/website":"0.1.0"}
{"packages/amagaki":"2.1.1","packages/amagaki-engine-preact":"2.0.1","packages/amagaki-plugin-page-builder":"3.7.2","packages/create-amagaki":"0.1.0","packages/website":"0.1.0"}
7 changes: 7 additions & 0 deletions packages/amagaki-plugin-page-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [3.7.2](https://www.github.com/blinkk/amagaki/compare/amagaki-plugin-page-builder-v3.7.1...amagaki-plugin-page-builder-v3.7.2) (2022-03-17)


### Bug Fixes

* update style of inspector for spacers ([517267b](https://www.github.com/blinkk/amagaki/commit/517267ba25873bdaeeaf30fcbdb5ddad65449222))

### [3.7.1](https://www.github.com/blinkk/amagaki/compare/amagaki-plugin-page-builder-v3.7.0...amagaki-plugin-page-builder-v3.7.1) (2022-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/amagaki-plugin-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"node": ">=14"
},
"version": "3.7.1",
"version": "3.7.2",
"main": "./dist/index.js",
"scripts": {
"build:example": "npx amagaki build example",
Expand Down
7 changes: 7 additions & 0 deletions packages/amagaki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.1.1](https://www.github.com/blinkk/amagaki/compare/amagaki-v2.1.0...amagaki-v2.1.1) (2022-03-17)


### Bug Fixes

* issues reloading servers with custom routes ([8a1725c](https://www.github.com/blinkk/amagaki/commit/8a1725cf44644c801f38e894598285242f25ba8e))

## [2.1.0](https://www.github.com/blinkk/amagaki/compare/amagaki-v2.0.1...amagaki-v2.1.0) (2022-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/amagaki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amagaki/amagaki",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"homepage": "https://amagaki.dev",
"repository": {
Expand Down

0 comments on commit 5b63fd1

Please sign in to comment.