Skip to content

Commit 873a2ac

Browse files
committed
chore: bump version to 1.6.11 and update changelog
- Updated version to 1.6.11 in package.json and package/package.json. - Updated README.md to reflect the new version. - Added changelog entry for the fix of the issue with slots that have no shadow DOM.
1 parent c921c22 commit 873a2ac

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
7+
## [1.6.11] - 16.12.2024
8+
### Fixed
9+
- Fixed issue with slots with no shadow DOM
10+
611
## [1.6.10] - 16.12.2024
712
### Fixed
813
- Fixed docs attribute name replaceRootWithHostInCssFramework

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.10-blue" alt="version 1.6.10">
9+
<img src="https://img.shields.io/badge/version-1.6.11-blue" alt="version 1.6.11">
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.10",
3+
"version": "1.6.11",
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.10",
3+
"version": "1.6.11",
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)