Skip to content

Commit

Permalink
chore(release): bump 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 24, 2023
1 parent f5b5433 commit e18a273
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: app version
type: string
required: true
default: 1.18.0
default: 1.18.1
secrets:
SSH_PRIVATE_KEY:
description: SSH private key
Expand Down
2 changes: 1 addition & 1 deletion .infra/env.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env_type=production
backup_partition_name=bal
backup_cron=true
reverse_proxy_version=1.3.0
app_version=1.18.0
app_version=1.18.1

[preview]
51.68.121.207
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.18.1](https://github.com/mission-apprentissage/bal/compare/v1.18.0...v1.18.1) (2023-04-24)


### Bug Fixes

* respect db naming format ([#53](https://github.com/mission-apprentissage/bal/issues/53)) ([f5b5433](https://github.com/mission-apprentissage/bal/commit/f5b5433d8a68f8ab08f0fc195cf33c9863b1d335))

# [1.18.0](https://github.com/mission-apprentissage/bal/compare/v1.17.0...v1.18.0) (2023-04-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mna-bal",
"description": "[MNA] BAL",
"repository": "https://github.com/mission-apprentissage/bal.git",
"version": "1.18.0",
"version": "1.18.1",
"author": "MNA",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.18.0",
"version": "1.18.1",
"description": "[MNA] bal server",
"repository": "https://github.com/mission-apprentissage/bal.git",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.18.0",
"version": "1.18.1",
"main": "./index.ts",
"types": "./index.ts",
"author": "mna",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.18.0",
"version": "1.18.1",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit e18a273

Please sign in to comment.