Skip to content

Commit

Permalink
chore(ci): publish new versions of some plugins to "release" the publ…
Browse files Browse the repository at this point in the history
…ishing step in the CI (due to previously failed jobs)
  • Loading branch information
mulygottlieb committed Sep 9, 2024
1 parent eeb6226 commit 010c6dc
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 010c6dc

Please sign in to comment.