@onflow/six-stakingcollection-withdraw-unstaked-tokens 0.0.7-alpha.0 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
1
  ### Unreleased
2
2
 
3
- ## 0.0.7-alpha.0
3
+ ## 0.0.8
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 0edadf1: prerelease 1.5.0
7
+ - ca2f51c: bump version
8
+
9
+ ## 0.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - 646fc5c: update the rest
8
14
 
9
15
  ## 0.0.6
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onflow/six-stakingcollection-withdraw-unstaked-tokens",
3
- "version": "0.0.7-alpha.0",
3
+ "version": "0.0.8",
4
4
  "description": "Flow SDK Stored Interaction - Withdraws unstaked tokens for a stake held in Staking Collection",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Dapper Labs <dev@dapperlabs.com>",
@@ -34,6 +34,6 @@
34
34
  "start": "microbundle watch"
35
35
  },
36
36
  "peerDependencies": {
37
- "@onflow/fcl": ">=1.4.0 || >=1.5.0 || >=1.5.0-alpha"
37
+ "@onflow/fcl": "^1.4.0"
38
38
  }
39
39
  }