Skip to content

Commit abe6bb9

Browse files
committed
tweak value
1 parent 56586af commit abe6bb9

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"website": "0.1.0"
99
},
1010
"changesets": [
11-
"two-cheetahs-jam"
11+
"two-cheetahs-jam",
12+
"wicked-zebras-visit"
1213
]
1314
}

.changeset/wicked-zebras-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bsmnt/scrollytelling": patch
3+
---
4+
5+
Tweak disabled

scrollytelling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bsmnt/scrollytelling
22

3+
## 0.2.4-next.1
4+
5+
### Patch Changes
6+
7+
- Tweak disabled
8+
39
## 0.2.4-next.0
410

511
### Patch Changes

scrollytelling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bsmnt/scrollytelling",
33
"author": "JB <jb@basement.studio>",
4-
"version": "0.2.4-next.0",
4+
"version": "0.2.4-next.1",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# website
22

3+
## 0.1.1-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @bsmnt/scrollytelling@0.2.4-next.1
9+
310
## 0.1.1-next.0
411

512
### Patch Changes

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"private": true,
4-
"version": "0.1.1-next.0",
4+
"version": "0.1.1-next.1",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@bsmnt/scrollytelling": "0.2.4-next.0",
13+
"@bsmnt/scrollytelling": "0.2.4-next.1",
1414
"@react-three/drei": "^9.65.3",
1515
"@react-three/fiber": "^8.12.0",
1616
"@types/three": "^0.150.1",

0 commit comments

Comments
 (0)