@schedule-x/react
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -5,2 +5,9 @@ # Changelog | ||
# [1.4.0](https://github.com/schedule-x/react/compare/v1.3.2...v1.4.0) (2024-01-13) | ||
### Features | ||
* update schedule-x monorepo packages to v1.6.0 ([#29](https://github.com/schedule-x/react/issues/29)) ([02fb337](https://github.com/schedule-x/react/commit/02fb3378b9957abcd50f0f5e066bc2744620c53f)) | ||
## [1.3.2](https://github.com/schedule-x/react/compare/v1.3.1...v1.3.2) (2024-01-11) | ||
@@ -7,0 +14,0 @@ |
@@ -171,5 +171,5 @@ { | ||
"node_modules/@types/node": { | ||
"version": "20.10.7", | ||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", | ||
"integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", | ||
"version": "20.11.0", | ||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.0.tgz", | ||
"integrity": "sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==", | ||
"dev": true, | ||
@@ -176,0 +176,0 @@ "dependencies": { |
@@ -17,3 +17,3 @@ { | ||
"types": "dist/types/index.d.ts", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"type": "module", | ||
@@ -30,3 +30,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"@schedule-x/calendar": "1.5.1", | ||
"@schedule-x/calendar": "1.6.0", | ||
"react": "^16.7.0 || ^17 || ^18", | ||
@@ -62,3 +62,3 @@ "react-dom": "^16.7.0 || ^17 || ^18" | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"semantic-release": "^22.0.12", | ||
"semantic-release": "^23.0.0", | ||
"typescript": "^5.2.2", | ||
@@ -65,0 +65,0 @@ "vite": "^5.0.8" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95249