Skip to content

Commit 08b7eb9

Browse files
committed
chore: update the Vuex status in README
1 parent bc23c55 commit 08b7eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the Vue 3 compatible version of Vuex. The focus is compatibility, and it provides the exact same API as Vuex 3, so users can reuse their existing Vuex code with Vue 3.
44

5-
## Status: Beta
5+
## Status: RC
66

77
All Vuex 3 features work. There are a few breaking changes described in a later section, so please check them out. You can find basic usage with both option and Composition API in the `example` directory.
88

@@ -93,6 +93,6 @@ In Vuex 3, `createLogger` function was exported from `vuex/dist/logger` but it's
9393
import { createLogger } from 'vuex'
9494
```
9595

96-
## TODOs as of 4.0.0-beta.2
96+
## TODOs as of 4.0.0-rc.1
9797

9898
- Update docs

0 commit comments

Comments
 (0)