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

Commit

Permalink
feat: bump major version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: implement new APIs to align with JS and React SDKs
  • Loading branch information
schabibi1 committed Jun 7, 2022
1 parent d155898 commit 65ad22f
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 292 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ function BlogPost({ data }) {
const image = getImage(data.file)
return (
<section>
<h2>{data.blogPost.title}</h2>
<GatsbyImage image={image} />
</section>
)
Expand Down
144 changes: 0 additions & 144 deletions lib/cypress/component/index.spec.jsx

This file was deleted.

5 changes: 0 additions & 5 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"name": "gatsby-source-storyblok",
"contributors": [
{
"name": "Alexander Feiglstorfer <[email protected]>"
}
],
"version": "4.0.0",
"description": "SDK to integrate Storyblok into your project using Gatsby.",
"main": "./dist/gatsby-source-storyblok.js",
Expand Down
24 changes: 0 additions & 24 deletions lib/testing-components/TestUseStoryblok.jsx

This file was deleted.

15 changes: 0 additions & 15 deletions playground-test/components/feature.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions playground-test/components/grid.jsx

This file was deleted.

16 changes: 0 additions & 16 deletions playground-test/components/page.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions playground-test/components/teaser.jsx

This file was deleted.

15 changes: 0 additions & 15 deletions playground/components/feature.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions playground/components/grid.jsx

This file was deleted.

16 changes: 0 additions & 16 deletions playground/components/page.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions playground/components/teaser.jsx

This file was deleted.

0 comments on commit 65ad22f

Please sign in to comment.