Skip to content

Commit

Permalink
Release 1 (#3)
Browse files Browse the repository at this point in the history
* 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
ilbrando authored Jun 20, 2024
1 parent 797127a commit 6a11dc5
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
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}}
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"
}
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"
}
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"
}
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 common/changes/@ilbrando/utils/release-1_2024-06-19-16-05.json
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"
}
2 changes: 1 addition & 1 deletion packages/simple-form-joy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/simple-form-joy",
"version": "1.0.0-rc1",
"version": "0.0.0",
"description": "MUI joy components for @ilbrando/simple-form",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-form-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/simple-form-material-ui",
"version": "1.0.0-rc1",
"version": "0.0.0",
"description": "MUI material-ui components for @ilbrando/simple-form",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/simple-form",
"version": "1.0.0-rc1",
"version": "0.0.0",
"description": "Simple form tools for react",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/utils",
"version": "1.0.0-rc1",
"version": "0.0.0",
"description": "General typescript utilities",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/eslint-plugin",
"version": "1.0.0-rc1",
"version": "0.0.0",
"description": "ES lint rules",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 6a11dc5

Please sign in to comment.