Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-alpha.1](v3.1.0...v4.0.0-alpha.1) (2023-08-28)

### Bug Fixes

* 🐛 bump sdk version for 5.4 asset fix ([a269b29](a269b29))
* 🐛 finding default portfolio when id 0 is given ([#197](#197)) ([a8dfae5](a8dfae5))

### Features

* 🎸 add sdk dual 5.4-6.0 version for smooth upgrade ([55c9e4d](55c9e4d))
* 🎸 register identity ([3c86517](3c86517))
* 🎸 update to 6.0 ([fcffc4b](fcffc4b))
* 🎸 upgrade sdk to 22.alpha-2 ([09d4011](09d4011))
* 🎸 use sdk v22.alpha-3 ([4bfacdb](4bfacdb))

### BREAKING CHANGES

* 🧨 Checkpoint Schedules specify dates explictly, reschedule instruction
removed - use executeManually instead, InvestorUniquness claim types
removed
  • Loading branch information
semantic-release-bot committed Aug 28, 2023
1 parent 0ce1ac6 commit a8c7643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymesh-rest-api",
"version": "3.1.0",
"version": "4.0.0-alpha.1",
"description": "Provides a REST like interface for interacting with the Polymesh blockchain",
"author": "Polymesh Association",
"private": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"@nestjs/schedule": "^2.2.0",
"@nestjs/swagger": "^6.2.1",
"@nestjs/typeorm": "^9.0.1",
"@polymeshassociation/fireblocks-signing-manager": "^2.2.0",
"@polymeshassociation/fireblocks-signing-manager": "^2.2.0",
"@polymeshassociation/hashicorp-vault-signing-manager": "^2.1.0",
"@polymeshassociation/local-signing-manager": "^2.1.0",
"@polymeshassociation/polymesh-sdk": "22.0.0-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function bootstrap(): Promise<void> {
const options = new DocumentBuilder()
.setTitle(swaggerTitle)
.setDescription(swaggerDescription)
.setVersion('3.1.0');
.setVersion('4.0.0-alpha.1');

const configService = app.get<ConfigService>(ConfigService);

Expand Down

0 comments on commit a8c7643

Please sign in to comment.