Skip to content

Commit db5550a

Browse files
committed
version bump
1 parent a15f4c1 commit db5550a

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

packages/automation-contracts/autowrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Open contracts that allow upgrading underlying token to supertokens based on running stream",
44
"version": "0.3.0",
55
"devDependencies": {
6-
"@superfluid-finance/ethereum-contracts": "^1.14.0",
6+
"@superfluid-finance/ethereum-contracts": "^1.14.1",
77
"@superfluid-finance/metadata": "^1.6.2"
88
},
99
"license": "MIT",

packages/automation-contracts/scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Open contracts that allow scheduling streams and vestings onchain",
44
"version": "1.3.0",
55
"devDependencies": {
6-
"@superfluid-finance/ethereum-contracts": "^1.14.0",
6+
"@superfluid-finance/ethereum-contracts": "^1.14.1",
77
"@superfluid-finance/metadata": "^1.6.2"
88
},
99
"license": "MIT",

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to the ethereum-contracts will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [v1.14.0]
6+
## [v1.14.1]
77

88
### Added
99
- GDA _autoconnect_ feature: now any account can connect pool members using `tryConnectPoolFor()` as long as they have less than 4 connection slots occupied for that Super Token. This allows for smoother onboarding of new users, allowing Apps to make sure tokens distributed via GDA immediately show up in user's wallets. Accounts can opt out of this by using `setConnectPermission()`, this is mainly supposed to be used by contracts.
@@ -47,6 +47,10 @@ subtask(TASK_COMPILE_GET_REMAPPINGS).setAction(
4747
- `CFASuperAppBase`: added `flowRate` argument to `onFlowCreated` and `onFlowUpdated`.
4848
- PoolMemberNFT pruning: `IPoolMemberNFT` and `PoolMemberNFT` removed, `POOL_MEMBER_NFT()` removed from `ISuperToken`.
4949

50+
## [v1.14.0]
51+
52+
Defect release, don't use!
53+
5054
## [v1.13.0]
5155

5256
### Added

packages/ethereum-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@superfluid-finance/ethereum-contracts",
33
"description": " Ethereum contracts implementation for the Superfluid Protocol",
4-
"version": "1.14.0",
4+
"version": "1.14.1",
55
"dependencies": {
66
"@decentral.ee/web3-helpers": "0.5.3",
77
"@nomiclabs/hardhat-ethers": "2.2.3",

packages/hot-fuzz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
99
"devDependencies": {
10-
"@superfluid-finance/ethereum-contracts": "^1.14.0"
10+
"@superfluid-finance/ethereum-contracts": "^1.14.1"
1111
},
1212
"homepage": "https://github.com/superfluid-finance/protocol-monorepo#readme",
1313
"license": "AGPL-3.0",
1414
"main": "index.js",
1515
"peerDependencies": {
16-
"@superfluid-finance/ethereum-contracts": "1.14.0"
16+
"@superfluid-finance/ethereum-contracts": "1.14.1"
1717
},
1818
"repository": {
1919
"type": "git",

packages/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node-fetch": "2.7.0"
1414
},
1515
"devDependencies": {
16-
"@superfluid-finance/ethereum-contracts": "^1.14.0",
16+
"@superfluid-finance/ethereum-contracts": "^1.14.1",
1717
"chai-as-promised": "^8.0.0",
1818
"webpack": "^5.94.0",
1919
"webpack-bundle-analyzer": "^4.10.2",

packages/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.9.0",
55
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
66
"dependencies": {
7-
"@superfluid-finance/ethereum-contracts": "1.14.0",
7+
"@superfluid-finance/ethereum-contracts": "1.14.1",
88
"@superfluid-finance/metadata": "^1.6.2",
99
"graphql-request": "6.1.0",
1010
"lodash": "4.17.21",

0 commit comments

Comments
 (0)