Skip to content

Commit

Permalink
Merge pull request #69 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 a8059e3 + 1bd6871 commit 0d684ab
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.4",
"packages/stdlib": "1.1.10",
"packages/react-shader-fiber": "1.2.12"
"packages/stdlib": "1.1.11",
"packages/react-shader-fiber": "1.2.13"
}
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.13](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.12...fiber-v1.2.13) (2024-01-14)


### Bug Fixes

* upd version ([0f86fe0](https://github.com/pavophilip/react-shader-fiber/commit/0f86fe0e6e63446b5fae4df5360afd362c7b9f06))

## [1.2.12](https://github.com/pavophilip/react-shader-fiber/compare/fiber-v1.2.11...fiber-v1.2.12) (2024-01-14)


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.12",
"version": "1.2.13",
"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.11](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.10...stdlib-v1.1.11) (2024-01-14)


### Bug Fixes

* upd version ([0f86fe0](https://github.com/pavophilip/react-shader-fiber/commit/0f86fe0e6e63446b5fae4df5360afd362c7b9f06))

## [1.1.10](https://github.com/pavophilip/react-shader-fiber/compare/stdlib-v1.1.9...stdlib-v1.1.10) (2024-01-14)


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

0 comments on commit 0d684ab

Please sign in to comment.