Skip to content

Commit

Permalink
Merge branch 'main' into feature/ledger-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Dec 25, 2024
2 parents 4c93dd8 + 14d030a commit b1ea81c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
if: always() && runner.os == 'macOS'
run: |
rm ${{ github.workspace }}/AuthKey.p8
ipad-build:
uses: ./.github/workflows/ipad-build.yaml
secrets: inherit

web-build:
uses: ./.github/workflows/web-build.yaml
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tonkeeper/desktop",
"license": "Apache-2.0",
"version": "3.26.2",
"version": "3.27.0",
"description": "Your desktop wallet on The Open Network",
"main": ".webpack/main",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonkeeper/extension",
"version": "3.26.2",
"version": "3.27.0",
"author": "Ton APPS UK Limited <support@tonkeeper.com>",
"description": "Your extension wallet on The Open Network",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/tablet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonkeeper/tablet",
"version": "3.1.0",
"version": "3.2.0",
"license": "Apache-2.0",
"description": "Your tablet wallet on The Open Network",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion apps/twa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonkeeper/twa",
"version": "3.26.2",
"version": "3.27.0",
"author": "Ton APPS UK Limited <support@tonkeeper.com>",
"description": "Your telegram mini app wallet on The Open Network",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonkeeper/web",
"version": "3.26.2",
"version": "3.27.0",
"author": "Ton APPS UK Limited <support@tonkeeper.com>",
"description": "Your web wallet on The Open Network",
"dependencies": {
Expand Down

0 comments on commit b1ea81c

Please sign in to comment.