diff --git a/packages/ci-context/CHANGELOG.md b/packages/ci-context/CHANGELOG.md index d3a9bfa2..965062a8 100644 --- a/packages/ci-context/CHANGELOG.md +++ b/packages/ci-context/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.0.1 (2024-05-22) + +### 🩹 Fixes + +- **ci-context:** improved fallback context detection for detached ref ([1e18dc2](https://github.com/gperdomor/nx-tools/commit/1e18dc2)) + +### ❤️ Thank You + +- Gustavo Perdomo +- Kaden Wilkinson @kdawgwilk +- meehawk @meehawk + # 6.0.0 (2024-05-07) ### 🩹 Fixes diff --git a/packages/ci-context/package.json b/packages/ci-context/package.json index f02a479e..a17fea20 100644 --- a/packages/ci-context/package.json +++ b/packages/ci-context/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/ci-context", - "version": "6.0.0", + "version": "6.0.1", "type": "commonjs", "author": "gperdomor ", "repository": "https://github.com/gperdomor/nx-tools", @@ -9,7 +9,7 @@ "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": { - "@nx-tools/core": "6.0.0", + "@nx-tools/core": "6.0.1", "ci-info": "^4.0.0", "@octokit/openapi-types": "^22.0.0", "@actions/github": "^6.0.0", diff --git a/packages/container-metadata/CHANGELOG.md b/packages/container-metadata/CHANGELOG.md index 33f5b22c..ab9d34a8 100644 --- a/packages/container-metadata/CHANGELOG.md +++ b/packages/container-metadata/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.0.1 (2024-05-22) + +### 🚀 Features + +- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496)) + +### ❤️ Thank You + +- Gustavo Perdomo +- Kaden Wilkinson @kdawgwilk +- meehawk @meehawk + # 6.0.0 (2024-05-07) ### 🚀 Features diff --git a/packages/container-metadata/package.json b/packages/container-metadata/package.json index ed8e765a..82e57cdf 100644 --- a/packages/container-metadata/package.json +++ b/packages/container-metadata/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/container-metadata", - "version": "6.0.0", + "version": "6.0.1", "type": "commonjs", "author": "gperdomor ", "repository": "https://github.com/gperdomor/nx-tools", @@ -9,8 +9,8 @@ "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": { - "@nx-tools/ci-context": "6.0.0", - "@nx-tools/core": "6.0.0", + "@nx-tools/ci-context": "6.0.1", + "@nx-tools/core": "6.0.1", "@renovate/pep440": "1.0.0", "csv-parse": "^5.5.5", "handlebars": "^4.7.8", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6be6528d..17084df3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,19 @@ +## 6.0.1 (2024-05-22) + +### 🚀 Features + +- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496)) + +### 🩹 Fixes + +- **core:** fix issue getting prefixed variables ([4990bf5](https://github.com/gperdomor/nx-tools/commit/4990bf5)) + +### ❤️ Thank You + +- Gustavo Perdomo +- Kaden Wilkinson @kdawgwilk +- meehawk @meehawk + # 6.0.0 (2024-05-07) ### 🚀 Features diff --git a/packages/core/package.json b/packages/core/package.json index 619360ca..34b45199 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/core", - "version": "6.0.0", + "version": "6.0.1", "type": "commonjs", "author": "gperdomor ", "repository": "https://github.com/gperdomor/nx-tools", diff --git a/packages/nx-container/CHANGELOG.md b/packages/nx-container/CHANGELOG.md index 598c2d53..245cf448 100644 --- a/packages/nx-container/CHANGELOG.md +++ b/packages/nx-container/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.0.1 (2024-05-22) + +### 🚀 Features + +- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496)) + +### ❤️ Thank You + +- Gustavo Perdomo +- Kaden Wilkinson @kdawgwilk +- meehawk @meehawk + # 6.0.0 (2024-05-07) ### 🚀 Features diff --git a/packages/nx-container/package.json b/packages/nx-container/package.json index fc7e4294..39bf7eed 100644 --- a/packages/nx-container/package.json +++ b/packages/nx-container/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/nx-container", - "version": "6.0.0", + "version": "6.0.1", "author": "gperdomor ", "repository": "https://github.com/gperdomor/nx-tools", "bugs": "https://github.com/gperdomor/nx-tools/issues", @@ -11,8 +11,8 @@ "generators": "./generators.json", "executors": "./executors.json", "dependencies": { - "@nx-tools/container-metadata": "6.0.0", - "@nx-tools/core": "6.0.0", + "@nx-tools/container-metadata": "6.0.1", + "@nx-tools/core": "6.0.1", "csv-parse": "^5.5.5", "handlebars": "^4.7.8", "semver": "^7.6.0", diff --git a/packages/nx-graphql-codegen/CHANGELOG.md b/packages/nx-graphql-codegen/CHANGELOG.md index 39e5a1a8..a50e5260 100644 --- a/packages/nx-graphql-codegen/CHANGELOG.md +++ b/packages/nx-graphql-codegen/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.0.1 (2024-05-22) + +### 🚀 Features + +- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496)) + +### ❤️ Thank You + +- Gustavo Perdomo +- Kaden Wilkinson @kdawgwilk +- meehawk @meehawk + # 1.0.0 (2024-05-07) ### 🚀 Features diff --git a/packages/nx-graphql-codegen/package.json b/packages/nx-graphql-codegen/package.json index 06b0f78c..67b036a5 100644 --- a/packages/nx-graphql-codegen/package.json +++ b/packages/nx-graphql-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/nx-graphql-codegen", - "version": "1.0.0", + "version": "1.0.1", "type": "commonjs", "author": "Rene Bonilla ", "repository": "https://github.com/gperdomor/nx-tools", @@ -11,7 +11,7 @@ "generators": "./generators.json", "executors": "./executors.json", "dependencies": { - "@nx-tools/core": "6.0.0" + "@nx-tools/core": "6.0.1" }, "peerDependencies": { "@graphql-codegen/cli": "^5.0.0", diff --git a/packages/nx-prisma/CHANGELOG.md b/packages/nx-prisma/CHANGELOG.md index 45b5b9ae..6a5a3aed 100644 --- a/packages/nx-prisma/CHANGELOG.md +++ b/packages/nx-prisma/CHANGELOG.md @@ -1,3 +1,23 @@ +## 6.0.1 (2024-05-22) + +### 🚀 Features + +- add generator flag support to specify generator ([d3d8736](https://github.com/gperdomor/nx-tools/commit/d3d8736)) + +- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496)) + +- **nx-prisma:** add support for prisma format ([d43cc65](https://github.com/gperdomor/nx-tools/commit/d43cc65)) + +### 🩹 Fixes + +- **nx-prisma:** fix generator option in prisma generate command ([a626413](https://github.com/gperdomor/nx-tools/commit/a626413)) + +### ❤️ Thank You + +- Gustavo Perdomo +- Kaden Wilkinson @kdawgwilk +- meehawk @meehawk + # 6.0.0 (2024-05-07) ### 🚀 Features diff --git a/packages/nx-prisma/package.json b/packages/nx-prisma/package.json index 75a53e08..4fe79242 100644 --- a/packages/nx-prisma/package.json +++ b/packages/nx-prisma/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/nx-prisma", - "version": "6.0.0", + "version": "6.0.1", "type": "commonjs", "author": "gperdomor ", "contributors": [ @@ -14,7 +14,7 @@ "executors": "./executors.json", "generators": "./generators.json", "dependencies": { - "@nx-tools/core": "6.0.0" + "@nx-tools/core": "6.0.1" }, "peerDependencies": { "@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", diff --git a/packages/nx-set-shas/CHANGELOG.md b/packages/nx-set-shas/CHANGELOG.md index cb373e77..27b25728 100644 --- a/packages/nx-set-shas/CHANGELOG.md +++ b/packages/nx-set-shas/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.1 (2024-05-22) + +This was a version bump only for nx-set-shas to align it with other projects, there were no code changes. + # 6.0.0 (2024-05-07) This was a version bump only for nx-set-shas to align it with other projects, there were no code changes. diff --git a/packages/nx-set-shas/package.json b/packages/nx-set-shas/package.json index 4266c27f..b5d09c7a 100644 --- a/packages/nx-set-shas/package.json +++ b/packages/nx-set-shas/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/nx-set-shas", - "version": "6.0.0", + "version": "6.0.1", "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", @@ -8,7 +8,7 @@ "nx-set-shas": "./src/index.js" }, "dependencies": { - "@nx-tools/core": "6.0.0", + "@nx-tools/core": "6.0.1", "clipanion": "^4.0.0-rc.3", "chalk": "^4.1.2", "semver": "^7.6.0"