Skip to content

Commit

Permalink
🔖 : bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsunpei committed Jan 5, 2025
1 parent 72dc996 commit b4dc4bd
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package react-scrollytelling





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package react-scrollytelling
Expand Down
8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package docs





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"version": "0.1.0"
"version": "0.1.1"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.0"
"version": "0.1.1"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package @react-scrollytelling/core





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package @react-scrollytelling/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scrollytelling/core",
"version": "0.1.0",
"version": "0.1.1",
"description": "> TODO: description",
"author": "@hsunpei",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/grouped/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package @react-scrollytelling/grouped





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package @react-scrollytelling/grouped
Expand Down
2 changes: 1 addition & 1 deletion packages/grouped/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scrollytelling/grouped",
"version": "0.1.0",
"version": "0.1.1",
"description": "> TODO: description",
"author": "@hsunpei",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package @react-scrollytelling/layout





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package @react-scrollytelling/layout
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scrollytelling/layout",
"version": "0.1.0",
"version": "0.1.1",
"description": "> TODO: description",
"author": "@hsunpei",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-spring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package @react-scrollytelling/react-spring





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package @react-scrollytelling/react-spring
Expand Down
2 changes: 1 addition & 1 deletion packages/react-spring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scrollytelling/react-spring",
"version": "0.1.0",
"version": "0.1.1",
"description": "> TODO: description",
"author": "@hsunpei",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2025-01-05)

**Note:** Version bump only for package @react-scrollytelling/video





# 0.1.0 (2024-11-17)

**Note:** Version bump only for package @react-scrollytelling/video
Expand Down
2 changes: 1 addition & 1 deletion packages/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scrollytelling/video",
"version": "0.1.0",
"version": "0.1.1",
"description": "> TODO: description",
"author": "@hsunpei",
"license": "MIT",
Expand Down

0 comments on commit b4dc4bd

Please sign in to comment.