@ceramicnetwork/stream-caip10-link 1.1.4 → 1.1.5-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.5-rc.2](/compare/@ceramicnetwork/stream-caip10-link@1.1.4...@ceramicnetwork/stream-caip10-link@1.1.5-rc.2) (2021-09-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **stream-caip10-link:** use lowercase in caip10-link genesis (#1718) ff0e99f, closes #1718
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.1.5-rc.0](/compare/@ceramicnetwork/stream-caip10-link@1.1.4...@ceramicnetwork/stream-caip10-link@1.1.5-rc.0) (2021-09-16)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **stream-caip10-link:** use lowercase in caip10-link genesis (#1718) ff0e99f, closes #1718
23
+
24
+
25
+
26
+
27
+
6
28
  ## [1.1.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-caip10-link@1.1.3...@ceramicnetwork/stream-caip10-link@1.1.4) (2021-09-14)
7
29
 
8
30
 
@@ -13,7 +35,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
35
 
14
36
 
15
37
 
16
-
17
38
  ## [1.1.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-caip10-link@1.1.3-rc.0...@ceramicnetwork/stream-caip10-link@1.1.3) (2021-09-08)
18
39
 
19
40
  **Note:** Version bump only for package @ceramicnetwork/stream-caip10-link
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/stream-caip10-link",
3
- "version": "1.1.4",
3
+ "version": "1.1.5-rc.2",
4
4
  "description": "Ceramic AccountLink stream type",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -27,14 +27,14 @@
27
27
  "clean": "rm -rf ./lib"
28
28
  },
29
29
  "dependencies": {
30
- "@ceramicnetwork/common": "^1.4.0",
31
- "@ceramicnetwork/streamid": "^1.2.0",
30
+ "@ceramicnetwork/common": "^1.5.0-rc.0",
31
+ "@ceramicnetwork/streamid": "^1.2.1-rc.0",
32
32
  "caip": "~0.9.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@ceramicnetwork/blockchain-utils-linking": "^1.1.3",
35
+ "@ceramicnetwork/blockchain-utils-linking": "^1.2.0-rc.0",
36
36
  "@types/node": "^13.13.15",
37
37
  "dids": "^2.4.0"
38
38
  },
39
- "gitHead": "6646a180b9b2dd9daac7bb14f26492093e5b7de1"
39
+ "gitHead": "bb82e1f44f0810fbe38de3a60272da6032597c52"
40
40
  }