Skip to content

Commit

Permalink
v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruucm committed Mar 31, 2024
1 parent 0ac73cc commit 23c0897
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ pnpm changeset
pnpm version-packages
```

then commit changes (message with like v1.x.x)

```
pnpm release
```
Expand Down
2 changes: 1 addition & 1 deletion apps/example-cra-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"shadergradient": "^1.2.6",
"shadergradient": "^1.2.7",
"shadergradient-v2": "workspace:*",
"three": "^0.150.1",
"typescript": "^4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"shadergradient": "^1.2.6",
"shadergradient": "^1.2.7",
"three": "^0.150.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion apps/example-nextjs-approuter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"three": "0.150.0",
"three-stdlib": "^2.24.2",
"tunnel-rat": "^0.1.2",
"shadergradient": "^1.2.6"
"shadergradient": "^1.2.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shadergradient": "^1.2.6",
"shadergradient": "^1.2.7",
"three": "^0.150.1",
"three-stdlib": "^2.21.6"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/shadergradient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shadergradient

## 1.2.7

### Patch Changes

- sync src, src-dev

## 1.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shadergradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadergradient",
"version": "1.2.6",
"version": "1.2.7",
"files": [
"dist/"
],
Expand Down

0 comments on commit 23c0897

Please sign in to comment.