From d7b764b05c2fff1911c9af0b778dac5136a45f84 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharov Date: Mon, 17 Jun 2024 17:46:24 +0400 Subject: [PATCH] =?UTF-8?q?v7.0.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- packages/rescript-schema-ppx/package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a7f47fd..0ec60728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: rescript-schema-ppx - path: packages/rescript-schema-ppx/rescript-schema-ppx-7.0.0.tgz + path: packages/rescript-schema-ppx/rescript-schema-ppx-7.0.1.tgz benchmark: name: Benchmark diff --git a/packages/rescript-schema-ppx/package.json b/packages/rescript-schema-ppx/package.json index ed31937d..2f0f5b49 100644 --- a/packages/rescript-schema-ppx/package.json +++ b/packages/rescript-schema-ppx/package.json @@ -1,6 +1,6 @@ { "name": "rescript-schema-ppx", - "version": "7.0.0", + "version": "7.0.1", "description": "ReScript PPX to generate rescript-schema from type", "keywords": [ "ReScript", @@ -31,6 +31,6 @@ "postinstall": "node ./install.cjs" }, "peerDependencies": { - "rescript-schema": "7.0.0" + "rescript-schema": "7.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 387fed5b..d675cfdc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,8 +75,8 @@ importers: packages/rescript-schema-ppx: dependencies: rescript-schema: - specifier: 7.0.0 - version: 7.0.0(rescript@11.1.0) + specifier: 7.0.1 + version: 7.0.1(rescript@11.1.0) packages/tests: {} @@ -769,8 +769,8 @@ packages: rescript-nodejs@16.1.0: resolution: {integrity: sha512-RyXGIEsb8UhuShf5PwKcTkYNPz+cPQ0CZq74lbYCbCa5YFidbmiIWpQhCMtpsgP1PkLClhKGDkfZfmwwNOil4Q==} - rescript-schema@7.0.0: - resolution: {integrity: sha512-+Bl/6/dsLNtTb+omn+btvxqrMxhYQ14eRKd1ufs0P8E29y3aP3SlRoLhBSHuOD7SND/E+ZidTwyTCCnd6XfEag==} + rescript-schema@7.0.1: + resolution: {integrity: sha512-iCcYsHO8owjlB5uWQ50tXQnMBwsNlsOUAPNGJ8tUxPn8bhq3TIVJLTAnnRDJxHuSZj7fj4nXltCjj2pr606tSA==} peerDependencies: rescript: 11.x @@ -1649,7 +1649,7 @@ snapshots: rescript-nodejs@16.1.0: {} - rescript-schema@7.0.0(rescript@11.1.0): + rescript-schema@7.0.1(rescript@11.1.0): dependencies: rescript: 11.1.0