@purpurds/calendar 8.12.0 → 8.12.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/dist/LICENSE.txt +2 -2
  2. package/package.json +4 -4
package/dist/LICENSE.txt CHANGED
@@ -93,13 +93,13 @@ SOFTWARE.
93
93
  ---
94
94
 
95
95
  Name: @purpurds/button
96
- Version: 8.11.0
96
+ Version: 8.12.0
97
97
  License: AGPL-3.0-only
98
98
  Private: false
99
99
 
100
100
  ---
101
101
 
102
102
  Name: @purpurds/icon
103
- Version: 8.11.0
103
+ Version: 8.12.0
104
104
  License: AGPL-3.0-only
105
105
  Private: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/calendar",
3
- "version": "8.12.0",
3
+ "version": "8.12.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/calendar.cjs.js",
6
6
  "types": "./dist/calendar.d.ts",
@@ -17,9 +17,9 @@
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.1",
19
19
  "react-day-picker": "~9.8.1",
20
- "@purpurds/button": "8.12.0",
21
- "@purpurds/tokens": "8.12.0",
22
- "@purpurds/icon": "8.12.0"
20
+ "@purpurds/tokens": "8.12.1",
21
+ "@purpurds/button": "8.12.1",
22
+ "@purpurds/icon": "8.12.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "eslint": "9.39.1",