@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.
package/CHANGELOG.md ADDED
@@ -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
@@ -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": {
@@ -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';