@schedule-x/react
Advanced tools
Comparing version 1.20.0 to 1.21.0
@@ -5,2 +5,9 @@ # Changelog | ||
# [1.21.0](https://github.com/schedule-x/react/compare/v1.20.0...v1.21.0) (2024-03-16) | ||
### Features | ||
* update schedule-x monorepo packages to v1.24.0 ([#72](https://github.com/schedule-x/react/issues/72)) ([c462226](https://github.com/schedule-x/react/commit/c462226c86ef9300fbd5e9da7250179ab9e58130)) | ||
# [1.20.0](https://github.com/schedule-x/react/compare/v1.19.0...v1.20.0) (2024-03-09) | ||
@@ -7,0 +14,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"types": "dist/types/index.d.ts", | ||
"version": "1.20.0", | ||
"version": "1.21.0", | ||
"type": "module", | ||
@@ -30,3 +30,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"@schedule-x/calendar": "1.22.0", | ||
"@schedule-x/calendar": "1.24.0", | ||
"react": "^16.7.0 || ^17 || ^18", | ||
@@ -33,0 +33,0 @@ "react-dom": "^16.7.0 || ^17 || ^18" |
103661