Skip to content

Commit 6adfb03

Browse files
committed
chore: remove next tag
1 parent 7272c95 commit 6adfb03

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Note: _This repository contains the code for `vuefire` and `vuexfire` packages:_
2929
[\@posva/vuefire-bundler]: packages/@posva/vuefire-bundler
3030
[\@posva/vuefire-core]: packages/@posva/vuefire-core
3131
[\@posva/vuefire-test-helpers]: packages/@posva/vuefire-test-helpers
32-
[vuefire-status]: https://badgen.net/npm/v/vuefire/next
33-
[vuexfire-status]: https://badgen.net/npm/v/vuexfire/next
32+
[vuefire-status]: https://badgen.net/npm/v/vuefire
33+
[vuexfire-status]: https://badgen.net/npm/v/vuexfire
3434
[@posva/vuefire-bundler-status]: https://badgen.net/npm/v/@posva/vuefire-bundler
3535
[@posva/vuefire-core-status]: https://badgen.net/npm/v/@posva/vuefire-core
3636
[@posva/vuefire-test-helpers-status]: https://badgen.net/npm/v/@posva/vuefire-test-helpers

packages/documentation/docs/vuefire/getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ Before using Vuefire, make sure you have a Firebase account and a project setup
77
In order to get started make sure to install the latest version of `vuefire` as well as `firebase`:
88

99
```sh
10-
yarn add vuefire@next firebase
10+
yarn add vuefire firebase
1111
# or
12-
npm install vuefire@next firebase
12+
npm install vuefire firebase
1313
```
1414

1515
:::warning
1616

17-
- Make sure you are installing the `next` tag, otherwise, you will be installing v1 of Vuefire which does not support Cloud Firestore.
1817
- Vuefire requires Firebase JS SDK >= 4.
1918

2019
:::

packages/documentation/docs/vuexfire/getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ Before using Vuexfire, make sure you have a Firebase account and a project setup
77
In order to get started make sure to install the latest version of `vuexfire` as well as `firebase`:
88

99
```sh
10-
yarn add vuexfire@next firebase
10+
yarn add vuexfire firebase
1111
# or
12-
npm install vuexfire@next firebase
12+
npm install vuexfire firebase
1313
```
1414

1515
:::warning
1616

17-
- Make sure you are installing the `next` tag, otherwise, you will be installing v2 of Vuexfire which does not support Cloud Firestore.
1817
- Vuexfire requires Firebase JS SDK >= 4.
1918

2019
:::

packages/vuefire/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vuefire [![Build Status](https://badgen.net/circleci/github/vuejs/vuefire)](https://circleci.com/gh/vuejs/vuefire) [![npm package](https://badgen.net/npm/v/vuefire/next)](https://www.npmjs.com/package/vuefire) [![coverage](https://badgen.net/codecov/c/github/vuejs/vuefire)](https://codecov.io/github/vuejs/vuefire)
1+
# Vuefire [![Build Status](https://badgen.net/circleci/github/vuejs/vuefire)](https://circleci.com/gh/vuejs/vuefire) [![npm package](https://badgen.net/npm/v/vuefire)](https://www.npmjs.com/package/vuefire) [![coverage](https://badgen.net/codecov/c/github/vuejs/vuefire)](https://codecov.io/github/vuejs/vuefire)
22

33
> Vue.js bindings for Firebase Cloud Firestore and the Realtime Database
44
@@ -16,8 +16,6 @@ yarn add firebase vuefire
1616
npm i firebase vuefire
1717
```
1818

19-
<!-- TODO remove next when releasing v2 -->
20-
2119
## Usage
2220

2321
_Make sure to check the documentation for full usage instructions and tips_

packages/vuexfire/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vuexfire [![Build Status](https://badgen.net/circleci/github/vuejs/vuefire)](https://circleci.com/gh/vuejs/vuefire) [![npm package](https://badgen.net/npm/v/vuexfire/next)](https://www.npmjs.com/package/vuexfire) [![coverage](https://badgen.net/codecov/c/github/vuejs/vuefire)](https://codecov.io/github/vuejs/vuefire)
1+
# Vuexfire [![Build Status](https://badgen.net/circleci/github/vuejs/vuefire)](https://circleci.com/gh/vuejs/vuefire) [![npm package](https://badgen.net/npm/v/vuexfire)](https://www.npmjs.com/package/vuexfire) [![coverage](https://badgen.net/codecov/c/github/vuejs/vuefire)](https://codecov.io/github/vuejs/vuefire)
22

33
> SSR ready Firebase binding for [Vuex](https://github.com/vuejs/vuex)
44

0 commit comments

Comments
 (0)