diff --git a/CHANGES.md b/CHANGES.md index f858393..dc99e5a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [1.35.0](https://github.com/sptlco/spatial/compare/spatial-1.34.1...spatial-1.35.0) (2026-05-04) + + +### Features + +* Added an asset creator ([#172](https://github.com/sptlco/spatial/issues/172)) ([7db5c55](https://github.com/sptlco/spatial/commit/7db5c55baf2e403236de9c811fd134d794f9af79)) +* Added an inventory system ([#172](https://github.com/sptlco/spatial/issues/172)) ([9d77eb3](https://github.com/sptlco/spatial/commit/9d77eb39a91e441016de9a17d78fb8c11aeeb63a)) +* Streamlined the interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([effdd23](https://github.com/sptlco/spatial/commit/effdd23f9464f5174d72c947746219a16bcc7c76)) + ## [1.34.1](https://github.com/sptlco/spatial/compare/spatial-1.34.0...spatial-1.34.1) (2026-04-27) diff --git a/cloud/CHANGES.md b/cloud/CHANGES.md index 2be5ed2..4980c6e 100644 --- a/cloud/CHANGES.md +++ b/cloud/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [1.41.0](https://github.com/sptlco/spatial/compare/spatial-cloud-1.40.0...spatial-cloud-1.41.0) (2026-05-04) + + +### Features + +* Added an asset creator ([#172](https://github.com/sptlco/spatial/issues/172)) ([7db5c55](https://github.com/sptlco/spatial/commit/7db5c55baf2e403236de9c811fd134d794f9af79)) +* Added an inventory system ([#172](https://github.com/sptlco/spatial/issues/172)) ([9d77eb3](https://github.com/sptlco/spatial/commit/9d77eb39a91e441016de9a17d78fb8c11aeeb63a)) +* Streamlined the interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([effdd23](https://github.com/sptlco/spatial/commit/effdd23f9464f5174d72c947746219a16bcc7c76)) + ## [1.40.0](https://github.com/sptlco/spatial/compare/spatial-cloud-1.39.0...spatial-cloud-1.40.0) (2026-04-27) diff --git a/cloud/Core/Spatial.csproj b/cloud/Core/Spatial.csproj index d0293cb..a8b2465 100644 --- a/cloud/Core/Spatial.csproj +++ b/cloud/Core/Spatial.csproj @@ -13,7 +13,7 @@ MIT https://github.com/sptlco/spatial nupkg - 1.40.0 + 1.41.0 diff --git a/cloud/Server/appsettings.json b/cloud/Server/appsettings.json index 66b50bd..b78d7a0 100644 --- a/cloud/Server/appsettings.json +++ b/cloud/Server/appsettings.json @@ -1,5 +1,5 @@ { "Name": "Spatial", - "Version": "1.40.0", + "Version": "1.41.0", "Endpoints": "http://*:80, socket://*:9010" } diff --git a/interface/client/CHANGES.md b/interface/client/CHANGES.md index 5831a9a..112a5c3 100644 --- a/interface/client/CHANGES.md +++ b/interface/client/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [1.15.0](https://github.com/sptlco/spatial/compare/spatial-interface-client-1.14.0...spatial-interface-client-1.15.0) (2026-05-04) + + +### Features + +* Added an asset creator ([#172](https://github.com/sptlco/spatial/issues/172)) ([7db5c55](https://github.com/sptlco/spatial/commit/7db5c55baf2e403236de9c811fd134d794f9af79)) +* Added an inventory system ([#172](https://github.com/sptlco/spatial/issues/172)) ([9d77eb3](https://github.com/sptlco/spatial/commit/9d77eb39a91e441016de9a17d78fb8c11aeeb63a)) + ## [1.14.0](https://github.com/sptlco/spatial/compare/spatial-interface-client-1.13.0...spatial-interface-client-1.14.0) (2026-04-27) diff --git a/interface/client/package.json b/interface/client/package.json index 46e39c5..b2a1650 100644 --- a/interface/client/package.json +++ b/interface/client/package.json @@ -1,6 +1,6 @@ { "name": "@sptlco/client", - "version": "1.14.0", + "version": "1.15.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 ad00585..e9b288a 100644 --- a/interface/data/CHANGES.md +++ b/interface/data/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [1.13.0](https://github.com/sptlco/spatial/compare/spatial-interface-data-1.12.0...spatial-interface-data-1.13.0) (2026-05-04) + + +### Features + +* Added an asset creator ([#172](https://github.com/sptlco/spatial/issues/172)) ([7db5c55](https://github.com/sptlco/spatial/commit/7db5c55baf2e403236de9c811fd134d794f9af79)) +* Added an inventory system ([#172](https://github.com/sptlco/spatial/issues/172)) ([9d77eb3](https://github.com/sptlco/spatial/commit/9d77eb39a91e441016de9a17d78fb8c11aeeb63a)) +* Streamlined the interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([effdd23](https://github.com/sptlco/spatial/commit/effdd23f9464f5174d72c947746219a16bcc7c76)) + ## [1.12.0](https://github.com/sptlco/spatial/compare/spatial-interface-data-1.11.0...spatial-interface-data-1.12.0) (2026-04-27) diff --git a/interface/data/package.json b/interface/data/package.json index a8ccabc..0f71b5d 100644 --- a/interface/data/package.json +++ b/interface/data/package.json @@ -1,6 +1,6 @@ { "name": "@sptlco/data", - "version": "1.12.0", + "version": "1.13.0", "description": "Data types and contract definitions.", "main": "index.ts", "author": "Spatial Corporation", diff --git a/interface/design/CHANGES.md b/interface/design/CHANGES.md index 7eebb0d..23372d3 100644 --- a/interface/design/CHANGES.md +++ b/interface/design/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [1.26.0](https://github.com/sptlco/spatial/compare/spatial-interface-design-1.25.0...spatial-interface-design-1.26.0) (2026-05-04) + + +### Features + +* Added an asset creator ([#172](https://github.com/sptlco/spatial/issues/172)) ([7db5c55](https://github.com/sptlco/spatial/commit/7db5c55baf2e403236de9c811fd134d794f9af79)) +* Added an inventory system ([#172](https://github.com/sptlco/spatial/issues/172)) ([9d77eb3](https://github.com/sptlco/spatial/commit/9d77eb39a91e441016de9a17d78fb8c11aeeb63a)) +* Streamlined the interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([effdd23](https://github.com/sptlco/spatial/commit/effdd23f9464f5174d72c947746219a16bcc7c76)) + ## [1.25.0](https://github.com/sptlco/spatial/compare/spatial-interface-design-1.24.0...spatial-interface-design-1.25.0) (2026-04-22) diff --git a/interface/design/package.json b/interface/design/package.json index 79c498e..0cb7251 100644 --- a/interface/design/package.json +++ b/interface/design/package.json @@ -1,6 +1,6 @@ { "name": "@sptlco/design", - "version": "1.25.0", + "version": "1.26.0", "description": "Reusable components and styles for beautiful interfaces.", "main": "index.ts", "author": "Spatial Corporation", diff --git a/interface/web/CHANGES.md b/interface/web/CHANGES.md index e0f5ad2..ed56430 100644 --- a/interface/web/CHANGES.md +++ b/interface/web/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [1.37.0](https://github.com/sptlco/spatial/compare/spatial-interface-web-1.36.1...spatial-interface-web-1.37.0) (2026-05-04) + + +### Features + +* Added an asset creator ([#172](https://github.com/sptlco/spatial/issues/172)) ([7db5c55](https://github.com/sptlco/spatial/commit/7db5c55baf2e403236de9c811fd134d794f9af79)) +* Added an inventory system ([#172](https://github.com/sptlco/spatial/issues/172)) ([9d77eb3](https://github.com/sptlco/spatial/commit/9d77eb39a91e441016de9a17d78fb8c11aeeb63a)) +* Streamlined the interface ([#172](https://github.com/sptlco/spatial/issues/172)) ([effdd23](https://github.com/sptlco/spatial/commit/effdd23f9464f5174d72c947746219a16bcc7c76)) + ## [1.36.1](https://github.com/sptlco/spatial/compare/spatial-interface-web-1.36.0...spatial-interface-web-1.36.1) (2026-04-27) diff --git a/interface/web/package.json b/interface/web/package.json index 2fc1cc3..c43603b 100644 --- a/interface/web/package.json +++ b/interface/web/package.json @@ -1,6 +1,6 @@ { "name": "@spatial/web", - "version": "1.36.1", + "version": "1.37.0", "private": true, "scripts": { "dev": "next dev --turbopack -H 0.0.0.0", diff --git a/manifest.json b/manifest.json index 7fd8181..8afe649 100644 --- a/manifest.json +++ b/manifest.json @@ -1 +1 @@ -{"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"} +{"cloud":"1.41.0","api":"1.4.1","interface/web":"1.37.0","interface/mobile":"1.2.2","interface/design":"1.26.0",".":"1.35.0","interface/server":"1.1.0","interface/client":"1.15.0","interface/data":"1.13.0"}