Skip to content

Commit

Permalink
chore: release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Apr 19, 2024
1 parent 598606e commit 5dbd0db
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nx-tools/source",
"description": "NX Tools plugins",
"version": "5.3.0",
"version": "5.3.1",
"license": "MIT",
"scripts": {
"commit": "cz",
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-context/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nx-tools/ci-context",
"version": "5.3.0",
"version": "5.3.1",
"type": "commonjs",
"author": "gperdomor <[email protected]>",
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
"license": "MIT",
"dependencies": {
"@nx-tools/core": "5.3.0",
"@nx-tools/core": "5.3.1",
"ci-info": "^3.8.0",
"@octokit/openapi-types": "^12.11.0",
"@actions/github": "^5.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/container-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@nx-tools/container-metadata",
"version": "5.3.0",
"version": "5.3.1",
"type": "commonjs",
"author": "gperdomor <[email protected]>",
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
"license": "MIT",
"dependencies": {
"@nx-tools/core": "5.3.0",
"@nx-tools/core": "5.3.1",
"csv-parse": "^5.4.0",
"@nx-tools/ci-context": "5.3.0",
"@nx-tools/ci-context": "5.3.1",
"@renovate/pep440": "^1.0.0",
"handlebars": "^4.7.7",
"moment-timezone": "^0.5.43",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/core",
"version": "5.3.0",
"version": "5.3.1",
"type": "commonjs",
"author": "gperdomor <[email protected]>",
"repository": "https://github.com/gperdomor/nx-tools",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/nx-container",
"version": "5.3.0",
"version": "5.3.1",
"author": "gperdomor <[email protected]>",
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
Expand All @@ -9,7 +9,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/core": "5.3.0",
"@nx-tools/core": "5.3.1",
"tmp": "^0.2.1",
"csv-parse": "^5.4.0",
"semver": "^7.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/nx-prisma",
"version": "5.3.0",
"version": "5.3.1",
"author": "gperdomor <[email protected]>",
"contributors": [
"wSedlacek"
Expand All @@ -12,7 +12,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/core": "5.3.0",
"@nx-tools/core": "5.3.1",
"semver": "^7.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-set-shas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-tools/nx-set-shas",
"version": "5.3.0",
"version": "5.3.1",
"type": "commonjs",
"bin": {
"nx-set-shas": "./src/index.js"
Expand Down

0 comments on commit 5dbd0db

Please sign in to comment.