diff --git a/CHANGES.md b/CHANGES.md index 6d333c6..2c4522e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/cloud/CHANGES.md b/cloud/CHANGES.md index 5cdcb9e..edf6cf5 100644 --- a/cloud/CHANGES.md +++ b/cloud/CHANGES.md @@ -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) diff --git a/cloud/Core/Spatial.csproj b/cloud/Core/Spatial.csproj index 9226b00..cf12c74 100644 --- a/cloud/Core/Spatial.csproj +++ b/cloud/Core/Spatial.csproj @@ -13,7 +13,7 @@ MIT https://github.com/sptlco/spatial nupkg - 1.38.0 + 1.39.0 diff --git a/cloud/Server/appsettings.json b/cloud/Server/appsettings.json index 951821b..56533cf 100644 --- a/cloud/Server/appsettings.json +++ b/cloud/Server/appsettings.json @@ -1,5 +1,5 @@ { "Name": "Spatial", - "Version": "1.38.0", + "Version": "1.39.0", "Endpoints": "http://*:80, socket://*:9010" } diff --git a/interface/client/CHANGES.md b/interface/client/CHANGES.md index 2aca8fd..5831a9a 100644 --- a/interface/client/CHANGES.md +++ b/interface/client/CHANGES.md @@ -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) diff --git a/interface/client/package.json b/interface/client/package.json index e0607d1..46e39c5 100644 --- a/interface/client/package.json +++ b/interface/client/package.json @@ -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", diff --git a/interface/data/CHANGES.md b/interface/data/CHANGES.md index 6606e4f..ad00585 100644 --- a/interface/data/CHANGES.md +++ b/interface/data/CHANGES.md @@ -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) diff --git a/interface/data/package.json b/interface/data/package.json index a00b668..aa23763 100644 --- a/interface/data/package.json +++ b/interface/data/package.json @@ -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", diff --git a/interface/web/CHANGES.md b/interface/web/CHANGES.md index 070cdf3..d3713a7 100644 --- a/interface/web/CHANGES.md +++ b/interface/web/CHANGES.md @@ -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) diff --git a/interface/web/package.json b/interface/web/package.json index 84a75fd..be5903d 100644 --- a/interface/web/package.json +++ b/interface/web/package.json @@ -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", diff --git a/manifest.json b/manifest.json index 6b84688..80da745 100644 --- a/manifest.json +++ b/manifest.json @@ -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"}