Skip to content

Commit

Permalink
chore(main): release minze 1.10.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
n6aibot authored Aug 31, 2023
1 parent 8bc80bc commit b7ab6da
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/create-minze": "2.1.1",
"packages/minze": "1.9.2",
"packages/minze": "1.10.0",
"packages/minze-vscode": "0.5.2",
"packages/vite-plugin-minze": "1.1.5"
}
12 changes: 12 additions & 0 deletions packages/minze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.10.0](https://github.com/n6ai/minze/compare/minze-v1.9.2...minze-v1.10.0) (2023-08-30)


### Features

* use view transitions api when enabled through options ([#246](https://github.com/n6ai/minze/issues/246)) ([94d5723](https://github.com/n6ai/minze/commit/94d57234e3c0b59d5d9a62688a74daf5b73d3d4e))


### Bug Fixes

* match attributes without quotation marks ([1fa9a17](https://github.com/n6ai/minze/commit/1fa9a1717bd8f3d2208488f2e4c867ff9837c121))

## [1.9.2](https://github.com/n6ai/minze/compare/minze-v1.9.1...minze-v1.9.2) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/minze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minze",
"version": "1.9.2",
"version": "1.10.0",
"license": "MIT",
"author": "Sergej Samsonenko",
"description": "Dead-simple JS framework for native web components.",
Expand Down

0 comments on commit b7ab6da

Please sign in to comment.