diff --git a/CHANGELOG.md b/CHANGELOG.md index e832d6f4..afdb488d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tomosterlund/qalendar/compare/v2.5.0...v3.0.0) (2023-06-12) + + +### Features + +* v3 ([#177](https://github.com/tomosterlund/qalendar/issues/177)) ([b9ff016](https://github.com/tomosterlund/qalendar/commit/b9ff0161b0293373a1ccef3ad9896a4e358f4305)), closes [#174](https://github.com/tomosterlund/qalendar/issues/174) [#146](https://github.com/tomosterlund/qalendar/issues/146) [#163](https://github.com/tomosterlund/qalendar/issues/163) + + +### BREAKING CHANGES + +* month mode on small screens has a new layout, and monthEvent slot now only works on larger screens + # [2.5.0](https://github.com/tomosterlund/qalendar/compare/v2.4.0...v2.5.0) (2023-04-06) diff --git a/package-lock.json b/package-lock.json index 6434fabe..23be1017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "2.5.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "2.5.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index b475d883..34a86dcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "2.5.0", + "version": "3.0.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",