From 63a01dd8cd4218a185159adab0686b91cd8b0c2b Mon Sep 17 00:00:00 2001 From: zbeyens Date: Wed, 20 Mar 2024 17:44:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/tender-files-exist.md | 16 ++++++++++++++++ .github/workflows/ci-templates.yml | 2 +- .github/workflows/sync-templates.yml | 2 +- .../.github/workflows/build.yml | 4 ++-- .../plate-template/.github/workflows/build.yml | 4 ++-- 5 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .changeset/tender-files-exist.md diff --git a/.changeset/tender-files-exist.md b/.changeset/tender-files-exist.md new file mode 100644 index 0000000000..9ebf9b3798 --- /dev/null +++ b/.changeset/tender-files-exist.md @@ -0,0 +1,16 @@ +--- +"@udecode/plate-serializer-docx": minor +"@udecode/plate-serializer-html": minor +"@udecode/plate-serializer-csv": minor +"@udecode/plate-code-block": minor +"@udecode/plate-alignment": minor +"@udecode/plate-floating": minor +"@udecode/plate-caption": minor +"@udecode/plate-emoji": minor +"@udecode/utils": minor +"@udecode/plate-core": minor +"@udecode/plate-ui": minor +"@udecode/plate-yjs": minor +--- + +Updated minor dependencies diff --git a/.github/workflows/ci-templates.yml b/.github/workflows/ci-templates.yml index 70776c059a..1c67296b08 100644 --- a/.github/workflows/ci-templates.yml +++ b/.github/workflows/ci-templates.yml @@ -57,7 +57,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: 📥 Install - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: 🏗 Run build run: pnpm build diff --git a/.github/workflows/sync-templates.yml b/.github/workflows/sync-templates.yml index 580c744940..21c41d4428 100644 --- a/.github/workflows/sync-templates.yml +++ b/.github/workflows/sync-templates.yml @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: 📥 Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: 🏗 Run build run: pnpm build diff --git a/templates/plate-playground-template/.github/workflows/build.yml b/templates/plate-playground-template/.github/workflows/build.yml index 6398c69900..868e4ffdba 100644 --- a/templates/plate-playground-template/.github/workflows/build.yml +++ b/templates/plate-playground-template/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: "pnpm" + cache: 'pnpm' - name: Get pnpm store directory id: pnpm-cache @@ -47,7 +47,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile # Lint, typecheck, build - name: 🏗 Run build diff --git a/templates/plate-template/.github/workflows/build.yml b/templates/plate-template/.github/workflows/build.yml index 6398c69900..868e4ffdba 100644 --- a/templates/plate-template/.github/workflows/build.yml +++ b/templates/plate-template/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: "pnpm" + cache: 'pnpm' - name: Get pnpm store directory id: pnpm-cache @@ -47,7 +47,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile # Lint, typecheck, build - name: 🏗 Run build