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 22, 2023
2 parents 31d7fe4 + 1fd6edd commit c7a184e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"packages/renderer": "1.0.0"
"packages/renderer": "1.0.0",
"packages/stdlib": "1.0.0"
}
8 changes: 8 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2023-12-22)


### Bug Fixes

* update readme ([7e72487](https://github.com/pavophilip/react-shader-fiber/commit/7e72487fe361a41e2f99f964f05602dab002e893))
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-fiber/stdlib",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"type": "module",
"main": "./dist/rsf-stdlib.js",
"files": [
Expand Down

0 comments on commit c7a184e

Please sign in to comment.