Skip to content

Commit

Permalink
Merge pull request #59 from pavophilip/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
pavophilip authored Jan 11, 2024
2 parents 6ebcaeb + 62de3a4 commit bfda915
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/renderer": "1.1.2",
"packages/stdlib": "1.1.8",
"packages/react-shader-fiber": "1.2.3"
"packages/stdlib": "1.1.9",
"packages/react-shader-fiber": "1.2.4"
}
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.2.4](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.3...fiber-v1.2.4) (2024-01-11)


### Bug Fixes

* add debug mode for player, prelude hook, fallback fragment shader ([6ebcaeb](https://github.com/pavophilip/react-shader-fiber/commit/6ebcaebb9f275b035ece8eca3989b41ea24ecf98))

## [1.2.3](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.2...fiber-v1.2.3) (2024-01-05)


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.2.3",
"version": "1.2.4",
"type": "module",
"files": [
"dist"
Expand Down
7 changes: 7 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.9](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.8...stdlib-v1.1.9) (2024-01-11)


### Bug Fixes

* Improve normalizeChildren utility and add watch script ([46d8bc0](https://github.com/pavophilip/react-shader-fiber/commit/46d8bc0ceeb6516405283130d79e00d6b0c3ca29))

## [1.1.8](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.7...stdlib-v1.1.8) (2024-01-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-shader/stdlib",
"private": false,
"version": "1.1.8",
"version": "1.1.9",
"type": "module",
"main": "./dist/rsf-stdlib.js",
"types": "./dist/main.d.ts",
Expand Down

0 comments on commit bfda915

Please sign in to comment.