Skip to content

Commit 5f13064

Browse files
committed
chore: bump version to 1.6.10 and update changelog
- Updated version to 1.6.10 in package.json and package/package.json. - Updated README.md to reflect the new version. - Added changelog entry for the fix of the docs attribute name replaceRootWithHostInCssFramework.
1 parent eb12b21 commit 5f13064

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## [Unreleased]
6+
## [1.6.10] - 16.12.2024
7+
### Fixed
8+
- Fixed docs attribute name replaceRootWithHostInCssFramework
69

710
## [1.6.9] - 14.11.2024
811
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
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.9-blue" alt="version 1.6.9">
9+
<img src="https://img.shields.io/badge/version-1.6.10-blue" alt="version 1.6.10">
1010
<img src="https://img.shields.io/badge/maintained-yes-brightgreen" alt="maintained yes">
1111
</p>
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-component-wrapper",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-component-wrapper",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
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)