File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @postgres.ai/ce" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@craco/craco" : " ^6.4.3" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ publish-shared-release:
69
69
- export VERSION=${CI_COMMIT_TAG#"v"}
70
70
71
71
# Build and pack
72
- - npm version "$VERSION" --no-git-tag-version
72
+ - npm version "$VERSION" --no-git-tag-version --allow-same-version
73
73
- pnpm run pack
74
74
75
75
# Publish
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @postgres.ai/shared" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -p tsconfig.build.json && node scripts/copy-assets.js" ,
6
6
"pack" : " node scripts/pack.js"
You can’t perform that action at this time.
0 commit comments