Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasborawski committed Oct 19, 2021
1 parent 73ce4a0 commit 06a7711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/storyblok",
"version": "0.2.3",
"version": "0.3.0",
"description": "Storyblok CMS integration with Vue Storefront",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
3 changes: 2 additions & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ export interface ContentSearchParams {
token: string
cacheProvider: StoryblokCache
cache?: boolean
version?: 'draft' | 'published'
version?: Version
id?: string
url?: string
custom?: {} | CustomSearch
locale?: string
relations?: string
}
export type Version = 'draft' | 'published'
export interface CustomSearch {
field: string
value: string
Expand Down

0 comments on commit 06a7711

Please sign in to comment.