Skip to content

Commit

Permalink
Merge pull request #3 from MarceloPrado/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
MarceloPrado authored Feb 23, 2024
2 parents 420973c + bce6b66 commit e4e1606
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-grapes-matter.md

This file was deleted.

8 changes: 8 additions & 0 deletions kitchen-sink/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @marceloterreiro/kitchen-sink-expo

## null

### Patch Changes

- Updated dependencies [e680a96]
- @marceloterreiro/flash-calendar@0.0.3
5 changes: 3 additions & 2 deletions kitchen-sink/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"web": "expo start --web"
},
"dependencies": {
"@marceloterreiro/flash-calendar": "^0.0.2",
"@marceloterreiro/flash-calendar": "^0.0.3",
"expo": "~50.0.7",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
Expand All @@ -30,5 +30,6 @@
"eslint": "^8.56.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.3.3"
}
},
"version": null
}
6 changes: 6 additions & 0 deletions packages/flash-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marceloterreiro/flash-calendar

## 0.0.3

### Patch Changes

- e680a96: Add the `calendarFormatLocale` prop

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flash-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marceloterreiro/flash-calendar",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "A better calendar for React Native.",
"repository": "github.com/marceloprado/flash-calendar",
Expand Down

0 comments on commit e4e1606

Please sign in to comment.