@twin.org/standards-w3c-dcat 0.0.3-next.59 → 0.0.3-next.60

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 +19 -0
  2. package/package.json +5 -5
package/docs/changelog.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.60](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.59...standards-w3c-dcat-v0.0.3-next.60) (2026-04-21)
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.59 to 0.0.3-next.60
16
+ * @twin.org/standards-foaf bumped from 0.0.3-next.59 to 0.0.3-next.60
17
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.59 to 0.0.3-next.60
18
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.59 to 0.0.3-next.60
19
+ * devDependencies
20
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.59 to 0.0.3-next.60
21
+
3
22
  ## [0.0.3-next.59](https://github.com/twinfoundation/standards/compare/standards-w3c-dcat-v0.0.3-next.58...standards-w3c-dcat-v0.0.3-next.59) (2026-04-07)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-dcat",
3
- "version": "0.0.3-next.59",
3
+ "version": "0.0.3-next.60",
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.59",
19
- "@twin.org/standards-foaf": "0.0.3-next.59",
20
- "@twin.org/standards-w3c-odrl": "0.0.3-next.59",
21
- "@twin.org/standards-w3c-vcard": "0.0.3-next.59",
18
+ "@twin.org/standards-dublin-core": "0.0.3-next.60",
19
+ "@twin.org/standards-foaf": "0.0.3-next.60",
20
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.60",
21
+ "@twin.org/standards-w3c-vcard": "0.0.3-next.60",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",