Skip to content

Commit 715e808

Browse files
committed
chore: update version to 1.6.9 and fix changelog entry for NO_SIDE_EFFECTS warning
1 parent 7bd2133 commit 715e808

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased]
66

7+
## [1.6.9] - 14.11.2024
8+
### Fixed
9+
- Fixed warning about the __NO_SIDE_EFFECTS__ after building with vite rollup second try
10+
711
## [1.6.8] - 13.11.2024
812
### Fixed
913
- Fixed waning about the __NO_SIDE_EFFECTS__ after building with vite

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.8-blue" alt="version 1.6.8">
9+
<img src="https://img.shields.io/badge/version-1.6.9-blue" alt="version 1.6.9">
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.8",
3+
"version": "1.6.9",
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/dist/vue-web-component-wrapper.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { defineComponent as $, nextTick as B, render as A, createVNode as K, h a
77
* (c) 2018-present Yuxi (Evan) You and Vue contributors
88
* @license MIT
99
**/
10-
/*!#__NO_SIDE_EFFECTS__*/
10+
/*! #__NO_SIDE_EFFECTS__ */
1111
process.env.NODE_ENV !== "production" && Object.freeze({});
1212
process.env.NODE_ENV !== "production" && Object.freeze([]);
1313
const z = Object.assign, P = Array.isArray, M = (e) => typeof e == "string", L = (e) => {

package/dist/vue-web-component-wrapper.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8",
3+
"version": "1.6.9",
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)