@twin.org/standards-w3c-dcat 0.0.3-next.56 → 0.0.3-next.58

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 +38 -0
  2. package/package.json +5 -5
package/docs/changelog.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.58](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.57...standards-w3c-dcat-v0.0.3-next.58) (2026-03-25)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-w3c-dcat:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.57 to 0.0.3-next.58
16
+ * @twin.org/standards-foaf bumped from 0.0.3-next.57 to 0.0.3-next.58
17
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.57 to 0.0.3-next.58
18
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.57 to 0.0.3-next.58
19
+ * devDependencies
20
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.57 to 0.0.3-next.58
21
+
22
+ ## [0.0.3-next.57](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.56...standards-w3c-dcat-v0.0.3-next.57) (2026-03-20)
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **standards-w3c-dcat:** Synchronize repo versions
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.56 to 0.0.3-next.57
35
+ * @twin.org/standards-foaf bumped from 0.0.3-next.56 to 0.0.3-next.57
36
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.56 to 0.0.3-next.57
37
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.56 to 0.0.3-next.57
38
+ * devDependencies
39
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.56 to 0.0.3-next.57
40
+
3
41
  ## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.55...standards-w3c-dcat-v0.0.3-next.56) (2026-03-20)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-dcat",
3
- "version": "0.0.3-next.56",
3
+ "version": "0.0.3-next.58",
4
4
  "description": "Data models for the W3C Data Catalog Vocabulary.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,10 +15,10 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/data-json-ld": "next",
18
- "@twin.org/standards-dublin-core": "0.0.3-next.56",
19
- "@twin.org/standards-foaf": "0.0.3-next.56",
20
- "@twin.org/standards-w3c-odrl": "0.0.3-next.56",
21
- "@twin.org/standards-w3c-vcard": "0.0.3-next.56",
18
+ "@twin.org/standards-dublin-core": "0.0.3-next.58",
19
+ "@twin.org/standards-foaf": "0.0.3-next.58",
20
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.58",
21
+ "@twin.org/standards-w3c-vcard": "0.0.3-next.58",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",