diff --git a/.changeset/few-rules-refuse.md b/.changeset/few-rules-refuse.md
deleted file mode 100644
index 5e37c5fb3c..0000000000
--- 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/.storybook/preview.js b/example/storybook-nativewind/.storybook/preview.js
index 648d13247b..a6a29b2c6b 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/package.json b/example/storybook-nativewind/package.json
index 798cde6eb0..56a95f0332 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/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 7e4c298c66..dd9b5e44dd 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 f9de57510e..fc13e2d7f6 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).
diff --git a/packages/config/package.json b/packages/config/package.json
index e38e70a406..3c98fc02f1 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 da9efb4f59..9c84350393 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 f859f084df..1f787c3976 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 34c5616ecd..f3c80e9757 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 e5b35007be..ac7e09c6a5 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",