@twin.org/standards-w3c-dcat 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 +63 -0
  2. package/package.json +5 -5
package/docs/changelog.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # @twin.org/standards-w3c-dcat - Changelog
2
2
 
3
+ ## [0.0.3-next.33](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.32...standards-w3c-dcat-v0.0.3-next.33) (2026-02-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * add ds protocol catalog dataset ([#86](https://github.com/twinfoundation/standards/issues/86)) ([45600e6](https://github.com/twinfoundation/standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
9
+ * add w3c dcat standards package ([#68](https://github.com/twinfoundation/standards/issues/68)) ([85746c6](https://github.com/twinfoundation/standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
10
+ * improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
11
+ * naming fixing and usage ([#98](https://github.com/twinfoundation/standards/issues/98)) ([9e95344](https://github.com/twinfoundation/standards/commit/9e953440963c9bc028399be9cbea25d92922bd01))
12
+ * register schemas at hosted location ([#128](https://github.com/twinfoundation/standards/issues/128)) ([ab35298](https://github.com/twinfoundation/standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
13
+ * update registrations ([dd3c92f](https://github.com/twinfoundation/standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * dcat LD Context fix and aligned with DCAT prefixed models ([#85](https://github.com/twinfoundation/standards/issues/85)) ([4546167](https://github.com/twinfoundation/standards/commit/4546167b1f61dba85206a64a8b2535f468d74845))
19
+ * updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
20
+ * when a prefix is declared in an [@context](https://github.com/context) it should be Namespace and not Context ([#119](https://github.com/twinfoundation/standards/issues/119)) ([110cc50](https://github.com/twinfoundation/standards/commit/110cc5039394c7fcfada0e3ca001013cb503f31a))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.32 to 0.0.3-next.33
28
+ * @twin.org/standards-foaf bumped from 0.0.3-next.32 to 0.0.3-next.33
29
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.32 to 0.0.3-next.33
30
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.32 to 0.0.3-next.33
31
+
32
+ ## [0.0.3-next.32](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.31...standards-w3c-dcat-v0.0.3-next.32) (2026-02-06)
33
+
34
+
35
+ ### Miscellaneous Chores
36
+
37
+ * **standards-w3c-dcat:** Synchronize repo versions
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * dependencies
44
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.31 to 0.0.3-next.32
45
+ * @twin.org/standards-foaf bumped from 0.0.3-next.31 to 0.0.3-next.32
46
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.31 to 0.0.3-next.32
47
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.31 to 0.0.3-next.32
48
+
49
+ ## [0.0.3-next.31](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.30...standards-w3c-dcat-v0.0.3-next.31) (2026-02-05)
50
+
51
+
52
+ ### Miscellaneous Chores
53
+
54
+ * **standards-w3c-dcat:** Synchronize repo versions
55
+
56
+
57
+ ### Dependencies
58
+
59
+ * The following workspace dependencies were updated
60
+ * dependencies
61
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.30 to 0.0.3-next.31
62
+ * @twin.org/standards-foaf bumped from 0.0.3-next.30 to 0.0.3-next.31
63
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.30 to 0.0.3-next.31
64
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.30 to 0.0.3-next.31
65
+
3
66
  ## [0.0.3-next.30](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.29...standards-w3c-dcat-v0.0.3-next.30) (2026-02-04)
4
67
 
5
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-dcat",
3
- "version": "0.0.3-next.30",
3
+ "version": "0.0.3-next.33",
4
4
  "description": "Models which define the structure of W3C DCAT Standard",
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.30",
19
- "@twin.org/standards-foaf": "0.0.3-next.30",
20
- "@twin.org/standards-w3c-odrl": "0.0.3-next.30",
21
- "@twin.org/standards-w3c-vcard": "0.0.3-next.30",
18
+ "@twin.org/standards-dublin-core": "0.0.3-next.33",
19
+ "@twin.org/standards-foaf": "0.0.3-next.33",
20
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.33",
21
+ "@twin.org/standards-w3c-vcard": "0.0.3-next.33",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",