Skip to content

Commit 8b55754

Browse files
committed
Bump versions
1 parent cfbc800 commit 8b55754

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@ build_client = ['hatch run "src/build_scripts/build_js_client.py" {args}']
210210
build_app = ['hatch run "src/build_scripts/build_js_app.py" {args}']
211211
publish_event_to_object = [
212212
'hatch run javascript:build_event_to_object',
213-
# FIXME: using `bun pm pack` and `npm publish` to fix missing "Trusted Publishing" support in `bun publish`
214-
# Ref: https://github.com/oven-sh/bun/issues/15601
213+
# FIXME: This is a temporary workaround. We are using `bun pm pack`->`npm publish` to fix missing "Trusted Publishing" support in `bun publish`
214+
# See the following ticket https://github.com/oven-sh/bun/issues/15601
215215
'cd "src/js/packages/event-to-object" && bun pm pack --filename "packages/event-to-object/dist.tgz" && bunx npm@11.8.0 publish dist.tgz --provenance --access public',
216216
]
217217
publish_client = [
218218
'hatch run javascript:build_client',
219-
# FIXME: using `bun pm pack` and `npm publish` to fix missing "Trusted Publishing" support in `bun publish`
220-
# Ref: https://github.com/oven-sh/bun/issues/15601
219+
# FIXME: This is a temporary workaround. We are using `bun pm pack`->`npm publish` to fix missing "Trusted Publishing" support in `bun publish`
220+
# See the following ticket https://github.com/oven-sh/bun/issues/15601
221221
'cd "src/js/packages/@reactpy/client" && bun pm pack --filename "packages/@reactpy/client/dist.tgz" && bunx npm@11.8.0 publish dist.tgz --provenance --access public',
222222
]
223223

src/js/packages/@reactpy/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"checkTypes": "tsc --noEmit"
3737
},
3838
"type": "module",
39-
"version": "1.0.2"
39+
"version": "1.0.3"
4040
}

src/js/packages/event-to-object/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"checkTypes": "tsc --noEmit"
3737
},
3838
"type": "module",
39-
"version": "1.0.1"
39+
"version": "2.0.0"
4040
}

0 commit comments

Comments
 (0)