Skip to content

Commit

Permalink
chore(release): bump 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent 7354239 commit ce24109
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.14.0](https://github.com/mission-apprentissage/c-est-qui-le-pro/compare/v1.13.0...v1.14.0) (2024-12-11)


### Features

* Widget Sirius par CFD ([#21](https://github.com/mission-apprentissage/c-est-qui-le-pro/issues/21)) ([7354239](https://github.com/mission-apprentissage/c-est-qui-le-pro/commit/7354239ae52a85d4a7fc37d6d839cd3d87369520))

# [1.13.0](https://github.com/mission-apprentissage/c-est-qui-le-pro/compare/v1.12.0...v1.13.0) (2024-12-03)


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": "inserjeunes-accompagnateur",
"version": "1.13.0",
"version": "1.14.0",
"description": "[InserJeunes] Accompagnateur",
"repository": "https://github.com/mission-apprentissage/c-est-qui-le-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.13.0",
"version": "1.14.0",
"repository": "https://github.com/mission-apprentissage/c-est-qui-le-pro.git",
"private": false,
"module": "src/index.js",
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.13.0",
"version": "1.14.0",
"private": false,
"main": "index.ts",
"types": "index.ts",
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.13.0",
"version": "1.14.0",
"private": true,
"scripts": {
"dev": "yarn predev && NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit ce24109

Please sign in to comment.