We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f48846 commit 8f8dc74Copy full SHA for 8f8dc74
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.4.1](https://github.com/storipress/builder-component/compare/v1.4.0...v1.4.1) (2023-08-04)
4
+
5
+### Bug Fixes
6
7
+- remove auto import and fix import error ([68f6c62](https://github.com/storipress/builder-component/commit/68f6c623fb7ad704dab2bb747326a12a0b792cc9))
8
9
## [1.4.0](https://github.com/storipress/builder-component/compare/v1.3.0...v1.4.0) (2023-08-04)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@storipress/builder-component",
- "version": "1.4.0",
+ "version": "1.4.1",
"repository": "[email protected]:storipress/builder-component.git",
"main": "./dist/entry.mjs",
"types": "./dist/entry.d.ts",
0 commit comments