diff --git a/.changeset/config.json b/.changeset/config.json index ab03c476..ca0072d8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -9,7 +9,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [], diff --git a/.changeset/eleven-cycles-shine.md b/.changeset/eleven-cycles-shine.md new file mode 100644 index 00000000..3ade7dd0 --- /dev/null +++ b/.changeset/eleven-cycles-shine.md @@ -0,0 +1,14 @@ +--- +'@aziontech/bundler-telemetry': major +'@aziontech/unenv-preset': major +'@aziontech/builder': major +'@aziontech/presets': major +'@aziontech/storage': major +'@aziontech/client': major +'@aziontech/config': major +'@aziontech/types': major +'@aziontech/utils': major +'@aziontech/sql': major +--- + +feat: first release diff --git a/.github/workflows/prereleases.yml b/.github/workflows/prereleases.yml index 7750db55..01e6e975 100644 --- a/.github/workflows/prereleases.yml +++ b/.github/workflows/prereleases.yml @@ -12,6 +12,8 @@ jobs: pull-requests: write name: Publish builder package runs-on: ubuntu-latest + # Skip PRs created by changesets/action (pattern: changeset-release/{branch}) + if: github.event_name != 'pull_request' || !startsWith(github.event.pull_request.head.ref, 'changeset-release/') steps: - name: Checkout Repo diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md deleted file mode 100644 index c0f31223..00000000 --- a/packages/builder/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# @aziontech/builder - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/unenv-preset@1.0.0 - - @aziontech/presets@1.0.0 - - @aziontech/config@1.0.0 - - @aziontech/types@1.0.0 - - @aziontech/utils@1.0.0 diff --git a/packages/builder/package.json b/packages/builder/package.json index 73b42b4e..9326d5a5 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -79,5 +79,10 @@ "tmp": "^0.2.5", "ts-jest": "^29.1.5", "ts-node": "^10.9.2" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/builder" } } diff --git a/packages/bundler-telemetry/CHANGELOG.md b/packages/bundler-telemetry/CHANGELOG.md deleted file mode 100644 index e86d3f7e..00000000 --- a/packages/bundler-telemetry/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @aziontech/bundler-telemetry - -## 1.0.0 - -### Major Changes - -- [#414](https://github.com/aziontech/lib/pull/414) [`d40558b`](https://github.com/aziontech/lib/commit/d40558be960e356833920442375e70da0fd00fd8) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - feat: add pck bundler-telemetry diff --git a/packages/bundler-telemetry/package.json b/packages/bundler-telemetry/package.json index a3b902c8..927ba47f 100644 --- a/packages/bundler-telemetry/package.json +++ b/packages/bundler-telemetry/package.json @@ -35,5 +35,10 @@ "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/bundler-telemetry" } } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md deleted file mode 100644 index 66f1c05d..00000000 --- a/packages/client/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# @aziontech/client - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/config@1.0.0 - - @aziontech/types@1.0.0 - - @aziontech/sql@1.0.0 - - @aziontech/storage@1.0.0 diff --git a/packages/client/package.json b/packages/client/package.json index 8e4d2da7..a90c4887 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -36,5 +36,10 @@ }, "devDependencies": { "@aziontech/vite-config": "workspace:^" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/client" } } diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md deleted file mode 100644 index 181625c5..00000000 --- a/packages/config/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# @aziontech/config - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/types@1.0.0 diff --git a/packages/config/package.json b/packages/config/package.json index 9f81e9bf..4f8d6904 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -53,5 +53,10 @@ "ts-jest": "^29.1.5", "ts-node": "^10.9.2", "webpack": "^5.97.1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/config" } } diff --git a/packages/presets/CHANGELOG.md b/packages/presets/CHANGELOG.md deleted file mode 100644 index 75ad9221..00000000 --- a/packages/presets/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# @aziontech/presets - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/unenv-preset@1.0.0 - - @aziontech/config@1.0.0 - - @aziontech/types@1.0.0 - - @aziontech/utils@1.0.0 diff --git a/packages/presets/package.json b/packages/presets/package.json index 206c8703..ddb999a5 100644 --- a/packages/presets/package.json +++ b/packages/presets/package.json @@ -52,5 +52,10 @@ "@jest/globals": "^29.7.0", "jest": "^29.7.0", "ts-jest": "^29.1.5" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/presets" } } diff --git a/packages/sql/CHANGELOG.md b/packages/sql/CHANGELOG.md deleted file mode 100644 index 7b77c0aa..00000000 --- a/packages/sql/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# @aziontech/sql - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/types@1.0.0 diff --git a/packages/sql/package.json b/packages/sql/package.json index ae291916..b7aa32b0 100644 --- a/packages/sql/package.json +++ b/packages/sql/package.json @@ -38,5 +38,10 @@ "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/sql" } } diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md deleted file mode 100644 index 479880e9..00000000 --- a/packages/storage/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# @aziontech/storage - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/types@1.0.0 diff --git a/packages/storage/package.json b/packages/storage/package.json index 3c1a5c81..2fd01342 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -37,5 +37,10 @@ "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.5" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/storage" } } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md deleted file mode 100644 index 6a4b8e92..00000000 --- a/packages/types/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @aziontech/types - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy diff --git a/packages/types/package.json b/packages/types/package.json index 8502f9d2..e21c3950 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -26,5 +26,10 @@ ], "devDependencies": { "@aziontech/vite-config": "workspace:^" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/types" } } diff --git a/packages/unenv-preset/CHANGELOG.md b/packages/unenv-preset/CHANGELOG.md deleted file mode 100644 index 169d4ce5..00000000 --- a/packages/unenv-preset/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @aziontech/unenv-preset - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy diff --git a/packages/unenv-preset/package.json b/packages/unenv-preset/package.json index 89ba5b3e..814dd140 100644 --- a/packages/unenv-preset/package.json +++ b/packages/unenv-preset/package.json @@ -42,5 +42,10 @@ "@types/node": "^22.13.1", "jest": "^29.7.0", "ts-jest": "^29.1.5" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/unenv-preset" } } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md deleted file mode 100644 index 0dc8d5cb..00000000 --- a/packages/utils/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# @aziontech/utils - -## 1.0.0 - -### Major Changes - -- [#412](https://github.com/aziontech/lib/pull/412) [`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37) Thanks [@jcbsfilho](https://github.com/jcbsfilho)! - chore: initial deploy - -### Patch Changes - -- Updated dependencies [[`f5c7109`](https://github.com/aziontech/lib/commit/f5c71090861928cddea9549e147359b918233a37)]: - - @aziontech/types@1.0.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index 9407e629..330def9a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -52,5 +52,10 @@ "dependencies": { "@aziontech/types": "workspace:*", "signale": "^1.4.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/aziontech/lib.git", + "directory": "packages/utils" } }