Skip to content

Commit

Permalink
Merge pull request #2 from carlosbaraza/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
carlosbaraza authored Dec 1, 2022
2 parents 1d9a19d + e6886eb commit 5e91b90
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-hounds-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-grapes-grab.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 1d9a19d: Load the .env before running install-local.sh to avoid requiring the env variables multiple times
- Updated dependencies [7f80d6f]
- lostdock@0.2.0

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"description": "",
"scripts": {},
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/lostdock-portainer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# lostdock-portainer

## 0.1.1

### Patch Changes

- 1d9a19d: Load the .env before running install-local.sh to avoid requiring the env variables multiple times
- Updated dependencies [7f80d6f]
- lostdock@0.2.0

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"description": "",
"scripts": {},
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/lostdock-traefik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# lostdock-traefik

## 0.1.1

### Patch Changes

- 1d9a19d: Load the .env before running install-local.sh to avoid requiring the env variables multiple times
- Updated dependencies [7f80d6f]
- lostdock@0.2.0

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"description": "",
"scripts": {},
"author": "",
Expand Down
6 changes: 6 additions & 0 deletions packages/lostdock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lostdock

## 0.2.0

### Minor Changes

- 7f80d6f: Add the possibility of installing packages directly from github. A relative subfolder path in the repo is also accepted. Improve the login functionality, now multiple logins are allowed.

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"bin": "dist/cli.js",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 5e91b90

Please sign in to comment.