@schedule-x/react 1.16.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
# [1.18.0](https://github.com/schedule-x/react/compare/v1.17.0...v1.18.0) (2024-03-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* update schedule-x monorepo packages to v1.20.0 ([#67](https://github.com/schedule-x/react/issues/67)) ([6ae23fb](https://github.com/schedule-x/react/commit/6ae23fbc2cf6adce53914c06c4e6137c8980bed1))
|
|
11
|
+
|
|
12
|
+
# [1.17.0](https://github.com/schedule-x/react/compare/v1.16.0...v1.17.0) (2024-02-28)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **deps:** update schedule-x monorepo packages to v1.19.0 ([#64](https://github.com/schedule-x/react/issues/64)) ([311bb66](https://github.com/schedule-x/react/commit/311bb66da60fd810316ac0e9447c7b7d34d7f8ce))
|
|
18
|
+
|
|
5
19
|
# [1.16.0](https://github.com/schedule-x/react/compare/v1.15.1...v1.16.0) (2024-02-24)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -168,9 +168,9 @@
|
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"node_modules/@types/node": {
|
|
171
|
-
"version": "20.11.
|
|
172
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
173
|
-
"integrity": "sha512
|
|
171
|
+
"version": "20.11.22",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.22.tgz",
|
|
173
|
+
"integrity": "sha512-/G+IxWxma6V3E+pqK1tSl2Fo1kl41pK1yeCyDsgkF9WlVAme4j5ISYM2zR11bgLFJGLN5sVK40T4RJNuiZbEjA==",
|
|
174
174
|
"dev": true,
|
|
175
175
|
"dependencies": {
|
|
176
176
|
"undici-types": "~5.26.4"
|
|
@@ -183,9 +183,9 @@
|
|
|
183
183
|
"dev": true
|
|
184
184
|
},
|
|
185
185
|
"node_modules/@types/react": {
|
|
186
|
-
"version": "18.2.
|
|
187
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.
|
|
188
|
-
"integrity": "sha512-
|
|
186
|
+
"version": "18.2.60",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.60.tgz",
|
|
188
|
+
"integrity": "sha512-dfiPj9+k20jJrLGOu9Nf6eqxm2EyJRrq2NvwOFsfbb7sFExZ9WELPs67UImHj3Ayxg8ruTtKtNnbjaF8olPq0A==",
|
|
189
189
|
"dev": true,
|
|
190
190
|
"dependencies": {
|
|
191
191
|
"@types/prop-types": "*",
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"main": "dist/index.cjs.js",
|
|
15
15
|
"module": "dist/index.js",
|
|
16
16
|
"types": "dist/types/index.d.ts",
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.18.0",
|
|
18
18
|
"type": "module",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "vite",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build:publish": "npm run build && npm publish"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@schedule-x/calendar": "1.
|
|
29
|
+
"@schedule-x/calendar": "1.20.0",
|
|
30
30
|
"react": "^16.7.0 || ^17 || ^18",
|
|
31
31
|
"react-dom": "^16.7.0 || ^17 || ^18"
|
|
32
32
|
},
|