-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set versions to 1.0.0 * Rush change * Revert "Rush change" This reverts commit 876bb16. * Set versions to 0.0.0 * rush change * Release 1
- Loading branch information
Showing
11 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: CI | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 2 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 21 | ||
- name: Publish | ||
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token {{ secrets.NPMTOKEN}} |
10 changes: 10 additions & 0 deletions
10
common/changes/@ilbrando/eslint-plugin/release-1_2024-06-19-16-05.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@ilbrando/eslint-plugin", | ||
"comment": "First release", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@ilbrando/eslint-plugin" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@ilbrando/simple-form-joy/release-1_2024-06-19-16-05.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@ilbrando/simple-form-joy", | ||
"comment": "First release", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@ilbrando/simple-form-joy" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@ilbrando/simple-form-material-ui/release-1_2024-06-19-16-05.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@ilbrando/simple-form-material-ui", | ||
"comment": "First release", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@ilbrando/simple-form-material-ui" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@ilbrando/simple-form/release-1_2024-06-19-16-05.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@ilbrando/simple-form", | ||
"comment": "First release", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@ilbrando/simple-form" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@ilbrando/utils/release-1_2024-06-19-16-05.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@ilbrando/utils", | ||
"comment": "First release", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@ilbrando/utils" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters