We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4e2760 + c373330 commit 3d7d512Copy full SHA for 3d7d512
3 files changed
ui/packages/ce/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@postgres.ai/ce",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"private": true,
5
"dependencies": {
6
"@craco/craco": "^6.4.3",
ui/packages/shared/.gitlab-ci.yml
@@ -69,7 +69,7 @@ publish-shared-release:
69
- export VERSION=${CI_COMMIT_TAG#"v"}
70
71
# Build and pack
72
- - npm version "$VERSION" --no-git-tag-version
+ - npm version "$VERSION" --no-git-tag-version --allow-same-version
73
- pnpm run pack
74
75
# Publish
ui/packages/shared/package.json
"name": "@postgres.ai/shared",
"scripts": {
"build": "tsc -p tsconfig.build.json && node scripts/copy-assets.js",
"pack": "node scripts/pack.js"
0 commit comments