From c8e51f0c70bd173610d2f56bccd60bda568becdc Mon Sep 17 00:00:00 2001 From: Elad Rosenheim Date: Mon, 17 Apr 2023 09:48:37 +0300 Subject: [PATCH 1/3] Update config.js --- config.js | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/config.js b/config.js index e57da94..e47b2d2 100644 --- a/config.js +++ b/config.js @@ -11,18 +11,6 @@ const starters = [ name: 'contentful', repoUrl: 'https://github.com/stackbit-themes/nextjs-contentful-starter', }, - { - name: 'full-nextjs', - repoUrl: 'https://github.com/stackbit-themes/starter-nextjs-theme', - }, - { - name: 'small-biz-nextjs', - repoUrl: 'https://github.com/stackbit-themes/small-business-nextjs-theme', - }, - { - name: 'personal-nextjs', - repoUrl: 'https://github.com/stackbit-themes/personal-nextjs-theme', - }, ]; const examples = { @@ -31,14 +19,20 @@ const examples = { 'airtable-content-source', 'algolia-search', 'angular-contentful', + 'auto-annotated-portfolio, 'chakra-ui', 'cloudinary-contentful', + 'cloudinary-unpic', 'contentlayer', 'documentation', + 'gatsby-contentful', 'hydrogen-contentful-demo-store', + 'i18n-nextjs-contentful', 'ninetailed-personalization', + 'nuxt3-preview', 'onboarding-webapp', 'sveltekit-contentful', + 'tutorial-gatsby-contentful', 'tutorial-html-contentful', 'tutorial-html-json', 'tutorial-nextjs-contentful', From d25afdda5fe101bd8fc9659d5e4dad36466fbbf1 Mon Sep 17 00:00:00 2001 From: Elad Rosenheim Date: Mon, 17 Apr 2023 09:51:45 +0300 Subject: [PATCH 2/3] Typo --- config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index e47b2d2..90907a2 100644 --- a/config.js +++ b/config.js @@ -19,7 +19,7 @@ const examples = { 'airtable-content-source', 'algolia-search', 'angular-contentful', - 'auto-annotated-portfolio, + 'auto-annotated-portfolio', 'chakra-ui', 'cloudinary-contentful', 'cloudinary-unpic', diff --git a/package.json b/package.json index 335860a..7868630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-stackbit-app", - "version": "0.1.14", + "version": "0.1.15", "description": "Create a new Stackbit site, or add Stackbit to an existing site.", "main": "index.js", "scripts": { From 0a15e78aba8ff832283e284d7f37ae0e4e98aed8 Mon Sep 17 00:00:00 2001 From: Sean C Davis Date: Mon, 17 Apr 2023 09:57:18 -0400 Subject: [PATCH 3/3] Bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4641e2..3905c52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-stackbit-app", - "version": "0.1.16", + "version": "0.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-stackbit-app", - "version": "0.1.16", + "version": "0.1.17", "license": "MIT", "dependencies": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index 5623320..585f50e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-stackbit-app", - "version": "0.1.16", + "version": "0.1.17", "description": "Create a new Stackbit site, or add Stackbit to an existing site.", "main": "index.js", "scripts": {