Skip to content

Commit

Permalink
Version Packages (#293)
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: Eli Zibin <elizibin@gmail.com>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent e621959 commit e49b6a7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-bikes-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-yaks-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-owls-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-kiwis-think.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Fix yLabel width calculation to better align x-scale ([#291](https://github.com/FormidableLabs/victory-native-xl/pull/291))

- Replace getTextWidth with measureText ([#290](https://github.com/FormidableLabs/victory-native-xl/pull/290))

## 1.0.1

### 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.1",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"start": "expo start -c",
Expand Down
12 changes: 12 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# victory-native

## 41.0.1

### Patch Changes

- Fix yLabel width calculation to better align x-scale ([#291](https://github.com/FormidableLabs/victory-native-xl/pull/291))

- Replace getTextWidth with measureText ([#290](https://github.com/FormidableLabs/victory-native-xl/pull/290))

- fix: `useAnimatedPath` no longer jumps when path changes during animation ([#287](https://github.com/FormidableLabs/victory-native-xl/pull/287))

- fix negative bar charts for bar groups ([#295](https://github.com/FormidableLabs/victory-native-xl/pull/295))

## 41.0.0

### Major 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.0",
"version": "41.0.1",
"private": false,
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e49b6a7

Please sign in to comment.