@proprioo/salatim 35.12.1 → 35.12.3

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **35.12.2**
4
+
5
+ * Chore: bump date-fns in peer dependencies
6
+
3
7
  **35.12.1**
4
8
 
5
9
  * Chore: bump date-fns from v2 to v3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proprioo/salatim",
3
- "version": "35.12.1",
3
+ "version": "35.12.3",
4
4
  "description": "Proprioo component library",
5
5
  "keywords": [
6
6
  "components",
@@ -112,7 +112,7 @@
112
112
  },
113
113
  "peerDependencies": {
114
114
  "@proprioo/hokkaido": "^13.1.0",
115
- "date-fns": "^2.30.0",
115
+ "date-fns": "^3.6.0",
116
116
  "polished": "^4.3.1",
117
117
  "react": "^18.3.1",
118
118
  "react-dom": "^18.3.1",