Skip to content

Commit

Permalink
release: v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-levy committed May 28, 2024
1 parent abcbb01 commit a5a7a89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# Unreleased
# 6.3.0 (2024-05-28)

- New Menu and Divider components
- New Button prop `systemImage`
- New Menu and Divider components ([#41](https://github.com/andrew-levy/swiftui-react-native/pull/41) by [andrew-levy](https://github.com/andrew-levy))
- New Button prop `systemImage` ([#41](https://github.com/andrew-levy/swiftui-react-native/pull/41) by [andrew-levy](https://github.com/andrew-levy))
- New modifier: `disabled` ([#42](https://github.com/andrew-levy/swiftui-react-native/pull/42) by [andrew-levy](https://github.com/andrew-levy))

# 6.2.0 (2024-05-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swiftui-react-native",
"version": "6.2.0",
"version": "6.3.0",
"description": "A React Native component library inspired by SwiftUI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a5a7a89

Please sign in to comment.