@twin.org/standards-w3c-odrl 0.0.2-next.14 → 0.0.2-next.16

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 +30 -0
  2. package/package.json +8 -4
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/standards-w3c-odrl - Changelog
2
2
 
3
+ ## [0.0.2-next.16](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.2-next.15...standards-w3c-odrl-v0.0.2-next.16) (2025-10-09)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-w3c-odrl:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-w3c-vcard bumped from 0.0.2-next.15 to 0.0.2-next.16
16
+ * @twin.org/standards-dublin-core bumped from 0.0.2-next.15 to 0.0.2-next.16
17
+
18
+ ## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.2-next.14...standards-w3c-odrl-v0.0.2-next.15) (2025-10-09)
19
+
20
+
21
+ ### Features
22
+
23
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/standards-w3c-vcard bumped from 0.0.2-next.14 to 0.0.2-next.15
31
+ * @twin.org/standards-dublin-core bumped from 0.0.2-next.14 to 0.0.2-next.15
32
+
3
33
  ## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.2-next.13...standards-w3c-odrl-v0.0.2-next.14) (2025-10-02)
4
34
 
5
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-odrl",
3
- "version": "0.0.2-next.14",
3
+ "version": "0.0.2-next.16",
4
4
  "description": "Models which define the structure of W3C ODRL Standard",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,8 +17,8 @@
17
17
  "@twin.org/core": "next",
18
18
  "@twin.org/data-core": "next",
19
19
  "@twin.org/data-json-ld": "next",
20
- "@twin.org/standards-dublin-core": "0.0.2-next.14",
21
- "@twin.org/standards-w3c-vcard": "0.0.2-next.14",
20
+ "@twin.org/standards-dublin-core": "0.0.2-next.16",
21
+ "@twin.org/standards-w3c-vcard": "0.0.2-next.16",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/cjs/index.cjs",
@@ -48,5 +48,9 @@
48
48
  "standards",
49
49
  "schema",
50
50
  "specification"
51
- ]
51
+ ],
52
+ "bugs": {
53
+ "url": "git+https://github.com/twinfoundation/standards/issues"
54
+ },
55
+ "homepage": "https://twindev.org"
52
56
  }