Skip to content

Commit

Permalink
chore: update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelsw committed Sep 9, 2021
1 parent eb51813 commit c8fec9c
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 184 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

<a name="1.2.3"></a>
### 1.2.3 (2021-09-09)

* Update dependencies

<a name="1.2.2"></a>
### 1.2.2 (2021-06-11)

Expand Down
2 changes: 1 addition & 1 deletion dist/index.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ var index = {
install,
};

exports.default = index;
exports['default'] = index;
exports.notify = notify;
3 changes: 1 addition & 2 deletions dist/index.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,4 @@ var index = {
install,
};

export default index;
export { notify };
export { index as default, notify };
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notiwind",
"description": "A headless Vue 3 notification library to use with Tailwind CSS.",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist/index.common.js",
"module": "dist/index.esm.js",
"license": "MIT",
Expand All @@ -22,15 +22,15 @@
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.1",
"@vue/compiler-sfc": "^3.1.4",
"eslint": "^7.30.0",
"eslint-plugin-vue": "^7.13.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@vue/compiler-sfc": "^3.2.11",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.17.0",
"mitt": "^3.0.0",
"rollup": "^2.53.2",
"rollup": "^2.56.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-vue": "^6.0.0"
},
Expand Down
Loading

0 comments on commit c8fec9c

Please sign in to comment.