Skip to content

Commit

Permalink
release: v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Rudolph committed May 25, 2020
1 parent 80a7c8b commit 723fef1
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.0-alpha.2](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-05-25)


### Bug Fixes

* **types:** add email to LinkType ([8132590](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/commit/813259069aabcea5ba004fea2d5428bd940cd9c9))



# [2.0.0-alpha.1](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2020-05-25)


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-alpha.1",
"version": "2.0.0-alpha.2",
"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-alpha.1",
"version": "2.0.0-alpha.2",
"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-alpha.1",
"version": "2.0.0-alpha.2",
"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-alpha.1"
"@marvr/storyblok-rich-text-types": "2.0.0-alpha.2"
},
"devDependencies": {
"serve": "^11.3.1"
Expand Down

0 comments on commit 723fef1

Please sign in to comment.