@3o3/date 0.1.2 → 0.1.4

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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [beb80c9]
8
+ - @3o3/utils@2.0.2
9
+
10
+ ## 0.1.3
11
+
12
+ ### Patch Changes
13
+
14
+ - b1c98ce: fix: 누락된 export 추가, localStorage 이름 명확하게 변경, sessionStorage fallback 추가
15
+ - Updated dependencies [b1c98ce]
16
+ - @3o3/utils@2.0.1
17
+
3
18
  ## 0.1.2
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.2",
3
+ "version": "0.1.4",
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": "^2.0.0",
24
+ "@3o3/utils": "^2.0.2",
25
25
  "date-fns": "^2.25.0"
26
26
  },
27
27
  "devDependencies": {