Skip to content

Commit 0910d12

Browse files
authored
Merge pull request #17 from stackbit/add-frameworks-and-integrations
Add examples & bump version
2 parents bf2b7df + 32cef4e commit 0910d12

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ const examples = {
2929
repoUrl: "https://github.com/stackbit-themes/stackbit-examples",
3030
directories: [
3131
"algolia-search",
32-
"chakra-next",
33-
"dynamic-app",
34-
"tutorial-contentful",
32+
"angular-contentful",
33+
"chakra-ui",
34+
"cloudinary-contentful",
3535
"hydrogen-contentful-demo-store",
36+
"ninetailed-personalization",
37+
"onboarding-webapp",
38+
"sveltekit-contentful",
39+
"tutorial-contentful",
3640
],
3741
};
3842

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stackbit-app",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Create a new Stackbit site, or add Stackbit to an existing site.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)