Skip to content

Commit

Permalink
chore(stable): release 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoel authored and burgerni10 committed May 28, 2024
1 parent 1341d0d commit ed7f7ab
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.5"
".": "3.3.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.6](https://github.com/OptimistikSAS/OIBus/compare/v3.3.5...v3.3.6) (2024-05-28)


### Bug Fixes

* **proxy-server:** force redirect into https ([1341d0d](https://github.com/OptimistikSAS/OIBus/commit/1341d0dc0ff077a6cf798e0bce0581b5e30a2c82))

## [3.3.5](https://github.com/OptimistikSAS/OIBus/compare/v3.3.4...v3.3.5) (2024-05-23)


Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oibus",
"version": "3.3.5",
"version": "3.3.6",
"main": "index.js",
"author": "Optimistik SAS",
"license": "EUPL",
Expand Down
4 changes: 2 additions & 2 deletions documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doc-oibus",
"version": "3.3.5",
"version": "3.3.6",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.3.5",
"version": "3.3.6",
"scripts": {
"ng": "ng",
"start": "ng build --watch --configuration development",
Expand Down
4 changes: 2 additions & 2 deletions launcher/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oibus-launcher",
"version": "3.3.5",
"version": "3.3.6",
"description": "OIBus launcher",
"main": "index.js",
"author": "Optimistik SAS",
Expand Down
4 changes: 2 additions & 2 deletions shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oibus",
"version": "3.3.5",
"version": "3.3.6",
"main": "index.js",
"author": "Optimistik SAS",
"license": "EUPL",
Expand Down

0 comments on commit ed7f7ab

Please sign in to comment.