Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.34.1](https://github.com/sptlco/spatial/compare/spatial-1.34.0...spatial-1.34.1) (2026-04-27)


### Bug Fixes

* Updated wallet import ([#172](https://github.com/sptlco/spatial/issues/172)) ([0347dca](https://github.com/sptlco/spatial/commit/0347dcaca4c15a1b278839f93a13536f3e5f97f7))

## [1.34.0](https://github.com/sptlco/spatial/compare/spatial-1.33.0...spatial-1.34.0) (2026-04-27)


Expand Down
7 changes: 7 additions & 0 deletions interface/web/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.36.1](https://github.com/sptlco/spatial/compare/spatial-interface-web-1.36.0...spatial-interface-web-1.36.1) (2026-04-27)


### Bug Fixes

* Updated wallet import ([#172](https://github.com/sptlco/spatial/issues/172)) ([0347dca](https://github.com/sptlco/spatial/commit/0347dcaca4c15a1b278839f93a13536f3e5f97f7))

## [1.36.0](https://github.com/sptlco/spatial/compare/spatial-interface-web-1.35.0...spatial-interface-web-1.36.0) (2026-04-27)


Expand Down
2 changes: 1 addition & 1 deletion interface/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spatial/web",
"version": "1.36.0",
"version": "1.36.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack -H 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cloud":"1.40.0","api":"1.4.1","interface/web":"1.36.0","interface/mobile":"1.2.2","interface/design":"1.25.0",".":"1.34.0","interface/server":"1.1.0","interface/client":"1.14.0","interface/data":"1.12.0"}
{"cloud":"1.40.0","api":"1.4.1","interface/web":"1.36.1","interface/mobile":"1.2.2","interface/design":"1.25.0",".":"1.34.1","interface/server":"1.1.0","interface/client":"1.14.0","interface/data":"1.12.0"}
Loading