Skip to content

Commit

Permalink
v1.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
clabroche committed Mar 19, 2024
1 parent 3673cf9 commit 455bffe
Show file tree
Hide file tree
Showing 72 changed files with 235 additions and 36 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* **configuration:** can search through envs ([3673cf9](https://github.com/clabroche/stack-monitor/commit/3673cf939a12fae76d851180fe79dcf01d6dcde7))
* **devcontainer:** add container support ([f2559fb](https://github.com/clabroche/stack-monitor/commit/f2559fb90bba3de5fcfef2c95dd45826358b7ad4))
* **docker:** add docker support ([f3abb42](https://github.com/clabroche/stack-monitor/commit/f3abb4237b8f708585769a8ff51c393d5f21dc5c))
* **docker:** add user to container ([3116d66](https://github.com/clabroche/stack-monitor/commit/3116d66459fe2877fa64183abbf2cb0599c7535a))
* **logs:** dont render html on simplified mode ([713b2c7](https://github.com/clabroche/stack-monitor/commit/713b2c736d9d4f62b791076450b01d4f657e7ff1))
* resolve issues for permission on docker volumes + cosmetic changes ([7a822cd](https://github.com/clabroche/stack-monitor/commit/7a822cd1c205e5808247075828c1d3ce49d1524b))
* **stackchooser:** redirect to the first launched service ([aa53535](https://github.com/clabroche/stack-monitor/commit/aa53535c16a4ae729d33fe3017c589e1f69e7ce5))

## [1.18.7](https://github.com/clabroche/stack-monitor/compare/v1.18.6...v1.18.7) (2024-02-25)

### Bug Fixes
Expand Down
9 changes: 9 additions & 0 deletions fronts/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* **devcontainer:** add container support ([f2559fb](https://github.com/clabroche/stack-monitor/commit/f2559fb90bba3de5fcfef2c95dd45826358b7ad4))
* **docker:** add docker support ([f3abb42](https://github.com/clabroche/stack-monitor/commit/f3abb4237b8f708585769a8ff51c393d5f21dc5c))
* resolve issues for permission on docker volumes + cosmetic changes ([7a822cd](https://github.com/clabroche/stack-monitor/commit/7a822cd1c205e5808247075828c1d3ce49d1524b))
* **stackchooser:** redirect to the first launched service ([aa53535](https://github.com/clabroche/stack-monitor/commit/aa53535c16a4ae729d33fe3017c589e1f69e7ce5))

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion fronts/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/fronts-app",
"version": "1.18.6",
"version": "1.18.8",
"private": true,
"description": "Monitor processes as a stack",
"repository": "https://github.com/clabroche/stack-monitor",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.18.7",
"version": "1.18.8",
"commands": {
"version": {
"ignore": [
Expand Down
4 changes: 4 additions & 0 deletions modules/bugs/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-bugs-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-bugs-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/bugs/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-bugs-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/configuration/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-configuration-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-configuration-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/configuration/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-configuration-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions modules/configuration/front/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* **configuration:** can search through envs ([3673cf9](https://github.com/clabroche/stack-monitor/commit/3673cf939a12fae76d851180fe79dcf01d6dcde7))

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/configuration/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-configuration-front",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/dev-ops/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-dev-ops-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-dev-ops-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-ops/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-dev-ops-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/diff/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-diff-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-diff-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/diff/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-diff-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions modules/docker/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* resolve issues for permission on docker volumes + cosmetic changes ([7a822cd](https://github.com/clabroche/stack-monitor/commit/7a822cd1c205e5808247075828c1d3ce49d1524b))
2 changes: 1 addition & 1 deletion modules/docker/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-docker-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions modules/docker/front/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* **docker:** add docker support ([f3abb42](https://github.com/clabroche/stack-monitor/commit/f3abb4237b8f708585769a8ff51c393d5f21dc5c))
* resolve issues for permission on docker volumes + cosmetic changes ([7a822cd](https://github.com/clabroche/stack-monitor/commit/7a822cd1c205e5808247075828c1d3ce49d1524b))

## [1.17.25](https://github.com/clabroche/stack-monitor/compare/v1.17.24...v1.17.25) (2024-02-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/docker/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-docker-front",
"version": "1.17.25",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/documentation/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-documentation-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-documentation-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-documentation-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions modules/documentation/front/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* resolve issues for permission on docker volumes + cosmetic changes ([7a822cd](https://github.com/clabroche/stack-monitor/commit/7a822cd1c205e5808247075828c1d3ce49d1524b))

## [1.18.2](https://github.com/clabroche/stack-monitor/compare/v1.18.1...v1.18.2) (2024-02-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-documentation-front",
"version": "1.18.2",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/finder/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-finder-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-finder-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/finder/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-finder-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions modules/git/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* **docker:** add docker support ([f3abb42](https://github.com/clabroche/stack-monitor/commit/f3abb4237b8f708585769a8ff51c393d5f21dc5c))

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-git-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/git/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-git-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/github/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-github-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-github-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/github/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-github-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/global-scripts/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-global-scripts-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-global-scripts-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/global-scripts/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-global-scripts-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions modules/global-scripts/front/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

### Bug Fixes

* resolve issues for permission on docker volumes + cosmetic changes ([7a822cd](https://github.com/clabroche/stack-monitor/commit/7a822cd1c205e5808247075828c1d3ce49d1524b))

## [1.17.23](https://github.com/clabroche/stack-monitor/compare/v1.17.21...v1.17.23) (2024-02-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/global-scripts/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-global-scripts-front",
"version": "1.17.23",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/help/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-help-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-help-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/help/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-help-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/json-formatter/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-json-formatter-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-json-formatter-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/json-formatter/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-json-formatter-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/jwt/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-jwt-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-jwt-backend
Expand Down
2 changes: 1 addition & 1 deletion modules/jwt/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clabroche/modules-jwt-backend",
"version": "1.18.6",
"version": "1.18.8",
"repository": "https://github.com/clabroche/stack-monitor",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/kanban/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.8](https://github.com/clabroche/stack-monitor/compare/v1.18.7...v1.18.8) (2024-03-19)

**Note:** Version bump only for package @clabroche/modules-kanban-backend

## [1.18.6](https://github.com/clabroche/stack-monitor/compare/v1.18.5...v1.18.6) (2024-02-25)

**Note:** Version bump only for package @clabroche/modules-kanban-backend
Expand Down
Loading

0 comments on commit 455bffe

Please sign in to comment.