@shoplflow/extension 0.0.62 → 0.0.63

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,14 @@
1
1
  # @shoplflow/extension
2
2
 
3
+ ## 0.0.63
4
+
5
+ ### Patch Changes
6
+
7
+ - [#400](https://github.com/shopl/shoplflow/pull/400) [`486729d`](https://github.com/shopl/shoplflow/commit/486729d364fbed345ca8633ea9068ef1eafb8a90) Thanks [@shopl-kevin](https://github.com/shopl-kevin)! - Tooltip 고정 노출을 위한 open state props를 추가했어요
8
+
9
+ - Updated dependencies [[`486729d`](https://github.com/shopl/shoplflow/commit/486729d364fbed345ca8633ea9068ef1eafb8a90)]:
10
+ - @shoplflow/base@0.32.5
11
+
3
12
  ## 0.0.62
4
13
 
5
14
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "@shoplflow/extension",
4
- "version": "0.0.62",
4
+ "version": "0.0.63",
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/contentStyle17274211234.chunk.css"
27
+ "assets/css/contentStyle17274239439.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.62",
3
+ "version": "0.0.63",
4
4
  "license": "MIT",
5
5
  "description": "Shoplflow 점유율 확인 extension",
6
6
  "type": "module",
7
7
  "dependencies": {
8
- "@shoplflow/base": "^0.32.4",
8
+ "@shoplflow/base": "^0.32.5",
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.62",
4
+ "version": "0.0.63",
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/contentStyle17274211234.chunk.css"
27
+ "assets/css/contentStyle17274239439.chunk.css"
28
28
  ]
29
29
  }
30
30
  ],