Skip to content

Commit

Permalink
update changesets md to be correct package name (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnonni authored Aug 29, 2024
1 parent c372861 commit 417e542
Show file tree
Hide file tree
Showing 15 changed files with 112 additions and 55 deletions.
14 changes: 0 additions & 14 deletions .changeset/clever-dots-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-candles-clean.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/heavy-dingos-sip.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-boats-march.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shaggy-pigs-unite.md

This file was deleted.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"description": "DCX: Decentralized Credential Exchange. DWN protocol for verifiable credential exchange.",
"type": "module",
"workspaces": [
"packages/applicant",
"packages/common",
"packages/issuer",
"packages/server"
"packages/*"
],
"scripts": {
"audit-ci": "audit-ci --config ./audit-ci.json",
Expand Down Expand Up @@ -83,4 +80,4 @@
"dependencies": {
"typescript": "^5.5.4"
}
}
}
25 changes: 25 additions & 0 deletions packages/applicant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @dcx-protocol/applicant

## 6.0.0

### Major Changes

- c372861: Bugs: applicant and issuer #126
- fixes major bug in applicant
- BUG: Attempted import error: 'utils' is not exported from '@web5/crypto' (imported as 'cryptoUtils').
- FIX: https://discord.com/channels/937858703112155166/969272658501976117/1278447654640029707
- minor changes to common
- fixes minor bug in issuer
- aligns versions in all"
- e038aea: Eliminate redundancy between dcxConfig and dcxOptions #118
- c372861: Aligning all packages to same semver (5.0.1) due to upstream conflicts with versions

### Patch Changes

- ac54bd2: initalizing the dcx monorepo
- Updated dependencies [c372861]
- Updated dependencies [1d0fffc]
- Updated dependencies [e038aea]
- Updated dependencies [ac54bd2]
- Updated dependencies [c372861]
- @dcx-protocol/common@6.0.0
2 changes: 1 addition & 1 deletion packages/applicant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/applicant",
"version": "5.0.1",
"version": "6.0.0",
"description": "DCX Applicant protocol and server",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# @dcx-protocol/common

## 6.0.0

### Major Changes

- e038aea: Eliminate redundancy between dcxConfig and dcxOptions #118
- c372861: Aligning all packages to same semver (5.0.1) due to upstream conflicts with versions

### Minor Changes

- c372861: Bugs: applicant and issuer #126
- fixes major bug in applicant
- BUG: Attempted import error: 'utils' is not exported from '@web5/crypto' (imported as 'cryptoUtils').
- FIX: https://discord.com/channels/937858703112155166/969272658501976117/1278447654640029707
- minor changes to common
- fixes minor bug in issuer
- aligns versions in all"
- 1d0fffc: slightly changes the dcx-config related to #118

### Patch Changes

- ac54bd2: initalizing the dcx monorepo
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/common",
"version": "5.0.1",
"version": "6.0.0",
"description": "Common library shared by the other @dcx-protocol packages",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
28 changes: 28 additions & 0 deletions packages/issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# @dcx-protocol/issuer

## 6.0.0

### Major Changes

- e038aea: Eliminate redundancy between dcxConfig and dcxOptions #118
- c372861: Aligning all packages to same semver (5.0.1) due to upstream conflicts with versions

### Minor Changes

- c372861: Bugs: applicant and issuer #126
- fixes major bug in applicant
- BUG: Attempted import error: 'utils' is not exported from '@web5/crypto' (imported as 'cryptoUtils').
- FIX: https://discord.com/channels/937858703112155166/969272658501976117/1278447654640029707
- minor changes to common
- fixes minor bug in issuer
- aligns versions in all"

### Patch Changes

- ac54bd2: initalizing the dcx monorepo
- Updated dependencies [c372861]
- Updated dependencies [1d0fffc]
- Updated dependencies [e038aea]
- Updated dependencies [ac54bd2]
- Updated dependencies [c372861]
- @dcx-protocol/common@6.0.0
2 changes: 1 addition & 1 deletion packages/issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/issuer",
"version": "5.0.1",
"version": "6.0.0",
"description": "DCX Issuer protocol and server",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
26 changes: 26 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# @dcx-protocol/server

## 6.0.0

### Major Changes

- e038aea: Eliminate redundancy between dcxConfig and dcxOptions #118
- c372861: Aligning all packages to same semver (5.0.1) due to upstream conflicts with versions

### Patch Changes

- c372861: Bugs: applicant and issuer #126
- fixes major bug in applicant
- BUG: Attempted import error: 'utils' is not exported from '@web5/crypto' (imported as 'cryptoUtils').
- FIX: https://discord.com/channels/937858703112155166/969272658501976117/1278447654640029707
- minor changes to common
- fixes minor bug in issuer
- aligns versions in all"
- Updated dependencies [c372861]
- Updated dependencies [1d0fffc]
- Updated dependencies [e038aea]
- Updated dependencies [ac54bd2]
- Updated dependencies [c372861]
- @dcx-protocol/applicant@6.0.0
- @dcx-protocol/common@6.0.0
- @dcx-protocol/issuer@6.0.0
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/server",
"version": "5.0.1",
"version": "6.0.0",
"description": "DCX Server Implementation",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- 'packages/applicant'
- 'packages/common'
- 'packages/issuer'
- 'packages/server'
- packages/applicant
- packages/common
- packages/issuer
- packages/server

0 comments on commit 417e542

Please sign in to comment.