Skip to content

Commit 3da0b91

Browse files
committed
chore(main): release 0.6.3
1 parent 48164df commit 3da0b91

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.6.2" }
1+
{".":"0.6.3"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.6.3](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.6.2...v0.6.3) (2025-03-09)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** update dependency babel-loader to v10 ([#142](https://github.com/tobiasdiez/storybook-vue-addon/issues/142)) ([f09a4e0](https://github.com/tobiasdiez/storybook-vue-addon/commit/f09a4e005df5e7f637163ff86a348f923f4059bc))
9+
* **deps:** update dependency eslint-config-prettier to v10 ([#137](https://github.com/tobiasdiez/storybook-vue-addon/issues/137)) ([5c267c4](https://github.com/tobiasdiez/storybook-vue-addon/commit/5c267c43d05d865e3be3927543a6ebd28cd4ea0a))
10+
* **deps:** update pnpm to v10 ([#139](https://github.com/tobiasdiez/storybook-vue-addon/issues/139)) ([15c048d](https://github.com/tobiasdiez/storybook-vue-addon/commit/15c048d46c1d396c8b93cb54b92e346cbb81d1f0))
11+
* **deps:** update vitest monorepo to v3 ([#138](https://github.com/tobiasdiez/storybook-vue-addon/issues/138)) ([48164df](https://github.com/tobiasdiez/storybook-vue-addon/commit/48164dfc269599f09d19189aa6c4d49b5f766927))
12+
* update renovate config to use automerge ([#143](https://github.com/tobiasdiez/storybook-vue-addon/issues/143)) ([9e71b94](https://github.com/tobiasdiez/storybook-vue-addon/commit/9e71b94991217b5082cc8bc7901d862fd3efba66))
13+
314
## [0.6.2](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.6.1...v0.6.2) (2024-12-18)
415

516
### 🧹 Miscellaneous

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storybook-vue-addon",
33
"type": "module",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"packageManager": "[email protected]",
66
"description": "Storybook stories in native Vue format",
77
"license": "MIT",

0 commit comments

Comments
 (0)