Skip to content

Commit d780539

Browse files
committed
Ppx 8.3.0
1 parent c4d43cb commit d780539

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
uses: actions/upload-artifact@v3
250250
with:
251251
name: rescript-schema-ppx
252-
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.2.tgz
252+
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.3.0.tgz
253253

254254
benchmark:
255255
name: Benchmark

packages/rescript-schema-ppx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-schema-ppx",
3-
"version": "8.2.2",
3+
"version": "8.3.0",
44
"description": "ReScript PPX to generate rescript-schema from type",
55
"keywords": [
66
"ReScript",
@@ -32,6 +32,6 @@
3232
"postinstall": "node ./install.cjs"
3333
},
3434
"peerDependencies": {
35-
"rescript-schema": "8.0.x || 8.1.x || 8.2.x"
35+
"rescript-schema": "8.3.x"
3636
}
3737
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)