Skip to content

Commit 3a43c62

Browse files
committed
chore: bump version to 1.6.7 and fix types of replaceRootWithHostInCssFramework
1 parent 809bdd7 commit 3a43c62

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased]
66

7-
## [1.6.6] - 14.10.2024
7+
## [1.6.7] - 14.10.2024
88
### Added
99
- Added support for replaceRootWithHost option
1010

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.6-blue" alt="version 1.6.6">
9+
<img src="https://img.shields.io/badge/version-1.6.7-blue" alt="version 1.6.7">
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.6",
3+
"version": "1.6.7",
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.6",
3+
"version": "1.6.7",
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": {

package/types.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export interface CreateWebComponentOptions {
1515
createApp: (...args: any[]) => any
1616
disableRemoveStylesOnUnmount?: boolean
1717
disableShadowDOM?: boolean
18+
replaceRootWithHostInCssFramework?: boolean
1819
}
1920

2021
export function createWebComponent(options: CreateWebComponentOptions): void

0 commit comments

Comments
 (0)