Skip to content

Commit

Permalink
chore(release): bump 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 8, 2025
1 parent 8745ce4 commit 01b6ff7
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.19.0](https://github.com/mission-apprentissage/c-est-qui-le-pro/compare/v1.18.1...v1.19.0) (2025-01-08)


### Features

* nettoyage des anciennes formation à l'importation ([#28](https://github.com/mission-apprentissage/c-est-qui-le-pro/issues/28)) ([8745ce4](https://github.com/mission-apprentissage/c-est-qui-le-pro/commit/8745ce404e547071681f750e25aebf5a67016a2f))

## [1.18.1](https://github.com/mission-apprentissage/c-est-qui-le-pro/compare/v1.18.0...v1.18.1) (2025-01-07)


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.18.1",
"version": "1.19.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.18.1",
"version": "1.19.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.18.1",
"version": "1.19.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.18.1",
"version": "1.19.0",
"private": true,
"scripts": {
"dev": "yarn predev && NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit 01b6ff7

Please sign in to comment.