Bump version (changelog ignore)

This commit is contained in:
garronej 2022-01-19 01:17:39 +01:00
parent 1ca979da30
commit 3ad82f533a
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
steps: steps:
- name: Tell if project is using npm or yarn - name: Tell if project is using npm or yarn
id: step1 id: step1
uses: garronej/ts-ci@v1.1.4 uses: garronej/ts-ci@v1.1.5
with: with:
action_name: tell_if_project_uses_npm_or_yarn action_name: tell_if_project_uses_npm_or_yarn
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
@ -64,7 +64,7 @@ jobs:
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
is_release_beta: ${{steps.step1.outputs.is_release_beta }} is_release_beta: ${{steps.step1.outputs.is_release_beta }}
steps: steps:
- uses: garronej/ts-ci@v1.1.4 - uses: garronej/ts-ci@v1.1.5
id: step1 id: step1
with: with:
action_name: is_package_json_version_upgraded action_name: is_package_json_version_upgraded
@ -75,7 +75,7 @@ jobs:
needs: check_if_version_upgraded needs: check_if_version_upgraded
if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
steps: steps:
- uses: garronej/ts-ci@v1.1.4 - uses: garronej/ts-ci@v1.1.5
with: with:
action_name: update_changelog action_name: update_changelog
branch: ${{ github.head_ref || github.ref }} branch: ${{ github.head_ref || github.ref }}

View File

@ -1,6 +1,6 @@
{ {
"name": "keycloakify", "name": "keycloakify",
"version": "4.5.2-beta.0", "version": "4.5.2-beta.1",
"description": "Keycloak theme generator for Reacts app", "description": "Keycloak theme generator for Reacts app",
"repository": { "repository": {
"type": "git", "type": "git",