@promovaweb/specsfy 0.11.1 → 0.11.2

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 CHANGED
@@ -4,6 +4,22 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.11.2] - 2026-08-31
8
+
9
+ ### Corrigido
10
+
11
+ - Declara no especialista de componentes React a relação recíproca com o
12
+ especialista de experiência de interface.
13
+ - Restaura os contratos Python e BDD do catálogo de especialistas após a
14
+ publicação do roteamento obrigatório para componentes de UI.
15
+
16
+ ### Validação
17
+
18
+ - `cd specialists && python3 -B -m unittest discover -s tests -p 'test_*.py'`
19
+ - `cd specialists && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
20
+ - `cd skills && python3 -B -m unittest discover -s tests -p 'test_*.py'`
21
+ - `cd skills && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
22
+
7
23
  ## [0.11.1] - 2026-08-31
8
24
 
9
25
  ### Adicionado
package/dist/version.d.ts CHANGED
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * A release atualiza este valor junto do `package.json`.
5
5
  */
6
- export declare const VERSION = "0.11.1";
6
+ export declare const VERSION = "0.11.2";
7
7
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * A release atualiza este valor junto do `package.json`.
5
5
  */
6
- export const VERSION = "0.11.1";
6
+ export const VERSION = "0.11.2";
7
7
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promovaweb/specsfy",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "CLI e TUI do Specsfy para instalar skills e acompanhar especificações.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://promovaweb.com/docs/specsfy/cli/",