Skip to content

Commit

Permalink
Merge pull request #400 from amplication/fix-ci-publishing
Browse files Browse the repository at this point in the history
chore(ci): publish new versions of some plugins to "release" the publishing step in the CI (due to previously failed jobs)
  • Loading branch information
mulygottlieb authored Sep 9, 2024
2 parents eeb6226 + 010c6dc commit a9e1d36
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 plugins/auth-auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/plugin-auth-auth0",
"version": "1.0.13",
"version": "1.0.14",
"description": "Auth0 plugin for Amplication",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth-keycloak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/plugin-auth-keycloak",
"version": "0.0.9",
"version": "0.0.10",
"description": "Keycloak Authentication plugin for Amplication",
"main": "dist/index.js",
"nx": {},
Expand Down
2 changes: 1 addition & 1 deletion plugins/dotnet-auth-core-identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/plugin-dotnet-auth-core-identity",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add Authentication and Authorization to your .NET Services",
"main": "dist/index.js",
"nx": {},
Expand Down
2 changes: 1 addition & 1 deletion plugins/dotnet-broker-kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/plugin-dotnet-broker-kafka",
"version": "0.1.1",
"version": "0.1.2",
"description": "Use a Kafka message broker to communicate between services generated with Amplication",
"main": "dist/index.js",
"nx": {},
Expand Down

0 comments on commit a9e1d36

Please sign in to comment.