Skip to content

Commit 467ec6f

Browse files
committed
v3.0.0
1 parent 3adf277 commit 467ec6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
node-version: 16
2525
registry-url: https://registry.npmjs.org/
2626
- run: yarn && yarn build
27-
- run: npm publish --tag next
27+
- run: npm publish
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Want your logo here? [Sponsor me on GitHub](https://github.com/users/gilbitron/sponsorship)
44
55
# Laravel Vue Pagination
6-
A Vue.js pagination component for Laravel paginators that works with Bootstrap.
6+
A Vue.js pagination component for Laravel paginators.
77

88
## Requirements
99

@@ -14,9 +14,9 @@ A Vue.js pagination component for Laravel paginators that works with Bootstrap.
1414
## Install
1515

1616
```bash
17-
npm install laravel-vue-pagination@next
17+
npm install laravel-vue-pagination
1818
// or
19-
yarn add laravel-vue-pagination@next
19+
yarn add laravel-vue-pagination
2020
```
2121

2222
## Demo

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "laravel-vue-pagination",
3-
"version": "3.0.0-beta.1",
4-
"description": "Vue.js pagination component for Laravel paginators and Bootstrap styles",
3+
"version": "3.0.0",
4+
"description": "Vue.js pagination component for Laravel paginators",
55
"author": "Gilbert Pellegrom <[email protected]>",
66
"homepage": "https://github.com/gilbitron/laravel-vue-pagination",
77
"license": "MIT",

0 commit comments

Comments
 (0)