Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 7, 2022
1 parent 29aece8 commit 2c63c34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-years-live.md

This file was deleted.

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

## 0.9.29

### Patch Changes

- 29aece8: Fix a an issue where a string starting with a number would be considered as a number with a potentially long unit. Now we consider a string as a number when its suffix is less than 4 characters long.

## 0.9.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/leva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leva",
"version": "0.9.28",
"version": "0.9.29",
"main": "dist/leva.cjs.js",
"module": "dist/leva.esm.js",
"types": "dist/leva.cjs.d.ts",
Expand Down

1 comment on commit 2c63c34

@vercel
Copy link

@vercel vercel bot commented on 2c63c34 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

leva – ./

leva.vercel.app
leva-git-main-pmndrs.vercel.app
leva-pmndrs.vercel.app
leva.pmnd.rs

Please sign in to comment.