Skip to content

Commit 56586af

Browse files
committed
Enter prerelease mode and version packages
1 parent 335df33 commit 56586af

File tree

6 files changed

+35
-3
lines changed

6 files changed

+35
-3
lines changed

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"eslint-config-custom": "1.0.0",
6+
"tsconfig": "1.0.0",
7+
"@bsmnt/scrollytelling": "0.2.3",
8+
"website": "0.1.0"
9+
},
10+
"changesets": [
11+
"two-cheetahs-jam"
12+
]
13+
}

.changeset/two-cheetahs-jam.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+
Default disabled value to false

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.0
4+
5+
### Patch Changes
6+
7+
- Default disabled value to false
8+
39
## 0.2.3
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.3",
4+
"version": "0.2.4-next.0",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

website/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# website
2+
3+
## 0.1.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @bsmnt/scrollytelling@0.2.4-next.0

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.0",
4+
"version": "0.1.1-next.0",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@bsmnt/scrollytelling": "*",
13+
"@bsmnt/scrollytelling": "0.2.4-next.0",
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)