From 7d509eabe100cf49a46bc19806931e8b2dd6baaf Mon Sep 17 00:00:00 2001 From: David Bauer <david.bauer@open-xchange.com> Date: Mon, 30 Sep 2024 15:16:51 +0200 Subject: [PATCH] Bump appsuite-codeceptjs to 0.5.0 --- .gitlab-ci.yml | 2 +- packages/appsuite-codeceptjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72176182..bfd5b838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ include: - component: $CI_SERVER_HOST/appsuite/web-foundation/ci/nodejs/publish-npm-module@0.0.1 inputs: job-name: publish appsuite-codeceptjs npm module - base-path: packages/appsuite-codeceptjs/ + base-path: packages/appsuite-codeceptjs # Add check for existing tag in registry diff --git a/packages/appsuite-codeceptjs/package.json b/packages/appsuite-codeceptjs/package.json index d4e22bcd..0ed936c3 100644 --- a/packages/appsuite-codeceptjs/package.json +++ b/packages/appsuite-codeceptjs/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/appsuite-codeceptjs", - "version": "0.4.4", + "version": "0.5.0", "description": "OX App Suite CodeceptJS Configuration and Helpers", "main": "index.js", "bin": { -- GitLab