@shoplflow/extension 0.0.124 → 0.0.126

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @shoplflow/extension
2
2
 
3
+ ## 0.0.126
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`31c7f73ee1deb69eb72b5a09f744e52d21b9d5af`](https://github.com/shopl/shoplflow/commit/31c7f73ee1deb69eb72b5a09f744e52d21b9d5af)]:
8
+ - @shoplflow/base@0.39.2
9
+
10
+ ## 0.0.125
11
+
12
+ ### Patch Changes
13
+
14
+ - [#548](https://github.com/shopl/shoplflow/pull/548) [`9b94b8e81ed973b57b91b1d742c64e880f752173`](https://github.com/shopl/shoplflow/commit/9b94b8e81ed973b57b91b1d742c64e880f752173) Thanks [@velo-kim](https://github.com/velo-kim)! - update: Datepikckers/stepper/YearSelect 선택년도 focus 기능 추가
15
+
16
+ - Updated dependencies [[`9b94b8e81ed973b57b91b1d742c64e880f752173`](https://github.com/shopl/shoplflow/commit/9b94b8e81ed973b57b91b1d742c64e880f752173)]:
17
+ - @shoplflow/base@0.39.1
18
+
3
19
  ## 0.0.124
4
20
 
5
21
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "@shoplflow/extension",
4
- "version": "0.0.124",
4
+ "version": "0.0.126",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "permissions": [
7
7
  "storage"
@@ -24,7 +24,7 @@
24
24
  "src/pages/content/index.js"
25
25
  ],
26
26
  "css": [
27
- "assets/css/contentStyle17477230051.chunk.css"
27
+ "assets/css/contentStyle17482162584.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shoplflow/extension",
3
- "version": "0.0.124",
3
+ "version": "0.0.126",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.39.0",
8
+ "@shoplflow/base": "^0.39.2",
9
9
  "chart.js": "^4.4.0",
10
10
  "construct-style-sheets-polyfill": "^3.1.0",
11
11
  "react": "18.2.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "@shoplflow/extension",
4
- "version": "0.0.124",
4
+ "version": "0.0.126",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "permissions": [
7
7
  "storage"
@@ -24,7 +24,7 @@
24
24
  "src/pages/content/index.js"
25
25
  ],
26
26
  "css": [
27
- "assets/css/contentStyle17477230051.chunk.css"
27
+ "assets/css/contentStyle17482162584.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],