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: 1be15d8f4fa0868c1df8ae956ae25b40348b2519
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: 3aa4db5b4d27f3ef2df278988a5c1b0ec8db8928
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 8, 2024

  1. Copy the full SHA
    7c6cefd View commit details
  2. Copy the full SHA
    f305117 View commit details
  3. Copy the full SHA
    755c6cb View commit details
  4. chore(ui-react): release version 2.0.6

    thekiba committed Jul 8, 2024
    Copy the full SHA
    3aa4db5 View commit details
Showing with 18 additions and 3 deletions.
  1. +4 −0 packages/ui-react/CHANGELOG.md
  2. +2 −2 packages/ui-react/package.json
  3. +9 −0 packages/ui/CHANGELOG.md
  4. +1 −1 packages/ui/package.json
  5. +1 −0 packages/ui/vite.cdn-config.ts
  6. +1 −0 packages/ui/vite.config.ts
4 changes: 4 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog @tonconnect/ui-react

## [2.0.6](https://github.com/ton-connect/sdk/compare/ui-react-2.0.5...ui-react-2.0.6) (2024-07-08)



## [2.0.5](https://github.com/ton-connect/sdk/compare/ui-react-2.0.4...ui-react-2.0.5) (2024-06-08)


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.5",
"version": "2.0.6",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
@@ -52,7 +52,7 @@
"vite-plugin-dts": "^1.7.1"
},
"dependencies": {
"@tonconnect/ui": "2.0.5"
"@tonconnect/ui": "2.0.6"
},
"peerDependencies": {
"react": ">=17.0.0",
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog @tonconnect/ui

## [2.0.6](https://github.com/ton-connect/sdk/compare/ui-2.0.5...ui-2.0.6) (2024-07-08)


### Bug Fixes

* **ui:** resolve environment issue in vite configs for solid-floating-ui ([7c6cefd](https://github.com/ton-connect/sdk/commit/7c6cefdbf414216fa4040b11e5ec2797caffbba3))



## [2.0.5](https://github.com/ton-connect/sdk/compare/ui-2.0.4...ui-2.0.5) (2024-06-08)


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.5",
"version": "2.0.6",
"scripts": {
"start": "vite --host",
"dev": "vite",
1 change: 1 addition & 0 deletions packages/ui/vite.cdn-config.ts
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ export default defineConfig({
exclude: ['csstype']
},
define: {
'process.env': {},
TON_CONNECT_UI_VERSION: JSON.stringify(version)
},
build: {
1 change: 1 addition & 0 deletions packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ export default defineConfig({
exclude: ['csstype']
},
define: {
'process.env': {},
TON_CONNECT_UI_VERSION: JSON.stringify(version)
},
build: {