Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pavophilip committed Dec 24, 2023
2 parents 6c34351 + fa26434 commit 11291eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/renderer": "1.0.12",
"packages/stdlib": "1.1.2",
"packages/react-shader-fiber": "1.0.10"
"packages/react-shader-fiber": "1.1.0"
}
7 changes: 7 additions & 0 deletions packages/react-shader-fiber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/pavophilip/react-shader-fiber/compare/react-shader-fiber-v1.0.10...react-shader-fiber-v1.1.0) (2023-12-24)


### Features

* provide width and height of canvas ([a5be10e](https://github.com/pavophilip/react-shader-fiber/commit/a5be10ec3a1c44d33cf234adaedf39fe5bec92dd))

## [1.0.10](https://github.com/pavophilip/react-shader-fiber/compare/react-shader-fiber-v1.0.9...react-shader-fiber-v1.0.10) (2023-12-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-shader-fiber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-shader-fiber",
"private": false,
"version": "1.0.10",
"version": "1.1.0",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 11291eb

Please sign in to comment.