@coreason-ai/sensory-core 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.2.0](https://github.com/CoReason-AI/coreason-sensory-core/compare/v1.1.0...v1.2.0) (2026-05-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add root custom theme variables and fallback support ([db505ed](https://github.com/CoReason-AI/coreason-sensory-core/commit/db505ed541123139d43bd16b1a35817cc8543dde))
|
|
14
|
+
* **release:** transition package to fully dynamic runtime versioning ([fa7b58e](https://github.com/CoReason-AI/coreason-sensory-core/commit/fa7b58ef42eee853e90ded1ba577ba462feb504f))
|
|
15
|
+
* **release:** transition python packages to fully dynamic runtime versioning ([7eef046](https://github.com/CoReason-AI/coreason-sensory-core/commit/7eef046b0cef6fcd2cf19df950002dffe52b6745))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **release:** authenticate npm publish with registry-url and NODE_AUTH_TOKEN ([4f1eb21](https://github.com/CoReason-AI/coreason-sensory-core/commit/4f1eb210431dbbb303af373ece8a9db0e9ef1c5b))
|
|
21
|
+
* **release:** remove failing global npm upgrade step from publish workflow ([10b2ddc](https://github.com/CoReason-AI/coreason-sensory-core/commit/10b2ddcbb84fb37b105e53366dfad2cce10676e5))
|
|
22
|
+
* **release:** use OIDC trusted publishing for npm registry ([340e9c2](https://github.com/CoReason-AI/coreason-sensory-core/commit/340e9c215dca1b60f0c83423297f6df9477bce35))
|
|
23
|
+
|
|
8
24
|
## [1.0.0] - 2026-05-18
|
|
9
25
|
|
|
10
26
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreason-ai/sensory-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Topos-Theoretic UI primitive library for the CoReason Cybernetic Manifold. Stateless, hollow React components that project coreason-manifest Pydantic ASTs into the DOM.",
|
|
5
5
|
"license": "Prosperity-3.0",
|
|
6
6
|
"author": "CoReason, Inc. <info@coreason.ai>",
|