Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jeremydw committed Mar 16, 2023
1 parent 6db732d commit e4bb359
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 4 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.2.2","packages/amagaki-engine-preact":"2.0.1","packages/amagaki-plugin-page-builder":"3.10.0","packages/create-amagaki":"0.1.0","packages/website":"0.1.0"}
{"packages/amagaki":"2.2.3","packages/amagaki-engine-preact":"2.0.1","packages/amagaki-plugin-page-builder":"3.11.0","packages/create-amagaki":"0.1.1","packages/website":"0.1.0"}
12 changes: 12 additions & 0 deletions packages/amagaki-plugin-page-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.11.0](https://www.github.com/blinkk/amagaki/compare/amagaki-plugin-page-builder-v3.10.0...amagaki-plugin-page-builder-v3.11.0) (2023-03-13)


### Features

* add image inspector ([#211](https://www.github.com/blinkk/amagaki/issues/211)) ([6db732d](https://www.github.com/blinkk/amagaki/commit/6db732ddeb297de455acc5fc55dabd3c9cbb7e4f))


### Bug Fixes

* alt text will only show once on a11y highlighter ([13ade79](https://www.github.com/blinkk/amagaki/commit/13ade7902ce179fbd3e5901820d0a7b8f829afbc))

## [3.10.0](https://www.github.com/blinkk/amagaki/compare/amagaki-plugin-page-builder-v3.9.1...amagaki-plugin-page-builder-v3.10.0) (2022-10-13)


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.10.0",
"version": "3.11.0",
"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.2.3](https://www.github.com/blinkk/amagaki/compare/amagaki-v2.2.2...amagaki-v2.2.3) (2023-03-13)


### Bug Fixes

* alt text will only show once on a11y highlighter ([13ade79](https://www.github.com/blinkk/amagaki/commit/13ade7902ce179fbd3e5901820d0a7b8f829afbc))

### [2.2.2](https://www.github.com/blinkk/amagaki/compare/amagaki-v2.2.1...amagaki-v2.2.2) (2022-07-10)


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.2.2",
"version": "2.2.3",
"license": "MIT",
"homepage": "https://amagaki.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-amagaki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.1](https://www.github.com/blinkk/amagaki/compare/create-amagaki-v0.1.0...create-amagaki-v0.1.1) (2023-03-13)


### Bug Fixes

* alt text will only show once on a11y highlighter ([13ade79](https://www.github.com/blinkk/amagaki/commit/13ade7902ce179fbd3e5901820d0a7b8f829afbc))

## [0.1.0](https://www.github.com/blinkk/amagaki/compare/create-amagaki-v0.0.1...create-amagaki-v0.1.0) (2022-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-amagaki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-amagaki",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"amagaki"
],
Expand Down

0 comments on commit e4bb359

Please sign in to comment.