Skip to content

Commit 0bd804e

Browse files
committed
Update: version in docs
1 parent 3a6aeac commit 0bd804e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.storybook/stories/GetStarted.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Meta } from '@storybook/addon-docs';
2424

2525
Polaris Vue by Ownego is a component library for [Vue 3](https://vuejs.org/) based on [Shopify Polaris style guide](https://polaris.shopify.com/). We try to keep the package light-weight and easy to use (mostly similar with original Polaris Library).
2626

27-
**Follow Polaris React version:** [9.12.2](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%409.12.2) - Migrated date: *Jun 3rd, 2022*.
27+
**Follow Polaris React version:** [9.19.0](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%409.19.0) - Migrated date: *Jun 30th, 2022*.
2828

2929
<a href="https://github.com/ownego/polaris-vue"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="Github"/></a>
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Polaris Vue by Ownego only supports **Vue 3.0+**.
55
Polaris Vue based on [Shopify Polaris style guide](https://polaris.shopify.com/), built especially for Vue 3.
66
We're trying to make it mostly close with Shopify style guide and get a better performance.
77

8-
**Follow Polaris React version:** [9.12.2](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%409.12.2) - Migrated date: *Jun 3rd, 2022*.
8+
**Follow Polaris React version:** [9.19.0](https://github.com/Shopify/polaris/releases/tag/%40shopify%2Fpolaris%409.19.0) - Migrated date: *Jun 30th, 2022*.
99

1010
<br/>
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ownego/polaris-vue",
33
"version": "1.0.1",
4-
"polaris_version": "9.12.2",
4+
"polaris_version": "9.19.0",
55
"description": "Shopify Polaris UI library for Vue 3",
66
"author": {
77
"name": "Ownego Team"

src/components/TopBar/TopBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { Icon, Image, UnstyledLink } from '@/components';
5959
import { UseI18n } from '@/use';
6060
import { Search } from './components';
6161
62-
export interface TopBarProps {
62+
interface TopBarProps {
6363
/** Toggles whether or not a navigation component has been provided. Controls the presence of the mobile nav toggle button */
6464
showNavigationToggle?: boolean;
6565
/** A boolean property indicating whether search results are currently visible. */

src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export * from './Form';
3939
export * from './FormLayout';
4040
export * from './Frame';
4141
export * from './FullscreenBar';
42+
export * from './Grid';
4243
export * from './Heading';
4344
export * from './Icon';
4445
export * from './Image';

0 commit comments

Comments
 (0)