Skip to content

Commit

Permalink
chore(release): bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 27, 2023
1 parent 70a0e13 commit d686e63
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.2.0](https://github.com/mission-apprentissage/bal/compare/v1.1.0...v1.2.0) (2023-03-27)


### Features

* install tests ([#11](https://github.com/mission-apprentissage/bal/issues/11)) ([70a0e13](https://github.com/mission-apprentissage/bal/commit/70a0e131c43ba1c4a0aa958bbc646712d169c5e0))

# [1.1.0](https://github.com/mission-apprentissage/bal/compare/v1.0.0...v1.1.0) (2023-03-23)


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

0 comments on commit d686e63

Please sign in to comment.