Skip to content

Commit caa745e

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent a55c9ea commit caa745e

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/yummy-wombats-switch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example
22

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2b37739]
8+
- @kopflos-cms/hydra@0.1.6
9+
310
## 0.0.13
411

512
### Patch Changes

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"test": "api-tuner tests/smoke/*.n3 --base-iri http://localhost:1429/"
1313
},
1414
"dependencies": {
15-
"@kopflos-cms/hydra": "0.1.5",
15+
"@kopflos-cms/hydra": "0.1.6",
1616
"@kopflos-cms/serve-file": "0.1.0",
1717
"@kopflos-cms/vite": "0.1.2",
1818
"@kopflos-labs/handlebars": "0.1.0",

packages/hydra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kopflos-cms/hydra
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 2b37739: Improve shapes graph for hydra Collections
8+
39
## 0.1.5
410

511
### Patch Changes

packages/hydra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kopflos-cms/hydra",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)