Skip to content

Commit ef647c2

Browse files
chore(release): version 1.6.0
1 parent 1fd83c2 commit ef647c2

File tree

22 files changed

+169
-15
lines changed

22 files changed

+169
-15
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.6.0 (2018-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* remove warning in development ([#389](https://github.com/SocialGouv/code-du-travail-numerique/issues/389)) ([f259f8c](https://github.com/SocialGouv/code-du-travail-numerique/commit/f259f8c)), closes [#375](https://github.com/SocialGouv/code-du-travail-numerique/issues/375)
12+
* **api:** better error handling in getsingleitem response ([#388](https://github.com/SocialGouv/code-du-travail-numerique/issues/388)) ([1fd83c2](https://github.com/SocialGouv/code-du-travail-numerique/commit/1fd83c2))
13+
* **data:** fix indexing fiches-ministere ([#383](https://github.com/SocialGouv/code-du-travail-numerique/issues/383)) ([0413175](https://github.com/SocialGouv/code-du-travail-numerique/commit/0413175))
14+
15+
16+
### Features
17+
18+
* add related content for faq ([#370](https://github.com/SocialGouv/code-du-travail-numerique/issues/370)) ([853ae51](https://github.com/SocialGouv/code-du-travail-numerique/commit/853ae51))
19+
20+
21+
22+
23+
624
## [1.5.2](https://github.com/SocialGouv/code-du-travail-numerique/compare/v1.5.1...v1.5.2) (2018-12-12)
725

826
**Note:** Version bump only for package @socialgouv/code-du-travail

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages/*"
1212
],
1313
"useWorkspaces": true,
14-
"version": "1.5.2"
14+
"version": "1.6.0"
1515
}

packages/code-du-travail-api/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.6.0 (2018-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** better error handling in getsingleitem response ([#388](https://github.com/SocialGouv/code-du-travail-numerique/issues/388)) ([1fd83c2](https://github.com/SocialGouv/code-du-travail-numerique/commit/1fd83c2))
12+
13+
14+
### Features
15+
16+
* add related content for faq ([#370](https://github.com/SocialGouv/code-du-travail-numerique/issues/370)) ([853ae51](https://github.com/SocialGouv/code-du-travail-numerique/commit/853ae51))
17+
18+
19+
20+
21+
622
## [1.5.2](https://github.com/SocialGouv/code-du-travail-numerique/compare/v1.5.1...v1.5.2) (2018-12-12)
723

824
**Note:** Version bump only for package @cdt/api

packages/code-du-travail-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdt/api",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "",
55
"private": true,
66
"main": "index.js",

packages/code-du-travail-css/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.6.0 (2018-12-18)
7+
8+
9+
### Features
10+
11+
* add related content for faq ([#370](https://github.com/SocialGouv/code-du-travail-css/issues/370)) ([853ae51](https://github.com/SocialGouv/code-du-travail-css/commit/853ae51))
12+
13+
14+
15+
16+
617
## [1.5.2](https://github.com/SocialGouv/code-du-travail-css/compare/v1.5.1...v1.5.2) (2018-12-12)
718

819
**Note:** Version bump only for package @cdt/css

packages/code-du-travail-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdt/css",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "Code du travail numérique - CSS",
55
"private": true,
66
"repository": {

packages/code-du-travail-data/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.6.0 (2018-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **data:** fix indexing fiches-ministere ([#383](https://github.com/SocialGouv/code-du-travail-numerique/issues/383)) ([0413175](https://github.com/SocialGouv/code-du-travail-numerique/commit/0413175))
12+
13+
14+
### Features
15+
16+
* add related content for faq ([#370](https://github.com/SocialGouv/code-du-travail-numerique/issues/370)) ([853ae51](https://github.com/SocialGouv/code-du-travail-numerique/commit/853ae51))
17+
18+
19+
20+
21+
622
## [1.5.2](https://github.com/SocialGouv/code-du-travail-numerique/compare/v1.5.1...v1.5.2) (2018-12-12)
723

824
**Note:** Version bump only for package @cdt/data

packages/code-du-travail-data/dataset/annuaire/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.6.0 (2018-12-18)
7+
8+
9+
### Features
10+
11+
* add related content for faq ([#370](https://github.com/SocialGouv/code-du-travail-numerique/issues/370)) ([853ae51](https://github.com/SocialGouv/code-du-travail-numerique/commit/853ae51))
12+
13+
14+
15+
16+
617
## [1.5.2](https://github.com/SocialGouv/code-du-travail-numerique/compare/v1.5.1...v1.5.2) (2018-12-12)
718

819
**Note:** Version bump only for package @cdt/data...annuaire

packages/code-du-travail-data/dataset/annuaire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdt/data...annuaire",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"private": true,
55
"main": "index.js",
66
"license": "MIT",

packages/code-du-travail-data/dataset/code_du_travail/eposeidon_script/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.6.0 (2018-12-18)
7+
8+
9+
### Features
10+
11+
* add related content for faq ([#370](https://github.com/SocialGouv/code-du-travail-numerique/issues/370)) ([853ae51](https://github.com/SocialGouv/code-du-travail-numerique/commit/853ae51))
12+
13+
14+
15+
16+
617
## [1.5.2](https://github.com/SocialGouv/code-du-travail-numerique/compare/v1.5.1...v1.5.2) (2018-12-12)
718

819
**Note:** Version bump only for package @cdt/data...build_eposeidon

0 commit comments

Comments
 (0)