Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ton-connect/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4dadf57f9c6bba9dcbaa003a7ea27ad9b99ce921
Choose a base ref
...
head repository: ton-connect/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e6afbeae6b36f0025c975213991bdb456a3df495
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 13, 2025

  1. Copy the full SHA
    8fde00c View commit details
  2. Copy the full SHA
    9f26590 View commit details
  3. chore(ui-react): release version 2.0.11

    thekiba committed Jan 13, 2025
    Copy the full SHA
    e6afbea View commit details
Showing with 16 additions and 3 deletions.
  1. +9 −0 packages/ui-react/CHANGELOG.md
  2. +2 −2 packages/ui-react/package.json
  3. +4 −0 packages/ui/CHANGELOG.md
  4. +1 −1 packages/ui/package.json
9 changes: 9 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog @tonconnect/ui-react

## [2.0.11](https://github.com/ton-connect/sdk/compare/ui-react-2.0.10...ui-react-2.0.11) (2025-01-13)


### Bug Fixes

* **ui-react:** update @tonconnect/ui dependency to 2.0.11 ([9f26590](https://github.com/ton-connect/sdk/commit/9f26590b8e807f0be6d0b4d9ee8ef735bb54e892))



## [2.0.10](https://github.com/ton-connect/sdk/compare/ui-react-2.0.10-beta.3...ui-react-2.0.10) (2025-01-13)


4 changes: 2 additions & 2 deletions packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonconnect/ui-react",
"version": "2.0.10",
"version": "2.0.11",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
@@ -52,7 +52,7 @@
"vite-plugin-dts": "^1.7.1"
},
"dependencies": {
"@tonconnect/ui": "2.0.10-beta.3"
"@tonconnect/ui": "2.0.11"
},
"peerDependencies": {
"react": ">=17.0.0",
4 changes: 4 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog @tonconnect/ui

## [2.0.11](https://github.com/ton-connect/sdk/compare/ui-2.0.10...ui-2.0.11) (2025-01-13)



## [2.0.10](https://github.com/ton-connect/sdk/compare/ui-2.0.10-beta.3...ui-2.0.10) (2025-01-13)


2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonconnect/ui",
"version": "2.0.10",
"version": "2.0.11",
"scripts": {
"start": "vite --host",
"dev": "vite",