@twin.org/standards-vda 0.0.3-next.31 → 0.0.3-next.34

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