Skip to content

Commit

Permalink
v4.12.1 (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: khanhduy1407 <[email protected]>
  • Loading branch information
github-actions[bot] and khanhduy1407 authored Apr 22, 2024
1 parent 6ccc8c9 commit 1fb269f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 📻 [4.12.1](https://github.com/familyjs/rindo/compare/v4.12.0...v4.12.1) (2024-04-22)


### Bug Fixes

* **mock-doc:** improve error message when `:scope` selector is used ([764574b](https://github.com/familyjs/rindo/commit/764574bd6d82e90fab55facd712e28521f1b654d))
* **runtime:** dynamic slot name change ([c436b40](https://github.com/familyjs/rindo/commit/c436b40edef1ff218529252050061826c42cfcbc))
* **runtime:** only generate lazy build CSS when there are component tags ([8018841](https://github.com/familyjs/rindo/commit/801884199815f03975af98e3f302d444431a1a9e))



# 🐗 [4.12.0](https://github.com/familyjs/rindo/compare/v4.2.1...v4.12.0) (2024-04-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rindo/core",
"version": "4.12.0",
"version": "4.12.1",
"license": "MIT",
"main": "./internal/rindo-core/index.cjs",
"module": "./internal/rindo-core/index.js",
Expand Down

0 comments on commit 1fb269f

Please sign in to comment.