Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 28, 2021
1 parent 7fd9f92 commit c53a986
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-shoes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-elephants-try.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/happy-sheep-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cougars-attack.md

This file was deleted.

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

## 0.8.2

### Patch Changes

- 7fd9f92: feat: allow input options to be spread inside custom plugin.
- b4aa43d: Fix: add empty key warning.
- 7fd9f92: fix: correct onUpdate for a blurred input: previously bluring an input from a
store while selecting a second store would commit the change on the second
store.

fix: return number previous value when field is empty.

types: (internal) fix default useInputContext types.

- e21f2fe: fix: slider position overflowing with range input.

## 0.8.1

### 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.8.1",
"version": "0.8.2",
"main": "dist/leva.cjs.js",
"module": "dist/leva.esm.js",
"types": "dist/leva.cjs.d.ts",
Expand Down

1 comment on commit c53a986

@vercel
Copy link

@vercel vercel bot commented on c53a986 Mar 28, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.