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
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.32.0](https://github.com/sptlco/spatial/compare/spatial-1.31.0...spatial-1.32.0) (2026-04-22)


### Features

* Added a blog ([b3fb444](https://github.com/sptlco/spatial/commit/b3fb444c9339b35852729913cef649fefbceed48))
* Added a neural editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([e839cb7](https://github.com/sptlco/spatial/commit/e839cb7ea841955692dd06d436deb77e0aa1ad82))
* Added a neural editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([159947d](https://github.com/sptlco/spatial/commit/159947d810cd8a3bcb0f47792095151584c1cdd0))
* Added a neuron editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([7112f73](https://github.com/sptlco/spatial/commit/7112f738dba6f6769ab2a973dbb47578c92d9adc))
* Added an empty network indicator ([#172](https://github.com/sptlco/spatial/issues/172)) ([9dc93b5](https://github.com/sptlco/spatial/commit/9dc93b5e602ae8fe9630a1d7936faf5599970824))
* Added an empty post indicator ([a6a2c22](https://github.com/sptlco/spatial/commit/a6a2c22eaaa98e9f85437b15cf966e05111272a6))
* Added blog filters ([b0af33a](https://github.com/sptlco/spatial/commit/b0af33a3affaf2c9f318ccc3f8f48af58b02a2ad))
* Convert PYUSD to USDC ([368f76e](https://github.com/sptlco/spatial/commit/368f76ebfe43d8f8f584fed0d9da304447293189))
* Recolored the neural interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([e3ee205](https://github.com/sptlco/spatial/commit/e3ee205bf283a067e0b7b8408cb93c300351cea6))


### Bug Fixes

* Removed sweep logic ([6477945](https://github.com/sptlco/spatial/commit/6477945015e76ae0166d31be6ae6186680ee2551))
* Route stablecoins directly. ([1c0fe48](https://github.com/sptlco/spatial/commit/1c0fe486ffba7e974ef543b696166e9ec9f4f5c6))

## [1.31.0](https://github.com/sptlco/spatial/compare/spatial-1.30.0...spatial-1.31.0) (2026-04-14)


Expand Down
13 changes: 13 additions & 0 deletions cloud/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.38.0](https://github.com/sptlco/spatial/compare/spatial-cloud-1.37.0...spatial-cloud-1.38.0) (2026-04-22)


### Features

* Convert PYUSD to USDC ([368f76e](https://github.com/sptlco/spatial/commit/368f76ebfe43d8f8f584fed0d9da304447293189))


### Bug Fixes

* Removed sweep logic ([6477945](https://github.com/sptlco/spatial/commit/6477945015e76ae0166d31be6ae6186680ee2551))
* Route stablecoins directly. ([1c0fe48](https://github.com/sptlco/spatial/commit/1c0fe486ffba7e974ef543b696166e9ec9f4f5c6))

## [1.37.0](https://github.com/sptlco/spatial/compare/spatial-cloud-1.36.0...spatial-cloud-1.37.0) (2026-04-14)


Expand Down
2 changes: 1 addition & 1 deletion cloud/Core/Spatial.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/sptlco/spatial</RepositoryUrl>
<PackageOutputPath>nupkg</PackageOutputPath>
<Version>1.37.0</Version> <!-- x-release-please-version -->
<Version>1.38.0</Version> <!-- x-release-please-version -->
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Generators\Spatial.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
Expand Down
2 changes: 1 addition & 1 deletion cloud/Server/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Name": "Spatial",
"Version": "1.37.0",
"Version": "1.38.0",
"Endpoints": "http://*:80, socket://*:9010"
}
7 changes: 7 additions & 0 deletions interface/client/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/sptlco/spatial/compare/spatial-interface-client-1.12.0...spatial-interface-client-1.13.0) (2026-04-22)


### Features

* Added a neuron editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([7112f73](https://github.com/sptlco/spatial/commit/7112f738dba6f6769ab2a973dbb47578c92d9adc))

## [1.12.0](https://github.com/sptlco/spatial/compare/spatial-interface-client-1.11.0...spatial-interface-client-1.12.0) (2026-04-08)


Expand Down
2 changes: 1 addition & 1 deletion interface/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sptlco/client",
"version": "1.12.0",
"version": "1.13.0",
"description": "Client module for cloud communication.",
"main": "index.ts",
"author": "Spatial Corporation",
Expand Down
7 changes: 7 additions & 0 deletions interface/data/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.0](https://github.com/sptlco/spatial/compare/spatial-interface-data-1.10.0...spatial-interface-data-1.11.0) (2026-04-22)


### Features

* Added a neuron editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([7112f73](https://github.com/sptlco/spatial/commit/7112f738dba6f6769ab2a973dbb47578c92d9adc))

## [1.10.0](https://github.com/sptlco/spatial/compare/spatial-interface-data-1.9.0...spatial-interface-data-1.10.0) (2026-04-14)


Expand Down
2 changes: 1 addition & 1 deletion interface/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sptlco/data",
"version": "1.10.0",
"version": "1.11.0",
"description": "Data types and contract definitions.",
"main": "index.ts",
"author": "Spatial Corporation",
Expand Down
9 changes: 9 additions & 0 deletions interface/design/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.25.0](https://github.com/sptlco/spatial/compare/spatial-interface-design-1.24.0...spatial-interface-design-1.25.0) (2026-04-22)


### Features

* Added a neural editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([159947d](https://github.com/sptlco/spatial/commit/159947d810cd8a3bcb0f47792095151584c1cdd0))
* Added a neuron editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([7112f73](https://github.com/sptlco/spatial/commit/7112f738dba6f6769ab2a973dbb47578c92d9adc))
* Added blog filters ([b0af33a](https://github.com/sptlco/spatial/commit/b0af33a3affaf2c9f318ccc3f8f48af58b02a2ad))

## [1.24.0](https://github.com/sptlco/spatial/compare/spatial-interface-design-1.23.0...spatial-interface-design-1.24.0) (2026-04-14)


Expand Down
2 changes: 1 addition & 1 deletion interface/design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sptlco/design",
"version": "1.24.0",
"version": "1.25.0",
"description": "Reusable components and styles for beautiful interfaces.",
"main": "index.ts",
"author": "Spatial Corporation",
Expand Down
14 changes: 14 additions & 0 deletions interface/web/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* Added a blog ([b3fb444](https://github.com/sptlco/spatial/commit/b3fb444c9339b35852729913cef649fefbceed48))
* Added a neural editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([e839cb7](https://github.com/sptlco/spatial/commit/e839cb7ea841955692dd06d436deb77e0aa1ad82))
* Added a neural editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([159947d](https://github.com/sptlco/spatial/commit/159947d810cd8a3bcb0f47792095151584c1cdd0))
* Added a neuron editor ([#172](https://github.com/sptlco/spatial/issues/172)) ([7112f73](https://github.com/sptlco/spatial/commit/7112f738dba6f6769ab2a973dbb47578c92d9adc))
* Added an empty network indicator ([#172](https://github.com/sptlco/spatial/issues/172)) ([9dc93b5](https://github.com/sptlco/spatial/commit/9dc93b5e602ae8fe9630a1d7936faf5599970824))
* Added an empty post indicator ([a6a2c22](https://github.com/sptlco/spatial/commit/a6a2c22eaaa98e9f85437b15cf966e05111272a6))
* Added blog filters ([b0af33a](https://github.com/sptlco/spatial/commit/b0af33a3affaf2c9f318ccc3f8f48af58b02a2ad))
* Recolored the neural interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([e3ee205](https://github.com/sptlco/spatial/commit/e3ee205bf283a067e0b7b8408cb93c300351cea6))

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


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.34.0",
"version": "1.35.0",
"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.37.0","api":"1.4.1","interface/web":"1.34.0","interface/mobile":"1.2.2","interface/design":"1.24.0",".":"1.31.0","interface/server":"1.1.0","interface/client":"1.12.0","interface/data":"1.10.0"}
{"cloud":"1.38.0","api":"1.4.1","interface/web":"1.35.0","interface/mobile":"1.2.2","interface/design":"1.25.0",".":"1.32.0","interface/server":"1.1.0","interface/client":"1.13.0","interface/data":"1.11.0"}
Loading