Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 5b6b1ab commit ffe2238
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-singers-smoke.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.4

### Patch Changes

- Updated dependencies [5b6b1ab]
- @kopflos-cms/vite@0.1.0

## 0.0.3

### 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.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 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 ffe2238

Please sign in to comment.