Skip to content

Commit

Permalink
Merge pull request #27 from kurone-kito/fix-the-cicd-bugs
Browse files Browse the repository at this point in the history
v0.8.3: Maintenance
  • Loading branch information
kurone-kito authored Feb 9, 2025
2 parents dd90492 + f7a1f73 commit 1835a91
Show file tree
Hide file tree
Showing 299 changed files with 1,286 additions and 1,204 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Install the latest corepack explicitly
run: npm install --force -g corepack@latest
- name: Enable the corepack because of the pnpm
run: corepack enable
- name: Post-prepare the Node.js environment
Expand All @@ -66,7 +68,7 @@ jobs:
- env:
HUSKY: 0
name: Install the dependencies
run: corepack up
run: pnpm install --prefer-frozen-lockfile
- env:
BASE_PATH: /launchpad-icons
name: Run the build to generate the website
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
defaults:
run:
shell: ${{ matrix.platform.shell }}
env:
COREPACK_INTEGRITY_KEYS: 0
name: The build process for the NPM packages and the website
runs-on: ${{ matrix.platform.os }}
steps:
Expand All @@ -65,6 +67,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Install the latest corepack explicitly
run: npm install --force -g corepack@latest
- name: Enable the corepack because of the pnpm
run: corepack enable
- name: Post-prepare the Node.js environment
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Install the latest corepack explicitly
run: npm install --force -g corepack@latest
- name: Enable the corepack because of the pnpm
run: corepack enable
- name: Post-prepare the Node.js environment
Expand All @@ -42,6 +44,14 @@ jobs:
HUSKY: 0
name: Install the dependencies
run: pnpm install --prefer-frozen-lockfile
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Sets the token to deploying the NPM packages
run: |
cat << EOF > "${HOME}/.npmrc"
@kurone-kito:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Publish the packages
Expand Down
2 changes: 1 addition & 1 deletion Packages/black.kit.launchpadicons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "black.kit.launchpadicons",
"displayName": "LaunchPad Icons",
"version": "0.8.2",
"version": "0.8.3",
"description": "the icons VPM asset like the VRChat LaunchPad for the VRChat",
"keywords": [
"icons",
Expand Down
6 changes: 3 additions & 3 deletions nodePackages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/launchpad-icons-builder",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"description": "the builder for the LaunchPad icons NPM packages",
"keywords": [
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"chalk": "^5.4.1",
"prettier": "^3.3.3"
"prettier": "^3.5.0"
},
"devDependencies": {
"@kurone-kito/typescript-config": "^0.17.2",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"cpy-cli": "^5.0.0",
"rimraf": "^5.0.10",
"symlink-dir": "^6.0.4",
Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Avatars.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/BackReturn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Bell.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Bulb.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CameraFlash.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CameraReload.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Caution.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/ChangeMic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Check.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CheckCircle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CheckThin.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CircleCircle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CircleCross.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CircleHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CircleMinus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CirclePlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CircleSquare.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CircleStar.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Circleless.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Create.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Cross.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/CrossThin.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Document.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Down.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Envelope.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/EnvelopePlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/EnvelopeQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
2 changes: 1 addition & 1 deletion nodePackages/react/docs/functions/Expand.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### props

`SVGProps`\<`SVGSVGElement`\>
`SVGProps`

## Returns

Expand Down
Loading

0 comments on commit 1835a91

Please sign in to comment.