Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: container-metadata 6.0.0

- project: nx-graphql-codegen 1.0.0

- project: nx-container 6.0.0

- project: nx-set-shas 6.0.0

- project: ci-context 6.0.0

- project: nx-prisma 6.0.0

- project: core 6.0.0
  • Loading branch information
gperdomor committed May 7, 2024
1 parent 1b84645 commit b5baec3
Show file tree
Hide file tree
Showing 15 changed files with 100 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@nx-tools/source",
"description": "NX Tools plugins",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"license": "MIT",
"scripts": {
"check-lock-files": "node ./tools/scripts/check-lock-files.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/ci-context/CHANGELOG.md
@@ -1,3 +1,15 @@
# 6.0.0 (2024-05-07)

### 🩹 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-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/ci-context",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"type": "commonjs",
"author": "gperdomor <gperdomor@gmail.com>",
"repository": "https://github.com/gperdomor/nx-tools",
Expand All @@ -9,7 +9,7 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@nx-tools/core": "6.0.0-alpha.3",
"@nx-tools/core": "6.0.0",
"ci-info": "^4.0.0",
"@octokit/openapi-types": "^22.0.0",
"@actions/github": "^6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/container-metadata/CHANGELOG.md
@@ -1,3 +1,15 @@
# 6.0.0 (2024-05-07)

### 🚀 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-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions packages/container-metadata/package.json
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/container-metadata",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"type": "commonjs",
"author": "gperdomor <gperdomor@gmail.com>",
"repository": "https://github.com/gperdomor/nx-tools",
Expand All @@ -9,8 +9,8 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@nx-tools/ci-context": "6.0.0-alpha.3",
"@nx-tools/core": "6.0.0-alpha.3",
"@nx-tools/ci-context": "6.0.0",
"@nx-tools/core": "6.0.0",
"@renovate/pep440": "1.0.0",
"csv-parse": "^5.5.5",
"handlebars": "^4.7.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,3 +1,15 @@
# 6.0.0 (2024-05-07)

### 🚀 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-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/core",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"type": "commonjs",
"author": "gperdomor <gperdomor@gmail.com>",
"repository": "https://github.com/gperdomor/nx-tools",
Expand Down
12 changes: 12 additions & 0 deletions packages/nx-container/CHANGELOG.md
@@ -1,3 +1,15 @@
# 6.0.0 (2024-05-07)

### 🚀 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-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions packages/nx-container/package.json
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/nx-container",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"author": "gperdomor <gperdomor@gmail.com>",
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
Expand All @@ -11,8 +11,8 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/container-metadata": "6.0.0-alpha.3",
"@nx-tools/core": "6.0.0-alpha.3",
"@nx-tools/container-metadata": "6.0.0",
"@nx-tools/core": "6.0.0",
"csv-parse": "^5.5.5",
"handlebars": "^4.7.8",
"semver": "^7.6.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/nx-graphql-codegen/CHANGELOG.md
@@ -1,3 +1,15 @@
# 1.0.0 (2024-05-07)

### 🚀 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-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-graphql-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/nx-graphql-codegen",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"type": "commonjs",
"author": "Rene Bonilla <rbonillajr@hotmail.com>",
"repository": "https://github.com/gperdomor/nx-tools",
Expand All @@ -11,7 +11,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/core": "6.0.0-alpha.3"
"@nx-tools/core": "6.0.0"
},
"peerDependencies": {
"@graphql-codegen/cli": "^5.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/nx-prisma/CHANGELOG.md
@@ -1,3 +1,23 @@
# 6.0.0 (2024-05-07)

### 🚀 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-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-prisma/package.json
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/nx-prisma",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"type": "commonjs",
"author": "gperdomor <gperdomor@gmail.com>",
"contributors": [
Expand All @@ -14,7 +14,7 @@
"executors": "./executors.json",
"generators": "./generators.json",
"dependencies": {
"@nx-tools/core": "6.0.0-alpha.3"
"@nx-tools/core": "6.0.0"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-set-shas/CHANGELOG.md
@@ -1,3 +1,7 @@
# 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.

## 6.0.0-alpha.3 (2024-04-24)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-set-shas/package.json
@@ -1,14 +1,14 @@
{
"name": "@nx-tools/nx-set-shas",
"version": "6.0.0-alpha.3",
"version": "6.0.0",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"bin": {
"nx-set-shas": "./src/index.js"
},
"dependencies": {
"@nx-tools/core": "6.0.0-alpha.3",
"@nx-tools/core": "6.0.0",
"clipanion": "^4.0.0-rc.3",
"chalk": "^4.1.2",
"semver": "^7.6.0"
Expand Down

0 comments on commit b5baec3

Please sign in to comment.