Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into hydra-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 29, 2025
2 parents 8210a35 + fd4979c commit df030e8
Show file tree
Hide file tree
Showing 17 changed files with 381 additions and 158 deletions.
16 changes: 16 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# example

## 0.0.5

### Patch Changes

- Updated dependencies [aef55d4]
- @kopflos-cms/vite@0.1.1

## 0.0.4

### Patch Changes

- Updated dependencies [11cc57c]
- Updated dependencies [5b6b1ab]
- kopflos@0.1.3
- @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.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@kopflos-cms/hydra": "0.0.0",
"@kopflos-cms/vite": "0.0.1",
"@kopflos-cms/vite": "0.1.1",
"@kopflos-cms/serve-file": "0.1.0",
"@kopflos-labs/html-template": "0.1.0",
"@kopflos-labs/handlebars": "0.1.0",
Expand All @@ -22,7 +22,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
Loading

0 comments on commit df030e8

Please sign in to comment.