Skip to content

Commit 0d3fc56

Browse files
committed
chore: Bump version to 1.7.1
- Updated version in package.json, package/package.json, and README.md - Reflects the latest changes related to async initialization and component features
1 parent 0fc1528 commit 0d3fc56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77
<p align="center">
88
<img src="https://img.shields.io/badge/license-MIT-green" alt="License MIT">
9-
<img src="https://img.shields.io/badge/version-1.6.11-blue" alt="version 1.6.11">
9+
<img src="https://img.shields.io/badge/version-1.7.1-blue" alt="version 1.7.1">
1010
<img src="https://img.shields.io/badge/maintained-yes-brightgreen" alt="maintained yes">
1111
</p>
1212

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-component-wrapper",
3-
"version": "1.6.11",
3+
"version": "1.7.1",
44
"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.",
55
"repository": {
66
"type": "git",

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-component-wrapper",
3-
"version": "1.6.11",
3+
"version": "1.7.1",
44
"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.",
55
"types": "types.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)