Skip to content

Commit

Permalink
feat: bump schedule-x deps to v2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: plugins from v1 not compatible with v2
  • Loading branch information
tomosterlund committed Sep 23, 2024
1 parent e9fb38b commit 98cee5c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 51 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [Conven

# [1.58.0](https://github.com/schedule-x/vue/compare/v1.57.1...v1.58.0) (2024-09-07)


### Features

* header content slot ([#123](https://github.com/schedule-x/vue/issues/123)) ([8da0a6b](https://github.com/schedule-x/vue/commit/8da0a6baf1a28ffd2d46a9fc620260abcaa64d39))
- header content slot ([#123](https://github.com/schedule-x/vue/issues/123)) ([8da0a6b](https://github.com/schedule-x/vue/commit/8da0a6baf1a28ffd2d46a9fc620260abcaa64d39))

## [1.57.1](https://github.com/schedule-x/vue/compare/v1.57.0...v1.57.1) (2024-09-06)

Expand Down
75 changes: 34 additions & 41 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"build:publish": "npm run build && npm publish"
},
"peerDependencies": {
"@schedule-x/calendar": "^1.61.0",
"@schedule-x/date-picker": "^1.61.0",
"@schedule-x/calendar": "2.0.0",
"@schedule-x/date-picker": "2.0.0",
"vue": "^3"
},
"devDependencies": {
"@fontsource/open-sans": "^5.0.20",
"@rollup/plugin-typescript": "^11.1.5",
"@schedule-x/drag-and-drop": "^1.61.0",
"@schedule-x/e2e-testing": "^1.61.0",
"@schedule-x/eslint-config": "^1.61.0",
"@schedule-x/event-modal": "^1.61.0",
"@schedule-x/prettier-config": "^1.61.0",
"@schedule-x/theme-default": "^1.61.0",
"@schedule-x/drag-and-drop": "^2.0.0",
"@schedule-x/e2e-testing": "^2.0.0",
"@schedule-x/eslint-config": "^2.0.0",
"@schedule-x/event-modal": "^2.0.0",
"@schedule-x/prettier-config": "^2.0.0",
"@schedule-x/theme-default": "^2.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Expand Down

0 comments on commit 98cee5c

Please sign in to comment.