@object-ui/plugin-calendar 0.3.1 → 2.0.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.
@@ -0,0 +1,21 @@
1
+
2
+ > @object-ui/plugin-calendar@2.0.0 build /home/runner/work/objectui/objectui/packages/plugin-calendar
3
+ > vite build
4
+
5
+ vite v7.3.1 building client environment for production...
6
+ transforming...
7
+ ✓ 13 modules transformed.
8
+ rendering chunks...
9
+ 
10
+ [vite:dts] Start generate declaration files...
11
+ src/CalendarView.tsx:434:41 - error TS2304: Cannot find name 'locale'.
12
+
13
+ 434 {day.toLocaleDateString(locale, { weekday: "short" })}
14
+    ~~~~~~
15
+
16
+ computing gzip size...
17
+ dist/index.js 32.39 kB │ gzip: 8.21 kB
18
+ [vite:dts] Declaration files built in 13283ms.
19
+ 
20
+ dist/index.umd.cjs 21.62 kB │ gzip: 7.20 kB
21
+ ✓ built in 14.65s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - b859617: Release v1.0.0 — unify all package versions to 1.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b859617]
12
+ - @object-ui/types@2.0.0
13
+ - @object-ui/core@2.0.0
14
+ - @object-ui/react@2.0.0
15
+ - @object-ui/components@2.0.0
16
+ - @object-ui/fields@2.0.0
17
+
3
18
  ## 0.3.1
4
19
 
5
20
  ### Patch Changes