@kalyx/react 0.2.1 → 0.2.2

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @kalyx/react
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ebf4fd7: Add repository/homepage/bugs/keywords metadata to @kalyx/core for npm provenance validation
8
+ - Updated dependencies [ebf4fd7]
9
+ - @kalyx/core@0.2.2
10
+
3
11
  ## 0.2.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalyx/react",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Headless, SSR-safe React DatePicker",
5
5
  "license": "MIT",
6
6
  "author": "jiji-hoon96",
@@ -49,7 +49,7 @@
49
49
  "@floating-ui/react": "^0.26.0",
50
50
  "date-fns": "^4.0.0",
51
51
  "date-fns-tz": "^3.0.0",
52
- "@kalyx/core": "0.2.1"
52
+ "@kalyx/core": "0.2.2"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^19.0.0",