Skip to content

Commit 3d7d512

Browse files
committed
Merge branch 'ui-v4.0.1' into 'master'
chore(ui): Bump package versions and fix shared package npm release See merge request postgres-ai/database-lab!1053
2 parents c4e2760 + c373330 commit 3d7d512

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/packages/ce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postgres.ai/ce",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "^6.4.3",

ui/packages/shared/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ publish-shared-release:
6969
- export VERSION=${CI_COMMIT_TAG#"v"}
7070

7171
# Build and pack
72-
- npm version "$VERSION" --no-git-tag-version
72+
- npm version "$VERSION" --no-git-tag-version --allow-same-version
7373
- pnpm run pack
7474

7575
# Publish

ui/packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postgres.ai/shared",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"scripts": {
55
"build": "tsc -p tsconfig.build.json && node scripts/copy-assets.js",
66
"pack": "node scripts/pack.js"

0 commit comments

Comments
 (0)