@kalyx/react 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @kalyx/react
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5b68f62: Bump `@floating-ui/react` from `^0.26.0` to `^0.27.0`. No public API change — popover positioning, focus-out behaviour, and SSR safety are unaffected. Tests (497/497) and bundle size (15.76 KB CJS / 15.63 KB ESM gzip, ≤ 16 KB ceiling) hold.
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalyx/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Headless, SSR-safe React DatePicker / RangePicker / TimePicker / DateTimePicker — ISO 8601 UTC strings, IANA timezone support, ≤16 KB gzipped",
5
5
  "license": "MIT",
6
6
  "author": "jiji-hoon96",
@@ -64,7 +64,7 @@
64
64
  "LICENSE"
65
65
  ],
66
66
  "dependencies": {
67
- "@floating-ui/react": "^0.26.0",
67
+ "@floating-ui/react": "^0.27.0",
68
68
  "@kalyx/adapter-date-fns": "1.0.0",
69
69
  "@kalyx/core": "1.0.0"
70
70
  },