Skip to content

Commit 2efc696

Browse files
committed
fix: input should use border box
1 parent f4d442d commit 2efc696

File tree

5 files changed

+15
-46
lines changed

5 files changed

+15
-46
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

.changeset/metal-bats-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@casual-ui/react": patch
3+
---
4+
5+
fix: input should have a border box

.github/workflows/publish-npm.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.N_TOKEN }}
36+
- name: Update docs site after publish is released
37+
if: steps.changesets.outputs.published == 'true'
38+
run: cd packages/docs && pnpm build && node deploy
39+
env:
40+
NODE_OPTIONS: '--max_old_space_size=4096'
41+
ALI_OSS_KEY_ID: ${{ secrets.ALI_OSS_KEY_ID }}
42+
ALI_OSS_KEY_SECRET: ${{ secrets.ALI_OSS_KEY_SECRET }}
43+
ALI_OSS_REGION: ${{ secrets.ALI_OSS_REGION }}

.github/workflows/update-docs-site.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)