Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Feb 4, 2025
1 parent a95d3f7 commit 15bbfad
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-phones-hide.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 0.0.7

### Patch Changes

- Updated dependencies [a95d3f7]
- @kopflos-cms/hydra@0.1.1

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"test": "api-tuner tests/smoke/*.n3"
},
"dependencies": {
"@kopflos-cms/hydra": "0.1.0",
"@kopflos-cms/hydra": "0.1.1",
"@kopflos-cms/serve-file": "0.1.0",
"@kopflos-cms/vite": "0.1.2",
"@kopflos-labs/handlebars": "0.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/hydra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-cms/hydra

## 0.1.1

### Patch Changes

- a95d3f7: Some files missing from package

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hydra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-cms/hydra",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"sparqljs": "^3.7.3"
},
"devDependencies": {
"@kopflos-cms/shacl": "^0.1.0",
"@kopflos-cms/shacl": "^0.1.1",
"@rdfjs-elements/formats-pretty": "^0.6.8",
"@types/http-errors": "^2.0.4",
"@zazuko/env-node": "^2.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-cms/shacl

## 0.1.1

### Patch Changes

- a95d3f7: Some files missing from package

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shacl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-cms/shacl",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 15bbfad

Please sign in to comment.