@twin.org/standards-vda 0.0.3-next.30 → 0.0.3-next.33

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/docs/changelog.md +26 -0
  2. package/package.json +1 -1
package/docs/changelog.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @twin.org/standards-vda - Changelog
2
2
 
3
+ ## [0.0.3-next.33](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.32...standards-vda-v0.0.3-next.33) (2026-02-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
9
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
10
+ * eslint migration to flat config ([648c1a1](https://github.com/twinfoundation/standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
11
+ * update framework core ([58c0c3d](https://github.com/twinfoundation/standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
12
+ * update to latest JSON schema spec ([7a23930](https://github.com/twinfoundation/standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
13
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
14
+
15
+ ## [0.0.3-next.32](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.31...standards-vda-v0.0.3-next.32) (2026-02-06)
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * **standards-vda:** Synchronize repo versions
21
+
22
+ ## [0.0.3-next.31](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.30...standards-vda-v0.0.3-next.31) (2026-02-05)
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **standards-vda:** Synchronize repo versions
28
+
3
29
  ## [0.0.3-next.30](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.3-next.29...standards-vda-v0.0.3-next.30) (2026-02-04)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-vda",
3
- "version": "0.0.3-next.30",
3
+ "version": "0.0.3-next.33",
4
4
  "description": "Models which define the structure of VDA JAIF Standard",
5
5
  "repository": {
6
6
  "type": "git",