RubyGems
npm
Organizations
Log in
Sign up
npm
@akinon/pz-tabby-extension
Versions diffs
1.55.0 → 1.56.0-rc.7
@akinon/pz-tabby-extension 1.55.0 → 1.56.0-rc.7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/CHANGELOG.md
+9
-0
package/package.json
+1
-1
package/src/pages/TabbyPaymentGateway.tsx
+1
-1
package/CHANGELOG.md
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
# @akinon/pz-tabby-extension
2
+
3
+
## 1.56.0-rc.7
4
+
5
+
### Minor Changes
6
+
7
+
- 0e25399: ZERO-2864: fix import
8
+
9
+
## 1.56.0-rc.6
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@akinon/pz-tabby-extension",
3
-
"version": "1.
55
.0",
3
+
"version": "1.
56
.0
-rc.7
",
4
4
"license": "MIT",
5
5
"main": "src/index.tsx",
6
6
"peerDependencies": {
package/src/pages/TabbyPaymentGateway.tsx
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
1
import { URLS } from '@akinon/next/data/urls';
2
-
import settings from '
@theme/
settings';
2
+
import settings from 'settings';
3
3
import { cookies } from 'next/headers';
4
4
import React from 'react';
5
5
import FormComponent from '../components/FormComponent';