Skip to content

Commit 1085d57

Browse files
Merge pull request #42 from jcam1/develop
Release 2024-08-26 22:24:31 +0900
2 parents 505da9c + 1f64066 commit 1085d57

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v4
8484
- uses: ./.github/actions/install-dependencies
85+
- name: Build package
86+
run: yarn run compile
8587
- uses: ./.github/actions/publish-package
8688
with:
8789
working-directory: ./packages/core

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"repository": "https://github.com/jcam1/sdks.git",
99
"license": "MIT",
10-
"version": "1.4.0",
10+
"version": "1.5.0",
1111
"engines": {
1212
"node": "^20.12.0",
1313
"yarn": "^1.22.22"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Core SDK for JPYC protocol",
44
"repository": "https://github.com/jcam1/sdks.git",
55
"license": "MIT",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)