From 6a11dc518af74d68a9459879769f27e8186a58e5 Mon Sep 17 00:00:00 2001 From: ilbrando Date: Thu, 20 Jun 2024 10:16:32 +0200 Subject: [PATCH] Release 1 (#3) * Set versions to 1.0.0 * Rush change * Revert "Rush change" This reverts commit 876bb16c6a6faf32c6a23db476e5062413f3b2d1. * Set versions to 0.0.0 * rush change * Release 1 --- .github/workflows/release.yml | 15 +++++++++++++++ .../eslint-plugin/release-1_2024-06-19-16-05.json | 10 ++++++++++ .../release-1_2024-06-19-16-05.json | 10 ++++++++++ .../release-1_2024-06-19-16-05.json | 10 ++++++++++ .../simple-form/release-1_2024-06-19-16-05.json | 10 ++++++++++ .../utils/release-1_2024-06-19-16-05.json | 10 ++++++++++ packages/simple-form-joy/package.json | 2 +- packages/simple-form-material-ui/package.json | 2 +- packages/simple-form/package.json | 2 +- packages/utils/package.json | 2 +- tools/eslint-plugin/package.json | 2 +- 11 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/release.yml create mode 100644 common/changes/@ilbrando/eslint-plugin/release-1_2024-06-19-16-05.json create mode 100644 common/changes/@ilbrando/simple-form-joy/release-1_2024-06-19-16-05.json create mode 100644 common/changes/@ilbrando/simple-form-material-ui/release-1_2024-06-19-16-05.json create mode 100644 common/changes/@ilbrando/simple-form/release-1_2024-06-19-16-05.json create mode 100644 common/changes/@ilbrando/utils/release-1_2024-06-19-16-05.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..8600d95 --- /dev/null +++ b/.github/workflows/release.yml @@ -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}} diff --git a/common/changes/@ilbrando/eslint-plugin/release-1_2024-06-19-16-05.json b/common/changes/@ilbrando/eslint-plugin/release-1_2024-06-19-16-05.json new file mode 100644 index 0000000..4318ea9 --- /dev/null +++ b/common/changes/@ilbrando/eslint-plugin/release-1_2024-06-19-16-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@ilbrando/eslint-plugin", + "comment": "First release", + "type": "major" + } + ], + "packageName": "@ilbrando/eslint-plugin" +} \ No newline at end of file diff --git a/common/changes/@ilbrando/simple-form-joy/release-1_2024-06-19-16-05.json b/common/changes/@ilbrando/simple-form-joy/release-1_2024-06-19-16-05.json new file mode 100644 index 0000000..c9081e6 --- /dev/null +++ b/common/changes/@ilbrando/simple-form-joy/release-1_2024-06-19-16-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@ilbrando/simple-form-joy", + "comment": "First release", + "type": "major" + } + ], + "packageName": "@ilbrando/simple-form-joy" +} \ No newline at end of file diff --git a/common/changes/@ilbrando/simple-form-material-ui/release-1_2024-06-19-16-05.json b/common/changes/@ilbrando/simple-form-material-ui/release-1_2024-06-19-16-05.json new file mode 100644 index 0000000..0b0ac08 --- /dev/null +++ b/common/changes/@ilbrando/simple-form-material-ui/release-1_2024-06-19-16-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@ilbrando/simple-form-material-ui", + "comment": "First release", + "type": "major" + } + ], + "packageName": "@ilbrando/simple-form-material-ui" +} \ No newline at end of file diff --git a/common/changes/@ilbrando/simple-form/release-1_2024-06-19-16-05.json b/common/changes/@ilbrando/simple-form/release-1_2024-06-19-16-05.json new file mode 100644 index 0000000..3ca76dd --- /dev/null +++ b/common/changes/@ilbrando/simple-form/release-1_2024-06-19-16-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@ilbrando/simple-form", + "comment": "First release", + "type": "major" + } + ], + "packageName": "@ilbrando/simple-form" +} \ No newline at end of file diff --git a/common/changes/@ilbrando/utils/release-1_2024-06-19-16-05.json b/common/changes/@ilbrando/utils/release-1_2024-06-19-16-05.json new file mode 100644 index 0000000..e327142 --- /dev/null +++ b/common/changes/@ilbrando/utils/release-1_2024-06-19-16-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@ilbrando/utils", + "comment": "First release", + "type": "major" + } + ], + "packageName": "@ilbrando/utils" +} \ No newline at end of file diff --git a/packages/simple-form-joy/package.json b/packages/simple-form-joy/package.json index de0260b..19b960e 100644 --- a/packages/simple-form-joy/package.json +++ b/packages/simple-form-joy/package.json @@ -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": { diff --git a/packages/simple-form-material-ui/package.json b/packages/simple-form-material-ui/package.json index d3d0302..cc788ea 100644 --- a/packages/simple-form-material-ui/package.json +++ b/packages/simple-form-material-ui/package.json @@ -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": { diff --git a/packages/simple-form/package.json b/packages/simple-form/package.json index 542caaa..2068358 100644 --- a/packages/simple-form/package.json +++ b/packages/simple-form/package.json @@ -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": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 71ad2bb..8e45ceb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/utils", - "version": "1.0.0-rc1", + "version": "0.0.0", "description": "General typescript utilities", "license": "MIT", "author": { diff --git a/tools/eslint-plugin/package.json b/tools/eslint-plugin/package.json index 708e9c1..77bf83b 100644 --- a/tools/eslint-plugin/package.json +++ b/tools/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ilbrando/eslint-plugin", - "version": "1.0.0-rc1", + "version": "0.0.0", "description": "ES lint rules", "license": "MIT", "author": {