@trebired/frontend 7.0.0 → 7.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable package changes are documented here.
4
4
 
5
+ ## 7.0.1
6
+
7
+ - Updated the shared Trebired config dependency to `@trebired/configs@^0.1.2`.
8
+
5
9
  ## 7.0.0
6
10
 
7
11
  - Renamed the public frontend config definer and loader helpers to `defineConfig()`, `findConfig()`, and `loadConfig()`.
@@ -29,7 +33,7 @@ All notable package changes are documented here.
29
33
 
30
34
  ## 6.15.4
31
35
 
32
- - Adopted the external `@trebired/code-discipline-config` preset and updated Code Discipline tooling to `@trebired/code-discipline@^6.0.9`.
36
+ - Adopted the external `@trebired/configs` preset and updated Code Discipline tooling to `@trebired/code-discipline@^6.0.9`.
33
37
  - Consolidated repeated frontend runtime helpers for boolean data attributes, close buttons, icon response locals, and React root caching.
34
38
 
35
39
  ## 6.15.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebired/frontend",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Generic browser runtime systems for Trebired frontend packages and applications.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@trebired/bundler": "^5.0.0",
67
67
  "@trebired/code-discipline": "^6.0.11",
68
- "@trebired/configs": "^0.1.0",
68
+ "@trebired/configs": "^0.1.2",
69
69
  "@types/bun": "^1.3.14",
70
70
  "@types/node": "^24.13.3",
71
71
  "@types/react": "^19.2.18",