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 12, 2025
1 parent 6b3f86a commit df9e82f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-walls-hammer.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.8

### Patch Changes

- Updated dependencies [6b3f86a]
- [email protected]

## 0.0.7

### 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.7",
"version": "0.0.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^5.0.1",
"kopflos": "0.1.4",
"kopflos": "0.1.5",
"lit-element": "^4.1.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# kopflos

## 0.1.5

### Patch Changes

- 6b3f86a: New plugin hook: `onReady`

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kopflos",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"bin": {
"kopflos": "./bin/kopflos.sh"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-cms/core

## 0.4.1

### Patch Changes

- 6b3f86a: New plugin hook: `onReady`

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kopflos-cms/core",
"description": "RDF-based web APIs",
"version": "0.4.0",
"version": "0.4.1",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit df9e82f

Please sign in to comment.