diff --git a/.changeset/clean-falcons-flow.md b/.changeset/clean-falcons-flow.md
deleted file mode 100644
index 532fc8e..0000000
--- a/.changeset/clean-falcons-flow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@formwerk/core': minor
----
-
-feat: add `isSubmitAttempted` to `useForm`
diff --git a/.changeset/eleven-eagles-talk.md b/.changeset/eleven-eagles-talk.md
deleted file mode 100644
index eb9dd49..0000000
--- a/.changeset/eleven-eagles-talk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@formwerk/core': minor
----
-
-feat: Add `wasSubmitted` to `useForm`
diff --git a/.changeset/many-experts-tan.md b/.changeset/many-experts-tan.md
deleted file mode 100644
index 9f0f550..0000000
--- a/.changeset/many-experts-tan.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@formwerk/core': minor
----
-
-feat: add `submitAttemptsCount` to `useForm`
diff --git a/.changeset/modern-brooms-buy.md b/.changeset/modern-brooms-buy.md
deleted file mode 100644
index d076af5..0000000
--- a/.changeset/modern-brooms-buy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@formwerk/core': minor
----
-
-feat: adding `submitErrors` and `submitErrorMessage` in `useFormField`. `getSubmitError` and `getSubmitErrors' in 'useForm'.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7b1fda..61be5b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# @formwerk/core
+## 0.5.0
+
+### Minor Changes
+
+- 145bc46: feat: add `isSubmitAttempted` to `useForm`
+- 67cc35c: feat: Add `wasSubmitted` to `useForm`
+- 898b804: feat: add `submitAttemptsCount` to `useForm`
+- b3950ce: feat: adding `submitErrors` and `submitErrorMessage` in `useFormField`. `getSubmitError` and `getSubmitErrors' in 'useForm'.
+
+## 0.4.0
+
+### Minor Changes
+
+- bf710e4: feat!: disabled fields no longer particpate in form validation state
+
+### Patch Changes
+
+- c6d8352: chore(bundle): chore: externalize standard schema and klona properly
+
## 0.3.1
### Patch Changes
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index b790e21..61be5b6 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -1,5 +1,14 @@
# @formwerk/core
+## 0.5.0
+
+### Minor Changes
+
+- 145bc46: feat: add `isSubmitAttempted` to `useForm`
+- 67cc35c: feat: Add `wasSubmitted` to `useForm`
+- 898b804: feat: add `submitAttemptsCount` to `useForm`
+- b3950ce: feat: adding `submitErrors` and `submitErrorMessage` in `useFormField`. `getSubmitError` and `getSubmitErrors' in 'useForm'.
+
## 0.4.0
### Minor Changes
diff --git a/packages/core/README.md b/packages/core/README.md
index 7867142..95b7baf 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -19,7 +19,7 @@
-
+
@@ -46,23 +46,38 @@ Unlike other libraries, Formwerk deliberately excludes UI components, recognizin
With Formwerk as your foundation, you get high-quality form capabilities without compromising on flexibility. Whether you're creating a design system or a standalone application, Formwerk handles the intricate details of forms, empowering you to create forms that are delightful to use.
+## ✨ Features
+
+- 📦 **Comprehensive**: Ready-made composables for all common form elements.
+- ♿ **Accessible**: ARIA compliant with full keyboard navigation and semantic markup.
+- 🌐 **i18n Ready**: Built-in internationalization with RTL and number formatting support.
+- 🔌 **Headless Architecture**: Build form components with complete control over markup and styling.
+- ✅ **Form Validation**: Native HTML5 and [Standard Schema](https://github.com/standard-schema/standard-schema) libraries support.
+- 🎨 **Styling Agnostic**: Works with any CSS framework or plain CSS.
+- 🎮 **Built-in Behaviors**: Native-like keyboard interactions and focus management.
+- 🏗 **Organization**: Form groups and repeatable field arrays.
+- ⚡ **SSR Ready**: Full support for Server Side Rendering environments.
+- 🔄 **State Management**: Automatic form state and value tracking.
+- 🌳 **Tree-shakable**: Only include the composables you actually use.
+- 🎯 **Type Safe**: Full TypeScript support with generic typing.
+
## 📚 Documentation
-Check out the [documentation and demos](https://formwerk.dev).
+You can find the [documentation and demos here](https://formwerk.dev).
-## Contributing
+## 🤝 Contributing
You can contribute to Formwerk by reporting bugs, suggesting features, or submitting code changes. If you wish to submit code changes, please first discuss the change you wish to make via [GitHub issues](https://github.com/formwerkjs/formwerk/issues), [Discord](https://discord.gg/gQ7wqpvT5X), or any other method.
You can visit the [contributing guide](./CONTRIBUTING.md) for more information on how to contribute to Formwerk and how to get started.
-## Credits
+## 📝 Credits
Formwerk takes great inspiration from multiple projects in the ecosystem, most notably:
- [React Aria](https://react-spectrum.adobe.com/)
- [VeeValidate](https://vee-validate.logaretm.com/)
-## License
+## ⚖️ License
Formwerk is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
diff --git a/packages/core/package.json b/packages/core/package.json
index 28ab7f3..d45aecd 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@formwerk/core",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "",
"author": "Abdelrahman Awad ",
"license": "MIT",