Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Rudolph committed Jul 6, 2020
1 parent 99edefe commit 3b5c0c0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.1](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/compare/v2.0.0...v2.0.1) (2020-07-06)


### Bug Fixes

* **vue-renderer:** pass href to router-link ([99edefe](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/commit/99edefe5f371c907b536d7c620c599cd932599ea))



# [2.0.0](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/compare/v2.0.0-alpha.2...v2.0.0) (2020-07-06)


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": "2.0.0",
"version": "2.0.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/storyblok-rich-text-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marvr/storyblok-rich-text-types",
"version": "2.0.0",
"version": "2.0.1",
"description": "Type definitions for Storyblok's rich-text",
"keywords": [
"rich-text",
Expand Down
4 changes: 2 additions & 2 deletions packages/storyblok-rich-text-vue-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marvr/storyblok-rich-text-vue-renderer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Vue.js plugin for Storyblok's rich-text renderer",
"keywords": [
"rich-text",
Expand All @@ -27,7 +27,7 @@
"build": "tsc"
},
"dependencies": {
"@marvr/storyblok-rich-text-types": "2.0.0"
"@marvr/storyblok-rich-text-types": "2.0.1"
},
"devDependencies": {
"serve": "^11.3.2"
Expand Down

0 comments on commit 3b5c0c0

Please sign in to comment.