Skip to content

Commit

Permalink
chore(release): 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mguleryuz committed Mar 7, 2025
1 parent 8478a20 commit 7a34249
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.30](https://github.com/inverter-network/abis/compare/v0.3.29...v0.3.30) (2025-03-07)

### [0.3.29](https://github.com/inverter-network/abis/compare/v0.3.28...v0.3.29) (2025-03-07)

### [0.3.28](https://github.com/inverter-network/abis/compare/v0.3.28-alpha.3...v0.3.28) (2025-03-05)
Expand Down
2 changes: 1 addition & 1 deletion deployments
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inverter-network/abis",
"description": "INVERTER typescript ABIs",
"version": "0.3.29",
"version": "0.3.30",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,11 @@ export const data = [
name: 'PIM_WorkflowFactory__InitialPurchaseGraduatesMarket',
type: 'error',
},
{
inputs: [],
name: 'PIM_WorkflowFactory__MainFundingManagerNotSet',
type: 'error',
},
{ inputs: [], name: 'PIM_WorkflowFactory__OnlyAdmin', type: 'error' },
{
inputs: [],
Expand Down

0 comments on commit 7a34249

Please sign in to comment.