Skip to content

Commit

Permalink
Version Packages (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rob Walker <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 34bc324 commit e1395a3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-bees-rush.md

This file was deleted.

6 changes: 6 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# example

## 1.1.0

### Minor Changes

- Update example to support Expo web as a platform ([#330](https://github.com/FormidableLabs/victory-native-xl/pull/330))

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.3",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "expo start -c",
Expand Down
6 changes: 6 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# victory-native

## 41.1.0

### Minor Changes

- Added support for web as a platform ([#330](https://github.com/FormidableLabs/victory-native-xl/pull/330))

## 41.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-native",
"version": "41.0.2",
"version": "41.1.0",
"private": false,
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e1395a3

Please sign in to comment.