Skip to content

Commit

Permalink
Upcoming Release Changes (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2021
1 parent 230a035 commit a8b2465
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/tidy-dogs-draw.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.15

### Patch Changes

- 05ebf42: Upgrade deps and add `disabled` option to button

## 1.0.0

### Minor 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.14",
"version": "0.9.15",
"main": "dist/leva.cjs.js",
"module": "dist/leva.esm.js",
"types": "dist/leva.cjs.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-plot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leva-ui/plugin-plot

## 0.9.15

### Patch Changes

- 05ebf42: Upgrade deps and add `disabled` option to button
- Updated dependencies [05ebf42]
- [email protected]

## 1.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leva-ui/plugin-plot",
"version": "0.9.14",
"version": "0.9.15",
"main": "dist/leva-ui-plugin-plot.cjs.js",
"module": "dist/leva-ui-plugin-plot.esm.js",
"types": "dist/leva-ui-plugin-plot.cjs.d.ts",
Expand All @@ -13,7 +13,7 @@
"bugs": "https://github.com/pmndrs/leva/issues",
"peerDependencies": {
"@use-gesture/react": "^10.0.0",
"leva": ">=0.9.14",
"leva": ">=0.9.15",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-spring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leva-ui/plugin-spring

## 0.9.15

### Patch Changes

- 05ebf42: Upgrade deps and add `disabled` option to button
- Updated dependencies [05ebf42]
- [email protected]

## 1.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-spring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leva-ui/plugin-spring",
"version": "0.9.14",
"version": "0.9.15",
"main": "dist/leva-ui-plugin-spring.cjs.js",
"module": "dist/leva-ui-plugin-spring.esm.js",
"types": "dist/leva-ui-plugin-spring.cjs.d.ts",
Expand All @@ -12,7 +12,7 @@
},
"bugs": "https://github.com/pmndrs/leva/issues",
"peerDependencies": {
"leva": ">=1.0.0",
"leva": ">=0.9.15",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3353,7 +3353,7 @@ __metadata:
mathjs: ^10.0.0
peerDependencies:
"@use-gesture/react": ^10.0.0
leva: ">=0.9.14"
leva: ">=0.9.15"
react: ">=16.8.0"
react-dom: ">=16.8.0"
languageName: unknown
Expand All @@ -3365,7 +3365,7 @@ __metadata:
dependencies:
"@react-spring/web": 9.3.0
peerDependencies:
leva: ">=1.0.0"
leva: ">=0.9.15"
react: ">=16.8.0"
react-dom: ">=16.8.0"
languageName: unknown
Expand Down

1 comment on commit a8b2465

@vercel
Copy link

@vercel vercel bot commented on a8b2465 Nov 21, 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.