Skip to content

Commit

Permalink
chore(release): bump 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 20, 2024
1 parent c04f888 commit 675a000
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.21.0](https://github.com/mission-apprentissage/trajectoires-pro/compare/v1.20.0...v1.21.0) (2024-08-20)


### Features

* ajout d'options dans le widget ([#275](https://github.com/mission-apprentissage/trajectoires-pro/issues/275)) ([c04f888](https://github.com/mission-apprentissage/trajectoires-pro/commit/c04f888239a1f6d3d95b73c8206730daeb0cabc4))

# [1.20.0](https://github.com/mission-apprentissage/trajectoires-pro/compare/v1.19.1...v1.20.0) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mna-trajectoires-pro",
"version": "1.20.0",
"version": "1.21.0",
"description": "[MNA] Exposition",
"repository": "https://github.com/mission-apprentissage/trajectoires-pro.git",
"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.20.0",
"version": "1.21.0",
"description": "[MNA] API exposition",
"repository": "https://github.com/mission-apprentissage/trajectoires-pro.git",
"private": false,
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.20.0",
"version": "1.21.0",
"private": true,
"scripts": {
"dev": "yarn predev && NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit 675a000

Please sign in to comment.