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

Version Packages #763

Merged
merged 1 commit into from
Jul 18, 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
5 changes: 0 additions & 5 deletions .changeset/bright-plums-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-spoons-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-carpets-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-papayas-reflect.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/old-balloons-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-garlics-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-taxis-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-crabs-taste.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web5/agent

## 0.4.1

### Patch Changes

- [#765](https://github.com/TBD54566975/web5-js/pull/765) [`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added DWN Registrar utility class

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
24 changes: 24 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @web5/api

## 0.10.0

### Minor Changes

- [#635](https://github.com/TBD54566975/web5-js/pull/635) [`09f80b7`](https://github.com/TBD54566975/web5-js/commit/09f80b70d099c743cb1057e3d66eb0471c542f14) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement a `delete` method and state on the `@web5/api` `Record` class

- [#736](https://github.com/TBD54566975/web5-js/pull/736) [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Update Agent to latest version along with dwn-sdk-js to v 0.4.0

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added WalletConnectOptions and updated dwn-sdk-js dependencies.

### Patch Changes

- [#769](https://github.com/TBD54566975/web5-js/pull/769) [`d18aa6b`](https://github.com/TBD54566975/web5-js/commit/d18aa6bfe0388097e48416477d3c43147dfd4282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add DWN Tenent Registration to `Web5.connect()`

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- [#745](https://github.com/TBD54566975/web5-js/pull/745) [`a956f72`](https://github.com/TBD54566975/web5-js/commit/a956f729f2c7a8e935d4a66511b393d1ccf1476a) Thanks [@LiranCohen](https://github.com/LiranCohen)! - make `rawMessage` not private in `Record` class

- [#750](https://github.com/TBD54566975/web5-js/pull/750) [`750aa1c`](https://github.com/TBD54566975/web5-js/commit/750aa1c2c52515104c7ff4e36945297b58d68356) Thanks [@LiranCohen](https://github.com/LiranCohen)! - default DWN Server selection updated to select only 1 defaulting to the `beta` TBD hosted version

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/[email protected]
- @web5/[email protected]

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/api",
"version": "0.9.4",
"version": "0.10.0",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/identity-agent

## 0.4.1

### Patch Changes

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/[email protected]

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/identity-agent",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/proxy-agent

## 0.4.1

### Patch Changes

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/[email protected]

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/proxy-agent",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/user-agent

## 0.4.1

### Patch Changes

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/[email protected]

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/user-agent",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down