Skip to content

Commit 2f926cb

Browse files
committed
chore(release): 0.7.5
1 parent b53a096 commit 2f926cb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.7.5](https://github.com/openweblabs/vue-component-library-starter/compare/v0.7.4...v0.7.5) (2022-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** add missing `prompts` ([e1133f9](https://github.com/openweblabs/vue-component-library-starter/commit/e1133f91324c0f5169edd4f5392e8d8bc1e7c574))
7+
* **tooling:** properly instantiate unocss ([b53a096](https://github.com/openweblabs/vue-component-library-starter/commit/b53a0965ba94d09575cd738d7f9c9106c6a27a24))
8+
9+
10+
111
## [0.7.4](https://github.com/openweblabs/vue-component-library-starter/compare/v0.7.3...v0.7.4) (2022-04-30)
212

313

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openweb/vue-example",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-component-library-starter",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "The easy way to start your Vue 3 Component Library.",
55
"keywords": [
66
"component",

0 commit comments

Comments
 (0)