Skip to content

Commit

Permalink
Merge pull request #66 from pavophilip/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
pavophilip committed Jan 14, 2024
2 parents 1b59d9d + 7791426 commit 92c0149
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.3",
"packages/stdlib": "1.1.9",
"packages/react-shader-fiber": "1.2.9"
"packages/stdlib": "1.1.10",
"packages/react-shader-fiber": "1.2.10"
}
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.10](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.9...fiber-v1.2.10) (2024-01-14)


### Bug Fixes

* update version ([1b59d9d](https://github.com/pavophilip/react-shader-fiber/commit/1b59d9d69bd816eb37294a32cc151f798c8c2d00))

## [1.2.9](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.8...fiber-v1.2.9) (2024-01-11)


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.9",
"version": "1.2.10",
"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.10](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.9...stdlib-v1.1.10) (2024-01-14)


### Bug Fixes

* update version ([1b59d9d](https://github.com/pavophilip/react-shader-fiber/commit/1b59d9d69bd816eb37294a32cc151f798c8c2d00))

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


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.9",
"version": "1.1.10",
"type": "module",
"main": "./dist/rsf-stdlib.js",
"types": "./dist/main.d.ts",
Expand Down

0 comments on commit 92c0149

Please sign in to comment.