Skip to content

Commit

Permalink
chore(release): version 1.0.1
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2021-04-06)

### Bug Fixes

* **alerts:** export contributions alerts only in prod deployement ([#401](#401)) ([d4d7725](d4d7725))
* **deps:** update dependency query-string to v7 ([#387](#387)) ([703d267](703d267))
* **deps:** update dependency urql to v2 ([#389](#389)) ([603c4f4](603c4f4)), closes [#373](#373) [#366](#366) [#309](#309) [#337](#337) [#343](#343) [#338](#338) [#310](#310) [#293](#293) [#314](#314) [#349](#349) [#300](#300) [#294](#294) [#350](#350) [#295](#295) [#321](#321) [#326](#326) [#305](#305) [#361](#361) [#342](#342) [#316](#316) [#334](#334) [#328](#328) [#362](#362) [#313](#313) [#366](#366) [#359](#359) [#347](#347) [#312](#312) [#353](#353) [#277](#277) [#358](#358) [#287](#287) [#329](#329) [#339](#339) [#365](#365) [#367](#367) [#367](#367) [#369](#369) [#369](#369) [#370](#370) [#372](#372) [#374](#374) [#376](#376) [#367](#367) [#363](#363) [#370](#370) [#377](#377) [#380](#380) [#379](#379) [#378](#378) [#378](#378) [#390](#390) [#391](#391) [#393](#393) [#393](#393) [#395](#395) [#396](#396) [#396](#396) [#392](#392) [#394](#394) [#398](#398) [#309](#309) [#214](#214) [#215](#215) [#113](#113) [#276](#276) [#276](#276) [#280](#280) [#337](#337) [#343](#343) [#256](#256) [#266](#266) [#267](#267) [#261](#261) [#226](#226) [#338](#338) [#99](#99) [#281](#281) [#310](#310) [#165](#165) [#243](#243) [#249](#249) [#260](#260) [#286](#286) [#293](#293) [#314](#314) [#349](#349) [#244](#244) [#300](#300) [#294](#294) [#350](#350) [#247](#247) [#242](#242) [#295](#295) [#203](#203) [#149](#149) [#321](#321) [#224](#224) [#197](#197) [#231](#231) [#223](#223) [#211](#211) [#376](#376) [#255](#255) [#326](#326) [#192](#192) [#367](#367) [#305](#305) [#179](#179) [#193](#193) [#225](#225) [#361](#361) [#199](#199) [#270](#270) [#253](#253) [#240](#240) [#283](#283) [#274](#274) [#342](#342) [#363](#363) [#282](#282) [#316](#316) [#334](#334) [#328](#328) [#362](#362) [#241](#241) [#209](#209) [#213](#213) [#313](#313) [#188](#188) [#119](#119) [#120](#120) [#108](#108) [#187](#187) [#185](#185) [#186](#186) [#179](#179) [#181](#181) [#172](#172) [#167](#167) [#168](#168) [#189](#189) [#103](#103) [#78](#78) [#73](#73) [#67](#67) [#50](#50) [#89](#89) [#92](#92) [#66](#66) [#88](#88) [#74](#74) [#91](#91) [#72](#72) [#104](#104) [#111](#111) [#123](#123) [#102](#102) [#124](#124) [#359](#359) [#347](#347) [#48](#48) [#107](#107) [#312](#312) [#174](#174) [#24](#24) [#259](#259) [#254](#254) [#195](#195) [#210](#210) [#47](#47) [#238](#238) [#353](#353) [#237](#237) [#277](#277) [#110](#110) [#205](#205) [#122](#122) [#358](#358) [#258](#258) [#287](#287) [#184](#184) [#202](#202) [#329](#329) [#339](#339) [#257](#257) [#253](#253) [#255](#255) [#204](#204) [#49](#49) [#227](#227) [#143](#143) [#198](#198) [#140](#140) [#162](#162) [#130](#130) [#126](#126) [#90](#90) [#115](#115) [#27](#27) [#386](#386) [#384](#384)
  • Loading branch information
SocialGroovyBot committed Apr 6, 2021
1 parent 9b0e36d commit 9c30d33
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0"
"version": "1.0.1"
}
6 changes: 3 additions & 3 deletions shared/elasticsearch-document-adapter/package.json
@@ -1,16 +1,16 @@
{
"name": "@shared/elasticsearch-document-adapter",
"description": "SocialGouv - Code du travail numerique - Modules - ingester",
"version": "1.0.0",
"version": "1.0.1",
"babel": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
},
"dependencies": {
"@elastic/elasticsearch": "^7.12.0",
"@socialgouv/cdtn-elasticsearch": "^1.0.0",
"@socialgouv/cdtn-logger": "^1.0.0",
"@socialgouv/cdtn-elasticsearch": "^1.0.1",
"@socialgouv/cdtn-logger": "^1.0.1",
"@socialgouv/cdtn-monolog": "1.1.2",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-sources": "^4.45.0",
Expand Down
4 changes: 2 additions & 2 deletions shared/elasticsearch/package.json
@@ -1,14 +1,14 @@
{
"name": "@socialgouv/cdtn-elasticsearch",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
"version": "1.0.0",
"version": "1.0.1",
"babel": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
},
"dependencies": {
"@socialgouv/cdtn-logger": "^1.0.0",
"@socialgouv/cdtn-logger": "^1.0.1",
"node-fetch": "^2.6.1"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/graphql-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/graphql-client",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@urql/core": "^2.0.0",
"graphql": "^15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/id-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/id-generator",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"uuid": "^8.3.2",
"xxhashjs": "^0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion shared/logger/package.json
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/cdtn-logger",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Logger",
"version": "1.0.0",
"version": "1.0.1",
"babel": {
"env": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion shared/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@shared/types",
"version": "1.0.0",
"version": "1.0.1",
"types": "src/index.d.ts",
"private": true,
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions targets/alert-cli/package.json
@@ -1,8 +1,8 @@
{
"name": "alert-cli",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@shared/graphql-client": "^1.0.0",
"@shared/graphql-client": "^1.0.1",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-sources": "^4.45.0",
"memoizee": "^0.4.15",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@shared/types": "^1.0.0",
"@shared/types": "^1.0.1",
"@socialgouv/contributions-data-types": "^3.20.0",
"@socialgouv/eslint-config-recommended": "^1.64.0",
"@socialgouv/fiches-travail-data-types": "^4.111.0",
Expand Down
6 changes: 3 additions & 3 deletions targets/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@azure/abort-controller": "^1.0.4",
"@azure/storage-blob": "^12.5.0",
Expand All @@ -15,8 +15,8 @@
"@sentry/browser": "^6.2.5",
"@sentry/integrations": "^6.2.5",
"@sentry/node": "^6.2.5",
"@shared/graphql-client": "^1.0.0",
"@shared/id-generator": "^1.0.0",
"@shared/graphql-client": "^1.0.1",
"@shared/id-generator": "^1.0.1",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-sources": "^4.45.0",
"@socialgouv/matomo-next": "^1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions targets/ingester-elasticsearch/package.json
@@ -1,9 +1,9 @@
{
"name": "ingester-es",
"description": "SocialGouv - Code du travail numerique - Target - Ingester Elasticsearch",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@shared/elasticsearch-document-adapter": "^1.0.0"
"@shared/elasticsearch-document-adapter": "^1.0.1"
},
"devDependencies": {
"@socialgouv/eslint-config-typescript": "^1.64.0",
Expand Down
6 changes: 3 additions & 3 deletions targets/ingester/package.json
@@ -1,9 +1,9 @@
{
"name": "ingester",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@shared/graphql-client": "^1.0.0",
"@shared/id-generator": "^1.0.0",
"@shared/graphql-client": "^1.0.1",
"@shared/id-generator": "^1.0.1",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-sources": "^4.45.0",
"get-uri": "^3.0.2",
Expand Down

0 comments on commit 9c30d33

Please sign in to comment.