Skip to content

Commit

Permalink
chore(release): bump 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent f6a8249 commit 5f3af69
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.1](https://github.com/mission-apprentissage/bal/compare/v1.4.0...v1.4.1) (2023-03-30)


### Bug Fixes

* push images ([f6a8249](https://github.com/mission-apprentissage/bal/commit/f6a82494f6c64a8b0631de4fe4c988717527ee38))

# [1.4.0](https://github.com/mission-apprentissage/bal/compare/v1.3.0...v1.4.0) (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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit 5f3af69

Please sign in to comment.