From 1f087c34db47e6234b0538fe1bc0bc684878b73b Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Tue, 11 Nov 2025 17:17:15 -0700 Subject: [PATCH] chore: release 0.3.0 --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b93a7..900cd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Changelog -## 0.2.0 (2025-11-12) +## 0.3.0 (2025-11-12) +* docs: add extra space in README ([7f93ed9](https://github.com/thehale/react-native-expressive/commit/7f93ed9)) * docs: add standard badges to README ([1fd124f](https://github.com/thehale/react-native-expressive/commit/1fd124f)) * docs: fill out usage and contributing guides ([fd309eb](https://github.com/thehale/react-native-expressive/commit/fd309eb)) -* refactor: move test fixtures below tests ([a88e8a4](https://github.com/thehale/react-native-expressive/commit/a88e8a4)) -* feat: add components, theme/settings helpers, example app ([be2b009](https://github.com/thehale/react-native-expressive/commit/be2b009)) * chore: generate yarn.lock ([f06835b](https://github.com/thehale/react-native-expressive/commit/f06835b)) * chore: scaffold react-native-expressive ([0218cd9](https://github.com/thehale/react-native-expressive/commit/0218cd9)) * chore: switch to MPL-2.0 license ([e1238c9](https://github.com/thehale/react-native-expressive/commit/e1238c9)) +* refactor: move test fixtures below tests ([a88e8a4](https://github.com/thehale/react-native-expressive/commit/a88e8a4)) +* feat: add components, theme/settings helpers, example app ([be2b009](https://github.com/thehale/react-native-expressive/commit/be2b009)) * build: auto-`prepare` and update changelog correctly ([6026737](https://github.com/thehale/react-native-expressive/commit/6026737)) diff --git a/package.json b/package.json index d7e8261..4702d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-expressive", - "version": "0.2.0", + "version": "0.3.0", "description": "Utilities and UI components for cross-platform React Native apps", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", -- 2.51.2