Skip to content

Commit b412280

Browse files
committed
chore(release): publish
- @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected]
1 parent 7cf64bb commit b412280

File tree

6 files changed

+89
-8
lines changed

6 files changed

+89
-8
lines changed

packages/rpc/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.5.0 (2023-08-19)
7+
8+
### Features
9+
10+
- export ChainStorageWatcher type ([3c7b380](https://github.com/Agoric/ui-kit/commit/3c7b3800281e34825bf38c4de3cac8bd3624827c))
11+
- handle non-serialized values ([8377f51](https://github.com/Agoric/ui-kit/commit/8377f51531df2f5622ca3310218092d7c5f05d7f))
12+
- **rpc:** new package with batch query ([7ce7f17](https://github.com/Agoric/ui-kit/commit/7ce7f17a4fe16b8205d961a8799dedd6979758bf))
13+
- support offer signing with keplr ([8ccda1d](https://github.com/Agoric/ui-kit/commit/8ccda1d1019201ba00691237fa594b91b73de92c))
14+
15+
### Bug Fixes
16+
17+
- dont resolve null slots with same val ([7cf64bb](https://github.com/Agoric/ui-kit/commit/7cf64bb12752759b71b7f202fbe8cd87fa5107f0))
18+
619
## 0.4.0 (2023-07-10)
720

821
### Features

packages/rpc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@agoric/rpc",
33
"description": "RPC Client Library for Agoric Dapps",
44
"license": "Apache-2.0",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"type": "module",
77
"main": "dist/index.js",
88
"publishConfig": {
@@ -16,9 +16,9 @@
1616
"coverage": "vitest run --coverage"
1717
},
1818
"dependencies": {
19+
"@endo/marshal": "^0.8.8",
1920
"vite": "^4.3.2",
20-
"vite-tsconfig-paths": "^4.2.0",
21-
"@endo/marshal": "^0.8.8"
21+
"vite-tsconfig-paths": "^4.2.0"
2222
},
2323
"devDependencies": {
2424
"@typescript-eslint/eslint-plugin": "^5.35.1",

packages/ui-components/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.8.0 (2023-08-19)
7+
8+
### Features
9+
10+
- add ui-components package ([#2321](https://github.com/Agoric/ui-kit/issues/2321)) ([18ebb34](https://github.com/Agoric/ui-kit/commit/18ebb34c112d63854138f5a2b573870372d95131))
11+
- better rendering for initial state ([#2745](https://github.com/Agoric/ui-kit/issues/2745)) ([cf5fe35](https://github.com/Agoric/ui-kit/commit/cf5fe354ab1e3e8e979e4223bb752a8214f5ff6d))
12+
- **react-wallet:** Render empty requests and basic purse amounts ([f5e6947](https://github.com/Agoric/ui-kit/commit/f5e69478c9e87234e470a62f54b8dae20941d4e0))
13+
- separate purse filtering by brand ([#2798](https://github.com/Agoric/ui-kit/issues/2798)) ([880705a](https://github.com/Agoric/ui-kit/commit/880705afec4e107229e56c317fc290a4e3ef6543))
14+
- **wallet-ui:** display set amounts ([#5654](https://github.com/Agoric/ui-kit/issues/5654)) ([22c10c2](https://github.com/Agoric/ui-kit/commit/22c10c23100b04d2973a8edbcc12f45b27edd187))
15+
16+
### Bug Fixes
17+
18+
- Enhance TypeScript node_modules traversal depth ([4407822](https://github.com/Agoric/ui-kit/commit/440782258b8f849c851d403ca2e38e781a52c5a3))
19+
- improve amount UI entry ([#2737](https://github.com/Agoric/ui-kit/issues/2737)) ([f29d3a2](https://github.com/Agoric/ui-kit/commit/f29d3a28ef82ccf9e18f8bcb9f2661205b3d62a5))
20+
- Many more tests use ses-ava ([#2733](https://github.com/Agoric/ui-kit/issues/2733)) ([7014ac8](https://github.com/Agoric/ui-kit/commit/7014ac8e2320d10f6807a70d668025ff51f8525b))
21+
- Pin ESM to forked version ([6f7e31e](https://github.com/Agoric/ui-kit/commit/6f7e31e1771a6b13128874ac68c089c32ab49b67))
22+
- tests use debug settings ([#5567](https://github.com/Agoric/ui-kit/issues/5567)) ([5a203ce](https://github.com/Agoric/ui-kit/commit/5a203ced6b80d8e4a894351afae4acbc5c643ee4))
23+
- **ui-components:** add dummy test:xs target ([2763e84](https://github.com/Agoric/ui-kit/commit/2763e84ece12b5ff55050d52d913fb9b71f5a1f6))
24+
- **ui-components:** dont throw on negative nat input ([#5050](https://github.com/Agoric/ui-kit/issues/5050)) ([2b44f2a](https://github.com/Agoric/ui-kit/commit/2b44f2a96acc7a9ff93092a92e71465adac560a0))
25+
- **ui:** limit decimals displayed for nats ([93b9e01](https://github.com/Agoric/ui-kit/commit/93b9e014c674d823dadb9791977de69e9ff3163c))
26+
- update to depend on ses 0.12.5 ([#2718](https://github.com/Agoric/ui-kit/issues/2718)) ([9185443](https://github.com/Agoric/ui-kit/commit/9185443faa8df0083289309953cc7ebcf99b0aee))
27+
- **wallet-ui:** show all significant digits in nat amounts ([69b8639](https://github.com/Agoric/ui-kit/commit/69b8639f3c8a5da9e61bb3406011455d4fd91fee))
28+
629
## 0.7.0 (2023-07-10)
730

831
### Features
@@ -45,7 +68,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4568
- improve amount UI entry ([#2737](https://github.com/Agoric/ui-kit/issues/2737)) ([f29d3a2](https://github.com/Agoric/ui-kit/commit/f29d3a28ef82ccf9e18f8bcb9f2661205b3d62a5))
4669
- Many more tests use ses-ava ([#2733](https://github.com/Agoric/ui-kit/issues/2733)) ([7014ac8](https://github.com/Agoric/ui-kit/commit/7014ac8e2320d10f6807a70d668025ff51f8525b))
4770
- Pin ESM to forked version ([6f7e31e](https://github.com/Agoric/ui-kit/commit/6f7e31e1771a6b13128874ac68c089c32ab49b67))
48-
- tests use debug settings ([#5567](https://github.com/Agoric/ui-kit/issues/5567)) ([5a203ce](https://github.com/Agoric/ui-kit/commit/5a203ced6b80d8e4a894351afae4acbc5c643ee4))
4971
- **ui-components:** add dummy test:xs target ([2763e84](https://github.com/Agoric/ui-kit/commit/2763e84ece12b5ff55050d52d913fb9b71f5a1f6))
5072
- **ui-components:** dont throw on negative nat input ([#5050](https://github.com/Agoric/ui-kit/issues/5050)) ([2b44f2a](https://github.com/Agoric/ui-kit/commit/2b44f2a96acc7a9ff93092a92e71465adac560a0))
5173
- **ui:** limit decimals displayed for nats ([93b9e01](https://github.com/Agoric/ui-kit/commit/93b9e014c674d823dadb9791977de69e9ff3163c))

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/ui-components",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Reusable UI Components for Agoric Dapps, built with React and MaterialUI",
55
"type": "module",
66
"main": "dist/index.js",

packages/web-components/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.11.0 (2023-08-19)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- remove web dev server
11+
- remove obsolete web components
12+
13+
### Features
14+
15+
- batch rpc wallet connection ([933b31c](https://github.com/Agoric/ui-kit/commit/933b31c388b9908c1a6ca569dc3974effb7ddab6))
16+
- show default wallet url in connection component ([58ce9e0](https://github.com/Agoric/ui-kit/commit/58ce9e02af89b798674347926c00b37090115889))
17+
- support offer signing with keplr ([8ccda1d](https://github.com/Agoric/ui-kit/commit/8ccda1d1019201ba00691237fa594b91b73de92c))
18+
- **wallet-connection:** Connect dapp directly to wallet UI ([#5750](https://github.com/Agoric/ui-kit/issues/5750)) ([7b3dfee](https://github.com/Agoric/ui-kit/commit/7b3dfeef17c779f1604499f2d86ef1b161c86fa5))
19+
- **WalletConnection:** reset connection after connect timeout ([f9360d4](https://github.com/Agoric/ui-kit/commit/f9360d4dcb51239d76a51d5483b09806844791be))
20+
- **WalletConnection:** reset connection if bridge is closed ([4787fde](https://github.com/Agoric/ui-kit/commit/4787fde6075db1c380148aa16f3b883b1ee49332))
21+
- **web-components:** add 'makeAgoricKeplrConnection' util ([#6452](https://github.com/Agoric/ui-kit/issues/6452)) ([68e3539](https://github.com/Agoric/ui-kit/commit/68e35394f4db2ce03283a9cef1b1194bc51ce979))
22+
- **web-components:** add petimage component ([5b3d097](https://github.com/Agoric/ui-kit/commit/5b3d0978ee57433fe0521c3f59db0f202cc49481))
23+
- **web-components:** Add Powerbox-compatible petname component ([20796d1](https://github.com/Agoric/ui-kit/commit/20796d125b3b4a489a19202f87405031370eea34))
24+
- **web-components:** allow custom import context ([f764e8c](https://github.com/Agoric/ui-kit/commit/f764e8c8569664766144042475686bcad8514694))
25+
- **web-components:** provide `makeDefaultLeader` for Casting ([5a4f4f4](https://github.com/Agoric/ui-kit/commit/5a4f4f4bd4ae9e7103305cba359b68fe46f56d0e))
26+
- **web-components:** read purses from bank instead of smart wallet ([#6861](https://github.com/Agoric/ui-kit/issues/6861)) ([63ad6bc](https://github.com/Agoric/ui-kit/commit/63ad6bc5eb7c5e785c253d7a2568cb8dbbc7d978))
27+
- **web-components:** read wallet offer public subscribers ([b1aeafc](https://github.com/Agoric/ui-kit/commit/b1aeafcfa83b1038f34dfe63cc50d10a80838749))
28+
- **web-components:** reset after connection problem ([01d84cb](https://github.com/Agoric/ui-kit/commit/01d84cb9fff5d0d6792235be88f1e3d216931b91))
29+
- **web-components:** send a cache function in the events ([514fc04](https://github.com/Agoric/ui-kit/commit/514fc04fa3d8a77b3a57fa37ff388f9240051dff))
30+
31+
### Bug Fixes
32+
33+
- ALWAYS default to safe ([#6079](https://github.com/Agoric/ui-kit/issues/6079)) ([872af6f](https://github.com/Agoric/ui-kit/commit/872af6fb5d68970b570086847532a0ff931330c2))
34+
- Enhance TypeScript node_modules traversal depth ([4407822](https://github.com/Agoric/ui-kit/commit/440782258b8f849c851d403ca2e38e781a52c5a3))
35+
- less unsafe. what breaks? ([#5922](https://github.com/Agoric/ui-kit/issues/5922)) ([57a5eb0](https://github.com/Agoric/ui-kit/commit/57a5eb0736d3d6582dbfc9a15bf9cd1a496dbcf4))
36+
- log warning instead of throwing ([6247311](https://github.com/Agoric/ui-kit/commit/6247311e55d4dd10b67d7357ba4ad8b557614d51))
37+
- makePublishKit ([#5435](https://github.com/Agoric/ui-kit/issues/5435)) ([ba1365f](https://github.com/Agoric/ui-kit/commit/ba1365fbafb8e71bd3221fe593dc13c49167d5cb))
38+
- Remove lockdown unsafe monkey-patching hack ([18eaeb5](https://github.com/Agoric/ui-kit/commit/18eaeb5c7c7df5278dc3bf99aa47c3e83724927f))
39+
- resolve wallet connection for empty wallet data ([#11](https://github.com/Agoric/ui-kit/issues/11)) ([ebf5d0a](https://github.com/Agoric/ui-kit/commit/ebf5d0afa1d832ef5f99b1d7a83da82debd1f9de))
40+
- update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([6d7e287](https://github.com/Agoric/ui-kit/commit/6d7e287fccf77d8a5a7a33812c0b935734d7c611))
41+
- **wallet-connection:** retry on websocket not bridge ([#5485](https://github.com/Agoric/ui-kit/issues/5485)) ([d199f4a](https://github.com/Agoric/ui-kit/commit/d199f4ad1378cf037fe337b1cbca307096a39e61))
42+
- **wallet/ui:** style connection component better ([#5984](https://github.com/Agoric/ui-kit/issues/5984)) ([134a7eb](https://github.com/Agoric/ui-kit/commit/134a7eb4938623ac8f322cc6883b27a22b62568b))
43+
- **web-components:** add 100ms delay to deflake test ([3d3853c](https://github.com/Agoric/ui-kit/commit/3d3853cd18390057824536c454e052e0a67e6052))
44+
- **web-components:** attempt to de-flake test ([c38c572](https://github.com/Agoric/ui-kit/commit/c38c572d4fe50719933ca29e4367e1337d786208))
45+
- **web-components:** fix change in update warning ([80971a1](https://github.com/Agoric/ui-kit/commit/80971a13b741022bba3febf023fa3a00dd3d07df))
46+
47+
### Miscellaneous Chores
48+
49+
- remove obsolete web components ([ac00c0d](https://github.com/Agoric/ui-kit/commit/ac00c0d8d044eeec97f672b3bb6415342f1e2a87))
50+
- remove web dev server ([368bc1f](https://github.com/Agoric/ui-kit/commit/368bc1f33dcee146790db8c3aca7db4aa067a416))
51+
652
## 0.10.0 (2023-07-10)
753

854
### ⚠ BREAKING CHANGES

packages/web-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Webcomponents for Agoric dapps",
44
"license": "Apache-2.0",
55
"author": "Agoric",
6-
"version": "0.10.0",
6+
"version": "0.11.0",
77
"main": "dist/index.js",
88
"scripts": {
99
"prepack": "tsc --build tsconfig.build.json",
@@ -40,8 +40,8 @@
4040
"eslint": "^8.36.0",
4141
"eslint-plugin-lit": "^1.8.2",
4242
"eslint-plugin-lit-a11y": "^2.4.0",
43-
"vitest": "^0.34.1",
44-
"ses": "0.18.7"
43+
"ses": "0.18.7",
44+
"vitest": "^0.34.1"
4545
},
4646
"customElements": "custom-elements.json",
4747
"eslintConfig": {

0 commit comments

Comments
 (0)