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 Jan 21, 2025
1 parent 3dca751 commit 78e5dda
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-emus-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-singers-smoke.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- Updated dependencies [11cc57c]
- Updated dependencies [5b6b1ab]
- [email protected]
- @kopflos-cms/vite@0.1.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"start:prod": "kopflos serve --trust-proxy"
},
"dependencies": {
"@kopflos-cms/vite": "0.0.1",
"@kopflos-cms/vite": "0.1.0",
"@kopflos-cms/serve-file": "0.1.0",
"@kopflos-labs/html-template": "0.1.0",
"@kopflos-labs/handlebars": "0.1.0",
Expand All @@ -21,7 +21,7 @@
"@shoelace-style/shoelace": "^2.17.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"express": "^5.0.1",
"kopflos": "0.1.2",
"kopflos": "0.1.3",
"lit-element": "^4.1.1",
"cors": "^2.8.5",
"compression": "^1.7.4"
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.3

### Patch Changes

- 11cc57c: Allow plugins to be defined using paths relative to config path

## 0.1.2

### 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.2",
"version": "0.1.3",
"type": "module",
"bin": {
"kopflos": "./bin/kopflos.sh"
Expand Down
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-cms/vite

## 0.1.0

### Minor Changes

- 5b6b1ab: Update vite to v6

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-cms/vite",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"main": "index.js",
"author": "Zazuko GmbH",
Expand Down

0 comments on commit 78e5dda

Please sign in to comment.