Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 3, 2021
1 parent 977f74e commit 9665850
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.2](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-09-03)

### Features

- add typedoc ([b98e23d](https://github.com/posva/pinia/commit/b98e23d5588925c6a0094a92067a3cc5784e965d))

## 0.0.1 (2021-08-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.0.1",
"version": "0.0.2",
"description": "Nuxt Module for pinia",
"keywords": [
"vue",
Expand Down
13 changes: 13 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0-rc.7](https://github.com/posva/pinia/compare/[email protected]@2.0.0-rc.7) (2021-09-03)

### Bug Fixes

- **ssr:** properly hydrate setup stores ([4fbacfc](https://github.com/posva/pinia/commit/4fbacfcd87362515902e3f98fd53a51a39216b9f))

### Features

- add typedoc ([b98e23d](https://github.com/posva/pinia/commit/b98e23d5588925c6a0094a92067a3cc5784e965d))
- allow stores to be cross used ([cda3658](https://github.com/posva/pinia/commit/cda365875c599e9786ab3479d42e8e6b3bb0fc23))
- deprecate PiniaPlugin in favor of PiniaVuePlugin ([c0495c0](https://github.com/posva/pinia/commit/c0495c0fe5710894ff04009f1f136cfb4d9241c4))
- support TS 4.4 ([#656](https://github.com/posva/pinia/issues/656)) ([39b2e15](https://github.com/posva/pinia/commit/39b2e15c0a2782280bd0de44230d2f3dc624b3c6))

# [2.0.0-rc.6](https://github.com/posva/pinia/compare/[email protected]@2.0.0-rc.6) (2021-08-19)

Fix missing types.
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "dist/pinia.cjs.js",
"module": "dist/pinia.esm-bundler.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.3](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-09-03)

### Features

- add typedoc ([b98e23d](https://github.com/posva/pinia/commit/b98e23d5588925c6a0094a92067a3cc5784e965d))

## [0.0.2](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-08-19)

Small refactor with no effective changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/testing",
"version": "0.0.2",
"version": "0.0.3",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down

0 comments on commit 9665850

Please sign in to comment.