Skip to content

Commit

Permalink
Merge pull request #32 from jcam1/develop
Browse files Browse the repository at this point in the history
Release 2024-08-26 13:27:58 +0900
  • Loading branch information
SeiyaKobayashi authored Aug 26, 2024
2 parents 354fe41 + 2fccc52 commit 03917da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: static checks

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
types: [opened, synchronize, reopened, closed]

jobs:
detect-changes:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: publish packages to npm registry

on:
push:
pull_request:
branches:
- main
types: [closed]
paths:
- 'packages/core/**'
- 'packages/v1/**'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"repository": "https://github.com/jcam1/sdks.git",
"license": "MIT",
"version": "1.0.0",
"version": "1.1.0",
"engines": {
"node": "^20.12.0",
"yarn": "^1.22.22"
Expand Down
1 change: 1 addition & 0 deletions packages/core/README-ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# JPYC Core SDK
1 change: 1 addition & 0 deletions packages/v1/README-ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# JPYC V1 SDK

0 comments on commit 03917da

Please sign in to comment.