@object-ui/plugin-calendar 3.1.0 → 3.1.1
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +13 -0
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-calendar@3.1.
|
|
2
|
+
> @object-ui/plugin-calendar@3.1.1 build /home/runner/work/objectui/objectui/packages/plugin-calendar
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -10,7 +10,7 @@ rendering chunks...
|
|
|
10
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
11
|
computing gzip size...
|
|
12
12
|
[2mdist/[22m[36mindex.js [39m[1m[2m50.27 kB[22m[1m[22m[2m │ gzip: 13.72 kB[22m
|
|
13
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
13
|
+
[32m[36m[vite:dts][32m Declaration files built in 18832ms.
|
|
14
14
|
[39m
|
|
15
15
|
[2mdist/[22m[36mindex.umd.cjs [39m[1m[2m34.61 kB[22m[1m[22m[2m │ gzip: 12.03 kB[22m
|
|
16
|
-
[32m✓ built in 22.
|
|
16
|
+
[32m✓ built in 22.51s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @object-ui/plugin-calendar
|
|
2
2
|
|
|
3
|
+
## 3.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @object-ui/types@3.1.1
|
|
9
|
+
- @object-ui/components@3.1.1
|
|
10
|
+
- @object-ui/core@3.1.1
|
|
11
|
+
- @object-ui/fields@3.1.1
|
|
12
|
+
- @object-ui/mobile@3.1.1
|
|
13
|
+
- @object-ui/react@3.1.1
|
|
14
|
+
- @object-ui/i18n@3.1.1
|
|
15
|
+
|
|
3
16
|
## 3.0.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-calendar",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"lucide-react": "^0.576.0",
|
|
28
|
-
"@object-ui/components": "3.1.
|
|
29
|
-
"@object-ui/core": "3.1.
|
|
30
|
-
"@object-ui/fields": "3.1.
|
|
31
|
-
"@object-ui/i18n": "3.1.
|
|
32
|
-
"@object-ui/mobile": "3.1.
|
|
33
|
-
"@object-ui/react": "3.1.
|
|
34
|
-
"@object-ui/types": "3.1.
|
|
28
|
+
"@object-ui/components": "3.1.1",
|
|
29
|
+
"@object-ui/core": "3.1.1",
|
|
30
|
+
"@object-ui/fields": "3.1.1",
|
|
31
|
+
"@object-ui/i18n": "3.1.1",
|
|
32
|
+
"@object-ui/mobile": "3.1.1",
|
|
33
|
+
"@object-ui/react": "3.1.1",
|
|
34
|
+
"@object-ui/types": "3.1.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typescript": "^5.9.3",
|
|
45
45
|
"vite": "^7.3.1",
|
|
46
46
|
"vite-plugin-dts": "^4.5.4",
|
|
47
|
-
"@object-ui/data-objectstack": "3.1.
|
|
47
|
+
"@object-ui/data-objectstack": "3.1.1"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "vite build",
|