Skip to content

Commit a2f9b63

Browse files
committed
[chuchi] Publish v0.1.5
- components in Router and Route are now generics
1 parent 634fa9f commit a2f9b63

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
echo "Publishing package from ${PACKAGE_FOLDER} with version ${VERSION}"
7474
npm publish --provenance
7575
76-
# - name: Publish to JSR
77-
# run: |
78-
# cd ${PACKAGE_FOLDER} # Navigate to the correct package folder
79-
# echo "Publishing to JSR for package ${PACKAGE_SHORT_NAME}"
80-
# npx jsr publish
76+
- name: Publish to JSR
77+
run: |
78+
cd ${PACKAGE_FOLDER} # Navigate to the correct package folder
79+
echo "Publishing to JSR for package ${PACKAGE_SHORT_NAME}"
80+
npx jsr publish

chuchi/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chuchi/chuchi",
3-
"version": "0.1.0",
3+
"version": "0.1.5",
44
"license": "MIT or Apache-2.0",
55
"exports": {
66
".": "./src/index.ts",

chuchi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chuchi",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"author": "Sören Meier <[email protected]>",
55
"type": "module",
66
"scripts": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)