Skip to content

Commit c1d1566

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: @react-three/fiber@8.12.1 @react-three/eslint-plugin@0.1.0 [skip ci]
1 parent 571f07a commit c1d1566

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changeset/breezy-crews-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-timers-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @react-three/eslint-plugin
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 75521d21: Initial release of the eslint plugin containing two rules, `no-clone-in-loop` and `no-new-in-loop`.

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/eslint-plugin",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "An ESLint plugin which provides lint rules for @react-three/fiber.",
55
"keywords": [
66
"react",

packages/fiber/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @react-three/fiber
22

3+
## 8.12.1
4+
5+
### Patch Changes
6+
7+
- 571f07ac: fix: safeguard window.devicePixelRatio
8+
39
## 8.12.0
410

511
### Minor Changes

packages/fiber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/fiber",
3-
"version": "8.12.0",
3+
"version": "8.12.1",
44
"description": "A React renderer for Threejs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)