Skip to content

Commit

Permalink
chore: update version to 1.6.9 and fix changelog entry for NO_SIDE_EF…
Browse files Browse the repository at this point in the history
…FECTS warning
  • Loading branch information
EranGrin committed Nov 14, 2024
1 parent 7bd2133 commit 715e808
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [1.6.9] - 14.11.2024
### Fixed
- Fixed warning about the __NO_SIDE_EFFECTS__ after building with vite rollup second try

## [1.6.8] - 13.11.2024
### Fixed
- Fixed waning about the __NO_SIDE_EFFECTS__ after building with vite
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>
<p align="center">
<img src="https://img.shields.io/badge/license-MIT-green" alt="License MIT">
<img src="https://img.shields.io/badge/version-1.6.8-blue" alt="version 1.6.8">
<img src="https://img.shields.io/badge/version-1.6.9-blue" alt="version 1.6.9">
<img src="https://img.shields.io/badge/maintained-yes-brightgreen" alt="maintained yes">
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-web-component-wrapper",
"version": "1.6.8",
"version": "1.6.9",
"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.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package/dist/vue-web-component-wrapper.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { defineComponent as $, nextTick as B, render as A, createVNode as K, h a
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/
/*!#__NO_SIDE_EFFECTS__*/
/*! #__NO_SIDE_EFFECTS__ */
process.env.NODE_ENV !== "production" && Object.freeze({});
process.env.NODE_ENV !== "production" && Object.freeze([]);
const z = Object.assign, P = Array.isArray, M = (e) => typeof e == "string", L = (e) => {
Expand Down
2 changes: 1 addition & 1 deletion package/dist/vue-web-component-wrapper.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-web-component-wrapper",
"version": "1.6.8",
"version": "1.6.9",
"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.",
"types": "types.d.ts",
"repository": {
Expand Down

0 comments on commit 715e808

Please sign in to comment.