Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: multifomats 13 for codecs #183

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/cacao/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @didtools/cacao

## 3.0.1

### Patch Changes

- Updated dependencies
- @didtools/[email protected]

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cacao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didtools/cacao",
"version": "3.0.0",
"version": "3.0.1",
"description": "Typescript library for Ceramic OCAP",
"author": "Haardik <[email protected]>",
"license": "(Apache-2.0 OR MIT)",
Expand Down
6 changes: 6 additions & 0 deletions packages/codecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @didtools/codecs

## 3.0.0

### Major Changes

- Update for multiformats 13 and impacted libraries

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didtools/codecs",
"version": "2.0.0",
"version": "3.0.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/did-session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# did-session

## 3.0.1

### Patch Changes

- [email protected]
- [email protected]

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-session",
"version": "3.0.0",
"version": "3.0.1",
"description": "Manage user DIDs in a web environment",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
Expand Down
8 changes: 8 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## v2.4.0 (2021-07-12)

## 5.0.1

### Patch Changes

- Updated dependencies
- @didtools/[email protected]
- @didtools/[email protected]

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dids",
"version": "5.0.0",
"version": "5.0.1",
"description": "Typescript library for interacting with DIDs",
"author": "Joel Thorstensson <[email protected]>",
"license": "(Apache-2.0 OR MIT)",
Expand Down
6 changes: 6 additions & 0 deletions packages/key-did-provider-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# key-did-provider-ed25519

## 4.0.1

### Patch Changes

- [email protected]

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-did-provider-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "key-did-provider-ed25519",
"version": "4.0.0",
"version": "4.0.1",
"author": "Joel Thorstensson",
"license": "(Apache-2.0 OR MIT)",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/key-did-provider-secp256k1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @didtools/key-secp256k1

## 0.3.1

### Patch Changes

- [email protected]

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-did-provider-secp256k1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didtools/key-secp256k1",
"version": "0.3.0",
"version": "0.3.1",
"author": "Joel Thorstensson",
"license": "(Apache-2.0 OR MIT)",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/key-webauthn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @didtools/key-webauthn

## 2.0.1

### Patch Changes

- @didtools/[email protected]

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-webauthn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didtools/key-webauthn",
"version": "2.0.0",
"version": "2.0.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/pkh-did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"engines": {
"node": ">=14.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceramicnetwork/js-did.git"
},
"sideEffects": false,
"scripts": {
"build:clean": "del dist",
Expand Down
Loading