Skip to content

Commit

Permalink
Merge pull request #46 from basementstudio/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
matiasperz authored Aug 17, 2023
2 parents 08a0b48 + 168d392 commit dfdb2cf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-bats-provide.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.7

### Patch Changes

- 08a0b48: adding events

## 0.2.6

### 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.6",
"version": "0.2.7",
"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.4

### Patch Changes

- Updated dependencies [08a0b48]
- @bsmnt/scrollytelling@0.2.7

## 0.1.3

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

1 comment on commit dfdb2cf

@vercel
Copy link

@vercel vercel bot commented on dfdb2cf Aug 17, 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.