Skip to content

Commit 9329083

Browse files
authored
Merge pull request #32 from mylmz10/release-please--branches--master--components--vue-material-3
chore(master): release 0.7.0
2 parents 8d34c6c + 2d5a1e5 commit 9329083

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/mylmz10/vue-material-3/compare/v0.6.0...v0.7.0) (2024-11-22)
4+
5+
6+
### Features
7+
8+
* button background & border changes ([ba695d3](https://github.com/mylmz10/vue-material-3/commit/ba695d309124936288effcc71414b43d64e1b599))
9+
* error prop implementation to filled and outlined fields ([d591ec9](https://github.com/mylmz10/vue-material-3/commit/d591ec93bdb81ec889bc64a6a3ee41f30907672b))
10+
* implementation of outlined autocomplete ([cade1da](https://github.com/mylmz10/vue-material-3/commit/cade1da69f430fe22fab4e0b286309e65a70446d))
11+
* updates for autocomplete ([cf7c8bd](https://github.com/mylmz10/vue-material-3/commit/cf7c8bdad7cc465450401ca0d8be4a49d95ba52b))
12+
13+
14+
### Bug Fixes
15+
16+
* checkbox model change ([035e1b9](https://github.com/mylmz10/vue-material-3/commit/035e1b90dbef9b59ee9608bb2e013181b43e5e13))
17+
* some fixes ([90d0c1f](https://github.com/mylmz10/vue-material-3/commit/90d0c1fc6e413dd87b52da06e33da127036e34ae))
18+
319
## [0.6.0](https://github.com/mylmz10/vue-material-3/compare/v0.5.0...v0.6.0) (2024-03-28)
420

521

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.6.0",
3+
"version": "0.7.0",
44
"description": "Material Design 3 styled components for Vue 3",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)