Skip to content

Commit

Permalink
chore(release): bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 44d7652 commit b33a1cb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .infra/env.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ env_type=production
backup_partition_name=bal
backup_cron=true
reverse_proxy_version=1.3.0
app_version=1.5.1
app_version=1.6.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/mission-apprentissage/bal/compare/v1.5.1...v1.6.0) (2023-04-03)


### Features

* change deploy workflow ([44d7652](https://github.com/mission-apprentissage/bal/commit/44d765234623cddb6a0088e8e8c6110b2f733845))

## [1.5.1](https://github.com/mission-apprentissage/bal/compare/v1.5.0...v1.5.1) (2023-03-30)


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.5.1",
"version": "1.6.0",
"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.5.1",
"version": "1.6.0",
"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.5.1",
"version": "1.6.0",
"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.5.1",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit b33a1cb

Please sign in to comment.