From c45ec7cfaaa81aebc94eac295c2df99fe3dd805c Mon Sep 17 00:00:00 2001 From: viraj-10 Date: Fri, 12 Jul 2024 12:52:36 +0530 Subject: [PATCH 1/2] fix: faq title --- example/storybook-nativewind/.storybook/preview.js | 2 +- .../src/guides/more/{FAQ => FAQs}/index.nw.stories.mdx | 8 ++++---- .../src/home/overview/Introduction/index.nw.stories.mdx | 6 ------ 3 files changed, 5 insertions(+), 11 deletions(-) rename example/storybook-nativewind/src/guides/more/{FAQ => FAQs}/index.nw.stories.mdx (96%) diff --git a/example/storybook-nativewind/.storybook/preview.js b/example/storybook-nativewind/.storybook/preview.js index 648d13247..a6a29b2c6 100644 --- a/example/storybook-nativewind/.storybook/preview.js +++ b/example/storybook-nativewind/.storybook/preview.js @@ -95,7 +95,7 @@ export const parameters = { 'Recipes', ['Linear Gradient'], 'More', - ['FAQ', 'Releases', 'Roadmap', 'Troubleshooting'], + ['FAQs', 'Releases', 'Roadmap', 'Troubleshooting'], ], ], icons: [ diff --git a/example/storybook-nativewind/src/guides/more/FAQ/index.nw.stories.mdx b/example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx similarity index 96% rename from example/storybook-nativewind/src/guides/more/FAQ/index.nw.stories.mdx rename to example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx index 7e4c298c6..dd9b5e44d 100644 --- a/example/storybook-nativewind/src/guides/more/FAQ/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/guides/more/FAQs/index.nw.stories.mdx @@ -1,7 +1,7 @@ --- -title: Roadmap | gluestack-ui +title: FAQs | gluestack-ui -description: To stay updated on upcoming features, improvements, and innovations. +description: FAQs. --- @@ -13,9 +13,9 @@ import { } from '@gluestack/design-system'; - + -# FAQ +# FAQs ## Migration and Compatibility diff --git a/example/storybook-nativewind/src/home/overview/Introduction/index.nw.stories.mdx b/example/storybook-nativewind/src/home/overview/Introduction/index.nw.stories.mdx index f9de57510..fc13e2d7f 100644 --- a/example/storybook-nativewind/src/home/overview/Introduction/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/home/overview/Introduction/index.nw.stories.mdx @@ -105,9 +105,3 @@ Stay updated about our company and collaborate on enterprise-level projects. ## All Components Explore 30+ components for React, Next.js & React Native [See All](/ui/docs/components/all-components). - -# FAQs - -### What are the new components in the pipeline? - -We're currently working on adding new components which include Table, Tabs and many more. We've already prepared API drafts for some of these components, which you can find in our documentation. You can check out our new component development roadmap [here](/ui/docs/home/more/roadmap). From 3cb6ba5cfc92259c62a7b2b24c2f5ac4e9706ffb Mon Sep 17 00:00:00 2001 From: viraj-10 Date: Fri, 12 Jul 2024 13:35:51 +0530 Subject: [PATCH 2/2] chore: version bump @gluestack-ui/toast to 1.0.6 --- .changeset/few-rules-refuse.md | 10 ---------- example/storybook-nativewind/package.json | 2 +- packages/config/package.json | 6 +++--- packages/themed/CHANGELOG.md | 7 +++++++ packages/themed/package.json | 4 ++-- packages/unstyled/toast/CHANGELOG.md | 11 +++++++++++ packages/unstyled/toast/package.json | 2 +- 7 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 .changeset/few-rules-refuse.md diff --git a/.changeset/few-rules-refuse.md b/.changeset/few-rules-refuse.md deleted file mode 100644 index 5e37c5fb3..000000000 --- a/.changeset/few-rules-refuse.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@gluestack-ui/toast': patch ---- - -Multple fixes to toast - -- Fixed `isActive` always returning false -- Removed almost all instances of `any`, replaced with actual types -- Fixed duplicate toasts when calling `show` with an existing id -- Removed unnecessary `@ts-ignore` usages diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index 798cde6eb..56a95f033 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -32,7 +32,7 @@ "@gluestack-style/animation-resolver": "^1.0.4", "@gluestack-style/react": "^1.0.57", "@gluestack-ui/config": "^1.1.19", - "@gluestack-ui/themed": "^1.1.34", + "@gluestack-ui/themed": "^1.1.35", "@gluestack/design-system": "^0.5.36", "@gorhom/bottom-sheet": "^5.0.0-alpha.10", "@legendapp/motion": "^2.2.0", diff --git a/packages/config/package.json b/packages/config/package.json index e38e70a40..3c98fc02f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.22", "@gluestack-ui/tabs": "0.1.16", "@gluestack-ui/textarea": "0.1.23", - "@gluestack-ui/themed": "1.1.34", - "@gluestack-ui/toast": "1.0.5", + "@gluestack-ui/themed": "1.1.35", + "@gluestack-ui/toast": "1.0.6", "@gluestack-ui/tooltip": "0.1.31", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.57", - "@gluestack-ui/themed": ">=1.1.34" + "@gluestack-ui/themed": ">=1.1.35" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index da9efb4f5..9c8435039 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.35 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/toast@1.0.6 + ## 1.1.34 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index f859f084d..1f787c397 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.34", + "version": "1.1.35", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -65,7 +65,7 @@ "@gluestack-ui/switch": "0.1.22", "@gluestack-ui/tabs": "0.1.16", "@gluestack-ui/textarea": "0.1.23", - "@gluestack-ui/toast": "1.0.5", + "@gluestack-ui/toast": "1.0.6", "@gluestack-ui/tooltip": "0.1.31", "@legendapp/motion": "latest" }, diff --git a/packages/unstyled/toast/CHANGELOG.md b/packages/unstyled/toast/CHANGELOG.md index 34c5616ec..f3c80e975 100644 --- a/packages/unstyled/toast/CHANGELOG.md +++ b/packages/unstyled/toast/CHANGELOG.md @@ -1,5 +1,16 @@ # @gluestack-ui/toast +## 1.0.6 + +### Patch Changes + +- ### Fixes + + - Fixed `isActive` always returning false by [Andrew M](https://github.com/evelant). + - Removed almost all instances of `any`, replaced with actual types by [Andrew M](https://github.com/evelant). + - Fixed duplicate toasts when calling `show` with an existing id by [Andrew M](https://github.com/evelant). + - Removed unnecessary `@ts-ignore` usages by [Andrew M](https://github.com/evelant). + ## 1.0.5 ### Patch Changes diff --git a/packages/unstyled/toast/package.json b/packages/unstyled/toast/package.json index e5b35007b..ac7e09c6a 100644 --- a/packages/unstyled/toast/package.json +++ b/packages/unstyled/toast/package.json @@ -15,7 +15,7 @@ "ios", "nextjs" ], - "version": "1.0.5", + "version": "1.0.6", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",