@akinon/pz-akifast 1.42.0-rc.4 → 1.42.0-rc.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-akifast
2
2
 
3
+ ## 1.42.0-rc.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 146ea39: ZERO-2774: Update imports
8
+
9
+ ## 1.42.0-rc.5
10
+
3
11
  ## 1.42.0-rc.4
4
12
 
5
13
  ## 1.42.0-rc.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-akifast",
3
- "version": "1.42.0-rc.4",
3
+ "version": "1.42.0-rc.6",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Button } from 'projectzeronext/src/components';
2
+ import { Button } from '@akinon/next/components';
3
3
  import { PluginModuleComponentProps } from '@akinon/next/types';
4
4
 
5
5
  interface QuickLoginButtonProps extends PluginModuleComponentProps {