scenri 0.6.11 → 0.6.12
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 +8 -0
- package/dist/serve.js +10 -0
- package/package.json +1 -1
- package/studio-dist/assets/{index-BG-cxlng.css → index-BxndNQUR.css} +1 -1
- package/studio-dist/assets/index-CloVtkXx.js +103 -0
- package/studio-dist/index.html +2 -2
- package/studio-dist/assets/index-CGjGxrsJ.js +0 -103
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.12](https://github.com/tonygorb/Scenri/compare/v0.6.11...v0.6.12) (2026-08-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **composer:** a reference chip shows the image it holds ([c73b29c](https://github.com/tonygorb/Scenri/commit/c73b29cd2d43bf057138294936a2db4ec9fc1026))
|
|
9
|
+
* **composer:** a reference chip shows the image it holds ([364b4d4](https://github.com/tonygorb/Scenri/commit/364b4d4effe6288190cf41df80379ea7a2eb4dfa))
|
|
10
|
+
|
|
3
11
|
## [0.6.11](https://github.com/tonygorb/Scenri/compare/v0.6.10...v0.6.11) (2026-08-29)
|
|
4
12
|
|
|
5
13
|
|
package/dist/serve.js
CHANGED
|
@@ -8225,6 +8225,16 @@ function registerImageRoutes(app, deps) {
|
|
|
8225
8225
|
|
|
8226
8226
|
// src/release/notes.data.ts
|
|
8227
8227
|
var RELEASES = [
|
|
8228
|
+
{
|
|
8229
|
+
version: "0.6.12",
|
|
8230
|
+
date: "2026-08-29",
|
|
8231
|
+
sections: [
|
|
8232
|
+
{
|
|
8233
|
+
heading: "Create",
|
|
8234
|
+
body: "Hovering a reference image in the brief shows what it is, and opening one shows it at a size you can read. The same holds for a brand mark, and for the references a refinement is carrying."
|
|
8235
|
+
}
|
|
8236
|
+
]
|
|
8237
|
+
},
|
|
8228
8238
|
{
|
|
8229
8239
|
version: "0.6.11",
|
|
8230
8240
|
date: "2026-08-29",
|