Skip to content

Commit

Permalink
Merge pull request #1714 from oasisprotocol/pro-wh/feature/tsrel
Browse files Browse the repository at this point in the history
ts-web: release
  • Loading branch information
pro-wh committed May 1, 2024
2 parents eb9ef6f + 702b591 commit d334cd0
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 16 deletions.
14 changes: 14 additions & 0 deletions client-sdk/ts-web/core/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.1.0

Spotlight change:

- Compatibility with oasis-core is updated to 23.0.10.
There's a few new methods, structures, and changes to existing methods.

Little things:

- Our dependency on js-sha512 is bumped to 0.9.0, which corrects a bug that
didn't affect our use of the library.
However, this may affect other parts of your codebase if you depended on,
for example, `"js-sha512": ">=0.8.0"`, and used it to hash strings.

## v1.0.0

Spotlight change:
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisprotocol/client",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/core",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test-e2e-cy": "cypress run"
},
"dependencies": {
"@oasisprotocol/client": "^1.0.0"
"@oasisprotocol/client": "^1.1.0"
},
"devDependencies": {
"@oasisprotocol/client-rt": "^1.0.0",
"@oasisprotocol/client-rt": "^1.1.0",
"buffer": "^6.0.3",
"cypress": "^13.8.0",
"prettier": "^3.2.5",
Expand Down
20 changes: 10 additions & 10 deletions client-sdk/ts-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions client-sdk/ts-web/rt/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.1.0

Spotlight change:

- Our dependency on js-sha512 is bumped to 0.9.0, which corrects a bug that
didn't affect our use of the library.
However, this may affect other parts of your codebase if you depended on,
for example, `"js-sha512": ">=0.8.0"`, and used it to hash strings.

## v1.0.0

Spotlight change:
Expand Down
4 changes: 2 additions & 2 deletions client-sdk/ts-web/rt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisprotocol/client-rt",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/rt",
"repository": {
Expand All @@ -22,7 +22,7 @@
"test-e2e-cy": "cypress run"
},
"dependencies": {
"@oasisprotocol/client": "^1.0.0",
"@oasisprotocol/client": "^1.1.0",
"@oasisprotocol/deoxysii": "^0.0.5",
"elliptic": "^6.5.5",
"js-sha512": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/ts-web/signer-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"@oasisprotocol/client": "^1.0.0",
"@oasisprotocol/client": "^1.1.0",
"@oasisprotocol/ledger": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d334cd0

Please sign in to comment.