Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Rudolph committed Jul 6, 2020
1 parent a71a90f commit 2c5b2ac
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](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/compare/v2.0.0-alpha.2...v2.0.0) (2020-07-06)


### Bug Fixes

* correct import of `createElement`/`h` ([6037909](https://github.com/MarvinRudolph/storyblok-rich-text-renderer/commit/60379097710e86870adfe357661178b4e695d2b5))



# [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)


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

0 comments on commit 2c5b2ac

Please sign in to comment.