@akinon/pz-b2b 1.126.0-rc.3 → 1.126.0

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,20 +1,10 @@
1
1
  # @akinon/pz-b2b
2
2
 
3
- ## 1.126.0-rc.3
3
+ ## 1.126.0
4
4
 
5
- ## 1.126.0-rc.2
5
+ ## 1.125.2
6
6
 
7
- ### Minor Changes
8
-
9
- - 823a4449: ZERO-4193: Upgrade TypeScript to version 5.2.2 across multiple packages
10
-
11
- ## 1.126.0-rc.1
12
-
13
- ## 1.126.0-rc.0
14
-
15
- ### Minor Changes
16
-
17
- - c0228aff: ZERO-4159: Upgrade the package versions
7
+ ## 1.125.1
18
8
 
19
9
  ## 1.125.0
20
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-b2b",
3
- "version": "1.126.0-rc.3",
3
+ "version": "1.126.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "peerDependencies": {
@@ -13,6 +13,6 @@
13
13
  "@types/react-dom": "^18.0.6",
14
14
  "react": "^18.2.0",
15
15
  "react-dom": "^18.2.0",
16
- "typescript": "^5.2.2"
16
+ "typescript": "^4.7.4"
17
17
  }
18
18
  }
@@ -164,7 +164,7 @@ export function StoreModal({
164
164
  type="number"
165
165
  className="w-[64px] md:w-[84px] h-[31px] border border-[#d7d7d7] outline-none text-xs text-right pr-1 appearance-none"
166
166
  onChange={(e) => handleQuantityChange(store.id, e)}
167
- ref={(ref) => { inputRefs[store.id] = ref; }}
167
+ ref={(ref) => (inputRefs[store.id] = ref)}
168
168
  />
169
169
  </td>
170
170
  </tr>