From 32cef4e0f40cd04007a836757b74ad1b82f6815d Mon Sep 17 00:00:00 2001 From: Elad Rosenheim Date: Mon, 8 Aug 2022 17:58:21 +0300 Subject: [PATCH] Add examples & bump version --- config.js | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 9a92bdc..0433afd 100644 --- a/config.js +++ b/config.js @@ -29,10 +29,14 @@ const examples = { repoUrl: "https://github.com/stackbit-themes/stackbit-examples", directories: [ "algolia-search", - "chakra-next", - "dynamic-app", - "tutorial-contentful", + "angular-contentful", + "chakra-ui", + "cloudinary-contentful", "hydrogen-contentful-demo-store", + "ninetailed-personalization", + "onboarding-webapp", + "sveltekit-contentful", + "tutorial-contentful", ], }; diff --git a/package.json b/package.json index 630333a..6a31974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-stackbit-app", - "version": "0.1.6", + "version": "0.1.7", "description": "Create a new Stackbit site, or add Stackbit to an existing site.", "main": "index.js", "scripts": {