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 Nov 13, 2024
1 parent 8c44b44 commit 80a4ffa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-pianos-punch.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.2

### Patch Changes

- Updated dependencies [8c44b44]
- [email protected]

## 0.0.1

### 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.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
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.0",
"kopflos": "0.1.1",
"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.1

### Patch Changes

- 8c44b44: Directory `lib/deploy` wasn't packed

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"type": "module",
"bin": {
"kopflos": "./bin/kopflos.sh"
Expand Down

0 comments on commit 80a4ffa

Please sign in to comment.