Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  [email protected]
  @react-three/[email protected]
  @react-three/[email protected]

[skip ci]
  • Loading branch information
drcmda committed Aug 22, 2022
1 parent 85c80e7 commit 3d6ad8e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/hot-fishes-sort.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

- 85c80e70: eventsource and eventprefix on the canvas component

## 1.0.0

### Major 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.0",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/fiber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-three/fiber

## 8.6.0

### Minor Changes

- 85c80e70: eventsource and eventprefix on the canvas component

## 8.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fiber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/fiber",
"version": "8.5.1",
"version": "8.6.0",
"description": "A React renderer for Threejs",
"keywords": [
"react",
Expand Down
11 changes: 11 additions & 0 deletions packages/test-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-three/test-renderer

## 10.0.0

### Minor Changes

- 85c80e70: eventsource and eventprefix on the canvas component

### Patch Changes

- Updated dependencies [85c80e70]
- @react-three/fiber@8.6.0

## 9.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/test-renderer",
"version": "9.0.0",
"version": "10.0.0",
"description": "Test Renderer for react-three-fiber",
"author": "Josh Ellis",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
},
"peerDependencies": {
"react": ">=17.0",
"@react-three/fiber": ">=8.1.0",
"@react-three/fiber": ">=8.6.0",
"three": ">=0.126"
}
}

0 comments on commit 3d6ad8e

Please sign in to comment.