Skip to content

Commit 719c437

Browse files
authored
Merge pull request #29 from mylmz10/release-please--branches--master--components--vue-material-3
chore(master): release 0.6.0
2 parents 7a46a4a + 6ce1540 commit 719c437

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/mylmz10/vue-material-3/compare/v0.5.0...v0.6.0) (2024-03-28)
4+
5+
6+
### Features
7+
8+
* MdSlider implementation ([7eb5d17](https://github.com/mylmz10/vue-material-3/commit/7eb5d175a79ba56d383c31201ad5de58d5690628))
9+
* MdSnackbar & MdFilledAutoComplete implementation and some fixes ([111f5bc](https://github.com/mylmz10/vue-material-3/commit/111f5bcd3a2fbe13d18c9e639fb6e6cde0fe77c9))
10+
11+
12+
### Bug Fixes
13+
14+
* badge value fix ([0825b06](https://github.com/mylmz10/vue-material-3/commit/0825b06803810a87fc5eee661b05069548092f39))
15+
* defineProps removed from the components ([9224b13](https://github.com/mylmz10/vue-material-3/commit/9224b1375a80ecdda989ca3161229a03610263a8))
16+
317
## [0.5.0](https://github.com/mylmz10/vue-material-3/compare/v0.4.0...v0.5.0) (2023-04-19)
418

519

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-material-3",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Material Design 3 styled components for Vue 3",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)