@ceramicnetwork/stream-caip10-link 1.2.3-rc.0 → 2.0.0-alpha.0

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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ # [2.0.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-caip10-link@1.2.3-rc.2...@ceramicnetwork/stream-caip10-link@2.0.0-alpha.0) (2021-12-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * Re-apply Caip version update and format change ([#1896](https://github.com/ceramicnetwork/js-ceramic/issues/1896)) ([be875de](https://github.com/ceramicnetwork/js-ceramic/commit/be875de3e9a5b54605c6d20b9610a52f8267e0ce))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.2.3-rc.2 (2021-12-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Revert Caip10 upgrade ([#1895](https://github.com/ceramicnetwork/js-ceramic/issues/1895)) ([1c376ef](https://github.com/ceramicnetwork/js-ceramic/commit/1c376ef92f4e93b6da819616cef4e5c7582c97e5))
23
+
24
+
25
+
26
+
27
+
28
+ ## [1.2.3-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-caip10-link@1.2.3-rc.0...@ceramicnetwork/stream-caip10-link@1.2.3-rc.1) (2021-12-01)
29
+
30
+ **Note:** Version bump only for package @ceramicnetwork/stream-caip10-link
31
+
32
+
33
+
34
+
35
+
6
36
  ## [1.2.3-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/stream-caip10-link@1.2.2...@ceramicnetwork/stream-caip10-link@1.2.3-rc.0) (2021-11-17)
7
37
 
8
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/stream-caip10-link",
3
- "version": "1.2.3-rc.0",
3
+ "version": "2.0.0-alpha.0",
4
4
  "description": "Ceramic AccountLink stream type",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -27,15 +27,15 @@
27
27
  "clean": "rm -rf ./lib"
28
28
  },
29
29
  "dependencies": {
30
- "@ceramicnetwork/common": "^1.9.0-rc.0",
31
- "@ceramicnetwork/streamid": "^1.3.5-rc.0",
30
+ "@ceramicnetwork/common": "^2.0.0-alpha.0",
31
+ "@ceramicnetwork/streamid": "^2.0.0-alpha.0",
32
32
  "caip": "~1.0.0",
33
33
  "did-resolver": "^3.1.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@ceramicnetwork/blockchain-utils-linking": "^1.5.1-rc.0",
36
+ "@ceramicnetwork/blockchain-utils-linking": "^2.0.0-alpha.0",
37
37
  "@types/node": "^13.13.15",
38
- "dids": "^2.4.0"
38
+ "dids": "3.0.0-alpha.0"
39
39
  },
40
- "gitHead": "57eef13827f312b980e4bf81f38a66fc3f3b2db6"
40
+ "gitHead": "f432b554a4b134db45f24b2555bfda176feac505"
41
41
  }