Skip to content

Commit

Permalink
Merge pull request #44 from basementstudio/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
julianbenegas authored Aug 16, 2023
2 parents 0cf2e50 + 7d6fe42 commit a9b1fab
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-taxis-return.md

This file was deleted.

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

## 0.2.6

### Patch Changes

- 0cf2e50: add internal event emitter

## 0.2.5

### 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.5",
"version": "0.2.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.1.3

### Patch Changes

- Updated dependencies [0cf2e50]
- @bsmnt/scrollytelling@0.2.6

## 0.1.2

### 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.2",
"version": "0.1.3",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@bsmnt/scrollytelling": "0.2.5",
"@bsmnt/scrollytelling": "0.2.6",
"@react-three/drei": "^9.65.3",
"@react-three/fiber": "^8.12.0",
"@types/three": "^0.150.1",
Expand Down

1 comment on commit a9b1fab

@vercel
Copy link

@vercel vercel bot commented on a9b1fab Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.