Skip to content

Commit

Permalink
chore: Update package version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EranGrin committed Jul 12, 2024
1 parent 5212f3b commit 3318fb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>
<p align="center">
<img src="https://img.shields.io/badge/license-MIT-green" alt="License MIT">
<img src="https://img.shields.io/badge/version-1.6.3-blue" alt="version 1.6.3">
<img src="https://img.shields.io/badge/version-1.6.4-blue" alt="version 1.6.4">
<img src="https://img.shields.io/badge/maintained-yes-brightgreen" alt="maintained yes">
</p>

Expand Down Expand Up @@ -48,6 +48,7 @@ See [Docs](https://erangrin.github.io/vue-web-component-wrapper)
- **UnoCSS** - [Demo](https://stackblitz.com/~/github.com/EranGrin/element-plus-unocss-web-component?file=src/style.css:L1-L2)
- **Vuetify** - [Demo](https://stackblitz.com/~/github.com/EranGrin/vuetify-web-component-wrapper)
- **Element Plus** - [Demo](https://stackblitz.com/~/github.com/EranGrin/element-plus-unocss-web-component?file=src/style.css:L1-L2)

See documentation for more details [Docs](https://erangrin.github.io/vue-web-component-wrapper)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-web-component-wrapper",
"version": "1.6.3",
"version": "1.6.4",
"description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-web-component-wrapper",
"version": "1.6.3",
"version": "1.6.4",
"description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.",
"types": "types.d.ts",
"repository": {
Expand Down

0 comments on commit 3318fb5

Please sign in to comment.