Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'main' of https://github.com/carlosbaraza/lostdock:
  Version Packages
  • Loading branch information
carlosbaraza committed Dec 1, 2022
2 parents 7f80d6f + 323c1a1 commit a7bbd78
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/good-moons-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-eggs-cheat.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/lostdock-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# lostdock-monitoring

## 0.1.0

### Minor Changes

- fc804e9: Decouple the stacks from the core installation script. Now you can install the stacks that fit your server needs. Or even keep a very basic installation with pretty much only docker and some core features.

### Patch Changes

- Updated dependencies [fc804e9]
- Updated dependencies [92cf5fb]
- lostdock@0.1.0
2 changes: 1 addition & 1 deletion packages/lostdock-monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lostdock-monitoring",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"scripts": {},
"author": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/lostdock-portainer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# lostdock-portainer

## 0.1.0

### Minor Changes

- fc804e9: Decouple the stacks from the core installation script. Now you can install the stacks that fit your server needs. Or even keep a very basic installation with pretty much only docker and some core features.

### Patch Changes

- Updated dependencies [fc804e9]
- Updated dependencies [92cf5fb]
- lostdock@0.1.0
2 changes: 1 addition & 1 deletion packages/lostdock-portainer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lostdock-portainer",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"scripts": {},
"author": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/lostdock-traefik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# lostdock-traefik

## 0.1.0

### Minor Changes

- fc804e9: Decouple the stacks from the core installation script. Now you can install the stacks that fit your server needs. Or even keep a very basic installation with pretty much only docker and some core features.

### Patch Changes

- Updated dependencies [fc804e9]
- Updated dependencies [92cf5fb]
- lostdock@0.1.0
2 changes: 1 addition & 1 deletion packages/lostdock-traefik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lostdock-traefik",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"scripts": {},
"author": "",
Expand Down
10 changes: 10 additions & 0 deletions packages/lostdock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# lostdock

## 0.1.0

### Minor Changes

- fc804e9: Decouple the stacks from the core installation script. Now you can install the stacks that fit your server needs. Or even keep a very basic installation with pretty much only docker and some core features.

### Patch Changes

- 92cf5fb: Show ssh command output preview

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lostdock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lostdock",
"version": "0.0.1",
"version": "0.1.0",
"bin": "dist/cli.js",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit a7bbd78

Please sign in to comment.