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.33.0](https://github.com/sptlco/spatial/compare/spatial-1.32.0...spatial-1.33.0) (2026-04-27)


### Features

* Added inventory support ([#172](https://github.com/sptlco/spatial/issues/172)) ([c30cdd6](https://github.com/sptlco/spatial/commit/c30cdd6e64232ec0d4627da4c8e46f9b1f07b625))

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


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

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


### Features

* Added inventory support ([#172](https://github.com/sptlco/spatial/issues/172)) ([c30cdd6](https://github.com/sptlco/spatial/commit/c30cdd6e64232ec0d4627da4c8e46f9b1f07b625))

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


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.38.0</Version> <!-- x-release-please-version -->
<Version>1.39.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.38.0",
"Version": "1.39.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.14.0](https://github.com/sptlco/spatial/compare/spatial-interface-client-1.13.0...spatial-interface-client-1.14.0) (2026-04-27)


### Features

* Added inventory support ([#172](https://github.com/sptlco/spatial/issues/172)) ([c30cdd6](https://github.com/sptlco/spatial/commit/c30cdd6e64232ec0d4627da4c8e46f9b1f07b625))

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


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.13.0",
"version": "1.14.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.12.0](https://github.com/sptlco/spatial/compare/spatial-interface-data-1.11.0...spatial-interface-data-1.12.0) (2026-04-27)


### Features

* Added inventory support ([#172](https://github.com/sptlco/spatial/issues/172)) ([c30cdd6](https://github.com/sptlco/spatial/commit/c30cdd6e64232ec0d4627da4c8e46f9b1f07b625))

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


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.11.0",
"version": "1.12.0",
"description": "Data types and contract definitions.",
"main": "index.ts",
"author": "Spatial Corporation",
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.0](https://github.com/sptlco/spatial/compare/spatial-interface-web-1.35.0...spatial-interface-web-1.36.0) (2026-04-27)


### Features

* Added inventory support ([#172](https://github.com/sptlco/spatial/issues/172)) ([c30cdd6](https://github.com/sptlco/spatial/commit/c30cdd6e64232ec0d4627da4c8e46f9b1f07b625))

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


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.35.0",
"version": "1.36.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.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"}
{"cloud":"1.39.0","api":"1.4.1","interface/web":"1.36.0","interface/mobile":"1.2.2","interface/design":"1.25.0",".":"1.33.0","interface/server":"1.1.0","interface/client":"1.14.0","interface/data":"1.12.0"}
Loading