Skip to content

Commit

Permalink
chore(react,remix,next,vue): improve package.json descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyleen77 committed Mar 2, 2025
1 parent 87cb2ef commit 0fad27f
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/vue/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Now you are ready to use BProgress in your Vue application!
The `@bprogress/vue` package is a **utility** that lets you easily manage a progress bar, while remaining flexible with regard to the router you're using. **It doesn't automatically start the progress bar when browsing**, so you'll have to manage this logic yourself, unless you're using one of the integrations below.
</Callout>

## React Frameworks Integrations
## Vue Frameworks Integrations

<Cards>
<Card title="Soon..." icon={<HiDotsHorizontal />}>
Expand Down
6 changes: 6 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bprogress/next

## 3.2.4

### Patch Changes

- chore: improve `package.json` description

## 3.2.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@bprogress/next",
"version": "3.2.3",
"version": "3.2.4",
"type": "module",
"description": "Progress bar for Next.js compatible with new app directory",
"description": "NProgress bar like for Next.js compatible with new app directory",
"repository": {
"type": "git",
"url": "https://github.com/Skyleen77/bprogress/tree/main/packages/next"
Expand Down Expand Up @@ -72,6 +72,6 @@
},
"dependencies": {
"@bprogress/core": "^1.2.3",
"@bprogress/react": "^1.1.7"
"@bprogress/react": "^1.1.8"
}
}
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bprogress/react

## 1.1.8

### Patch Changes

- chore: improve `package.json` description

## 1.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@bprogress/react",
"version": "1.1.7",
"version": "1.1.8",
"type": "module",
"description": "Utility to create your own progress bar with React",
"description": "Utility to create your own NProgress bar like with React",
"repository": {
"type": "git",
"url": "https://github.com/Skyleen77/bprogress/tree/main/packages/react"
Expand Down
6 changes: 6 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bprogress/remix

## 1.0.10

### Patch Changes

- chore: improve `package.json` description

## 1.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bprogress/remix",
"version": "1.0.9",
"description": "Progress bar for Remix",
"version": "1.0.10",
"description": "NProgress bar like for Remix",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,6 +59,6 @@
},
"dependencies": {
"@bprogress/core": "^1.2.3",
"@bprogress/react": "^1.1.7"
"@bprogress/react": "^1.1.8"
}
}
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bprogress/vue

## 1.0.1

### Patch Changes

- chore: improve `package.json` description

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@bprogress/vue",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Utility to create your own progress bar with Vue",
"description": "Utility to create your own NProgress bar like with Vue",
"repository": {
"type": "git",
"url": "https://github.com/Skyleen77/bprogress/tree/main/packages/vue"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fad27f

Please sign in to comment.