Skip to content

Commit

Permalink
🔖 : bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsunpei committed Nov 17, 2024
1 parent 0257955 commit b05a5cb
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
nodeLinker: node-modules
npmScopes:
'hsunpei':
npmAlwaysAuth: true
npmAuthToken: '${GITHUB_TOKEN}'
npmRegistryServer: 'https://npm.pkg.github.com'
'@react-scrollytelling':
npmAlwaysAuth: true
npmAuthToken: '${NPM_TOKEN}'
npmRegistryServer: 'https://registry.npmjs.org'
npmRegistries:
'https://npm.pkg.github.com/':
npmAuthToken: '${GITHUB_TOKEN}'
'https://registry.npmjs.org/':
npmAuthToken: '${NPM_TOKEN}'
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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package react-scrollytelling
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To develop

Copy `.env.example` to `.env` and set up the variables.

```bash
yarn dev
```
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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package docs
2 changes: 1 addition & 1 deletion apps/docs/components/grouped/ActiveSectionInfoSpring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ActiveSectionInfoSpring = () => {
<div>
<div className="w-full rounded-full bg-gray-200 dark:bg-gray-700">
<animated.div
className="min-w-20 rounded-full bg-blue-600 p-0.5 text-center text-xs font-medium leading-none text-blue-100"
className="mt-2 min-w-20 rounded-full bg-blue-600 p-0.5 text-center text-xs font-medium leading-none text-blue-100"
style={{
width: scrolledRatioSpring.to((val) => {
return `${Math.round(val * 10000) / 100}%`;
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.0.1"
"version": "0.1.0"
}
Empty file added apps/docs/pages/parallax.mdx
Empty file.
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.0.1"
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@commitlint/cli": "^17.6.6",
"@hsunpei/commitlint-config": "^0.1.0",
"@hsunpei/eslint-config": "^0.0.8",
"@hsunpei/prettier-config": "^1.0.2",
"@hsunpei/prettier-config": "^1.0.1",
"@hsunpei/stylelint-config": "^0.1.6",
"@hsunpei/typescript-config": "^1.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package @react-scrollytelling/core
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.0.1",
"version": "0.1.0",
"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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package @react-scrollytelling/grouped
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.0.1",
"version": "0.1.0",
"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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package @react-scrollytelling/core
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.0.1",
"version": "0.1.0",
"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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package @react-scrollytelling/core
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.0.1",
"version": "0.1.0",
"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.0 (2024-11-17)

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





## 0.0.1 (2024-09-29)

**Note:** Version bump only for package @react-scrollytelling/grouped
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.0.1",
"version": "0.1.0",
"description": "> TODO: description",
"author": "@hsunpei",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2257,10 +2257,10 @@ __metadata:
languageName: node
linkType: hard

"@hsunpei/prettier-config@npm:^1.0.2":
version: 1.0.2
resolution: "@hsunpei/prettier-config@npm:1.0.2::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40hsunpei%2Fprettier-config%2F1.0.2%2F8071d9335bc954ada59835a7f0528a895a2d5c5c"
checksum: 19358e9af4d868b73360a32928f4b338440de261c6e1ff738a585544dd7a760e40223e0db5e561bc5bc658f0f60b6fb378b34ed46df3b94e211cb021d57946ec
"@hsunpei/prettier-config@npm:^1.0.1":
version: 1.0.1
resolution: "@hsunpei/prettier-config@npm:1.0.1"
checksum: 51472d94956e95fb4063df7b8199d7c9ef00627e98f6d8868f392bca6dbccf8896df967a22542dccf31dc851b8d02c64d5d5a67bd6568085d6c7a46bf63ee802
languageName: node
linkType: hard

Expand Down Expand Up @@ -15288,7 +15288,7 @@ __metadata:
"@commitlint/cli": ^17.6.6
"@hsunpei/commitlint-config": ^0.1.0
"@hsunpei/eslint-config": ^0.0.8
"@hsunpei/prettier-config": ^1.0.2
"@hsunpei/prettier-config": ^1.0.1
"@hsunpei/stylelint-config": ^0.1.6
"@hsunpei/typescript-config": ^1.0.7
"@rollup/plugin-node-resolve": ^15.2.3
Expand Down

0 comments on commit b05a5cb

Please sign in to comment.