Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed Jul 27, 2023
1 parent abe6bb9 commit cdfb587
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 27 deletions.
14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cheetahs-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-zebras-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions scrollytelling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bsmnt/scrollytelling

## 0.2.4

### Patch Changes

- 56586af: Default disabled value to false
- abe6bb9: Tweak disabled

## 0.2.4-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion scrollytelling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bsmnt/scrollytelling",
"author": "JB <[email protected]>",
"version": "0.2.4-next.1",
"version": "0.2.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# website

## 0.1.1

### Patch Changes

- Updated dependencies [56586af]
- Updated dependencies [abe6bb9]
- @bsmnt/scrollytelling@0.2.4

## 0.1.1-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "0.1.1-next.1",
"version": "0.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@bsmnt/scrollytelling": "0.2.4-next.1",
"@bsmnt/scrollytelling": "0.2.4",
"@react-three/drei": "^9.65.3",
"@react-three/fiber": "^8.12.0",
"@types/three": "^0.150.1",
Expand Down

0 comments on commit cdfb587

Please sign in to comment.