Skip to content

Commit

Permalink
Merge branch 'main' of github.com:prismicio/slice-machine into repeat…
Browse files Browse the repository at this point in the history
…able-link
  • Loading branch information
dani-mp committed Nov 29, 2024
2 parents 33adc27 + 07186ba commit be9aaa8
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/adapter-next",
"version": "0.3.57",
"version": "0.3.58",
"description": "Slice Machine adapter for Next.js.",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/adapter-nuxt",
"version": "0.3.57",
"version": "0.3.58",
"description": "Slice Machine adapter for Nuxt 3.",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-nuxt2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/adapter-nuxt2",
"version": "0.3.57",
"version": "0.3.58",
"description": "Slice Machine adapter for Nuxt 2.",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/adapter-sveltekit",
"version": "0.3.57",
"version": "0.3.58",
"description": "Slice Machine adapter for SvelteKit.",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/init",
"version": "2.10.14",
"version": "2.10.15",
"description": "Init Prismic Slice Machine in your project",
"keywords": [
"typescript",
Expand Down
7 changes: 5 additions & 2 deletions packages/init/src/SliceMachineInitProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,11 @@ ${chalk.cyan("?")} Your Prismic repository name`.replace("\n", ""),
const documentsRead = await this.readDocuments();

if (documentsRead !== undefined && documentsRead.documents.length > 0) {
// if there are documents to push,
// we assume it's a starter which has a master locale already set
// if there are documents to push, we assume it's a starter which
// has a master locale already set, and we only ensure the onboarding
// step is completed.
await this.completeOnboardingSteps("chooseLocale");

return;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/manager",
"version": "0.22.3",
"version": "0.22.4",
"description": "Manage all aspects of a Slice Machine project.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/plugin-kit",
"version": "0.4.57",
"version": "0.4.58",
"description": "A set of helpers to develop and run Slice Machine plugins",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/slice-machine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slice-machine-ui",
"version": "2.10.3",
"version": "2.10.4",
"license": "MIT",
"description": "A visual builder for your Slice Models with all the tools you need to generate data models and mock CMS content locally.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/start-slicemachine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "start-slicemachine",
"version": "0.12.37",
"version": "0.12.38",
"description": "Start Slice Machine from within a project.",
"repository": {
"type": "git",
Expand Down

0 comments on commit be9aaa8

Please sign in to comment.