Skip to content

Commit

Permalink
Merge pull request #52 from basementstudio/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
julianbenegas authored Sep 23, 2023
2 parents 8f46aa4 + 52d3d1f commit 28cd13c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-knives-hunt.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.8

### Patch Changes

- 1216706: Stagger component

## 0.2.7

### 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.7",
"version": "0.2.8",
"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.5

### Patch Changes

- 1216706: Stagger component
- Updated dependencies [1216706]
- @bsmnt/scrollytelling@0.2.8

## 0.1.4

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

1 comment on commit 28cd13c

@vercel
Copy link

@vercel vercel bot commented on 28cd13c Sep 23, 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.