Skip to content

Commit

Permalink
chore: release v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 2, 2020
1 parent 066fab8 commit cbfa90b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.1.20](https://github.com/danielroe/nuxt-typed-vuex/compare/[email protected]) (2020-08-02)


### Bug Fixes

* move @nuxt/types and vuex to peerDeps ([4d6029e](https://github.com/danielroe/nuxt-typed-vuex/commit/4d6029ea582cc055010612b8427b4ae12fcd4fac))
* 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))

# Changelog

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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.1.19",
"version": "0.1.20",
"workspaces": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-typed-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typed-vuex",
"version": "0.1.19",
"version": "0.1.20",
"description": "A typed store accessor for Nuxt.",
"repository": "danielroe/nuxt-typed-vuex",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"normalize-path": "^3.0.0",
"typed-vuex": "0.1.19"
"typed-vuex": "0.1.20"
},
"peerDependencies": {
"@nuxt/types": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-vuex",
"version": "0.1.19",
"version": "0.1.20",
"description": "A typed store accessor for Vuex.",
"repository": "danielroe/nuxt-typed-vuex",
"license": "MIT",
Expand Down

1 comment on commit cbfa90b

@vercel
Copy link

@vercel vercel bot commented on cbfa90b Aug 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.