Skip to content

Commit cbfa90b

Browse files
committed
chore: release v0.1.20
1 parent 066fab8 commit cbfa90b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [0.1.20](https://github.com/danielroe/nuxt-typed-vuex/compare/[email protected]) (2020-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* move @nuxt/types and vuex to peerDeps ([4d6029e](https://github.com/danielroe/nuxt-typed-vuex/commit/4d6029ea582cc055010612b8427b4ae12fcd4fac))
7+
* state lazy evaluation in accessor ([#75](https://github.com/danielroe/nuxt-typed-vuex/issues/75)) ([bae68f5](https://github.com/danielroe/nuxt-typed-vuex/commit/bae68f59dfd7f05511469569943a56a15583b9b9))
8+
19
# Changelog
210

311
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"workspaces": [
55
"packages/*"
66
],

packages/nuxt-typed-vuex/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-typed-vuex",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "A typed store accessor for Nuxt.",
55
"repository": "danielroe/nuxt-typed-vuex",
66
"license": "MIT",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"normalize-path": "^3.0.0",
48-
"typed-vuex": "0.1.19"
48+
"typed-vuex": "0.1.20"
4949
},
5050
"peerDependencies": {
5151
"@nuxt/types": "^2.0.0"

packages/typed-vuex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-vuex",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "A typed store accessor for Vuex.",
55
"repository": "danielroe/nuxt-typed-vuex",
66
"license": "MIT",

0 commit comments

Comments
 (0)