@3o3/date 0.1.1 → 0.1.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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @3o3/date
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b1c98ce: fix: 누락된 export 추가, localStorage 이름 명확하게 변경, sessionStorage fallback 추가
8
+ - Updated dependencies [b1c98ce]
9
+ - @3o3/utils@2.0.1
10
+
11
+ ## 0.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [69b3652]
16
+ - @3o3/utils@2.0.0
17
+
3
18
  ## 0.1.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3o3/date",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "sideEffects": false,
5
5
  "exports": {
6
6
  ".": {
@@ -21,7 +21,7 @@
21
21
  "typecheck": "tsc --noEmit"
22
22
  },
23
23
  "dependencies": {
24
- "@3o3/utils": "^1.0.0",
24
+ "@3o3/utils": "^2.0.1",
25
25
  "date-fns": "^2.25.0"
26
26
  },
27
27
  "devDependencies": {