Skip to content

Commit

Permalink
feat: upgrade to storyblok/js 1.7.0 and re-export renderRichText
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Jul 25, 2022
1 parent 3a63ba0 commit 99774c9
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 60 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const useStoryblokApi = (): StoryblokClient => {
return storyblokApiInstance;
};

export { useStoryblokBridge, apiPlugin } from "@storyblok/js";
export { useStoryblokBridge, apiPlugin, renderRichText } from "@storyblok/js";
import StoryblokComponent from "./StoryblokComponent.vue";
export { default as StoryblokComponent } from "./StoryblokComponent.vue";

Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build && cp ../README.md ./"
},
"dependencies": {
"@storyblok/js": "^1.6.1"
"@storyblok/js": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
Expand Down
120 changes: 62 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99774c9

Please sign in to comment.