Skip to content

Commit

Permalink
changelog and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Nov 12, 2020
1 parent c90300c commit d77984f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

v5.4.0
------
v5.4.0 (2020-11-11)
-------------------

- no longer expose component as 'fullcalendar' when used globally
- eventContent slot doesn't properly destroy the Vue components inside ([#111])
- global mixins, directives, filters & components work inside slots ([#105])
- better compatibility with Webpack 5, deeming `resolve.fullySpecified` unnecessary ([core-5822])
- dist files now include a CJS file. ESM is still used by default in most environments ([core-5929])
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/vue",
"version": "5.3.1",
"version": "5.4.0",
"title": "FullCalendar Vue Component",
"description": "An official FullCalendar component for Vue",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"ci": "./scripts/ci.sh"
},
"dependencies": {
"@fullcalendar/core": "~5.3.1",
"@fullcalendar/core": "~5.4.0",
"tslib": "^2.0.3"
},
"peerDependencies": {
Expand All @@ -36,7 +36,7 @@
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.12.1",
"@fullcalendar/daygrid": "~5.3.1",
"@fullcalendar/daygrid": "~5.4.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/estree": "^0.0.45",
"@types/node": "14.10.0",
Expand All @@ -57,7 +57,7 @@
"vue": "^2.6.12",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.3.2",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0"
},
"main": "dist/main.cjs.js",
Expand Down

0 comments on commit d77984f

Please sign in to comment.