Skip to content

Commit

Permalink
chore(release): version 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.7](v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-03-24)

### Features

* **infra:** elasticsearch module ([#369](#369)) ([1f35e9c](1f35e9c))
  • Loading branch information
SocialGroovyBot committed Mar 24, 2021
1 parent 1f35e9c commit 8a90185
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions infra/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@socialgouv/cdtn-elasticsearch",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.7",
"dependencies": {
"@socialgouv/cdtn-logger": "^1.0.0-alpha.3",
"@socialgouv/cdtn-logger": "^1.0.0-alpha.7",
"node-fetch": "^2.6.1"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion infra/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/cdtn-logger",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Logger",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"babel": {
"env": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.6"
"version": "1.0.0-alpha.7"
}
2 changes: 1 addition & 1 deletion shared/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/graphql-client",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"dependencies": {
"@urql/core": "^1.16.2",
"graphql": "^15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/id-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/id-generator",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"dependencies": {
"uuid": "^8.3.2",
"xxhashjs": "^0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion shared/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/types",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"types": "src/index.d.ts",
"private": true,
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "alert-cli",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"dependencies": {
"@shared/graphql-client": "^1.0.0-alpha.6",
"@shared/graphql-client": "^1.0.0-alpha.7",
"@socialgouv/cdtn-slugify": "^4.44.0",
"@socialgouv/cdtn-sources": "^4.44.0",
"memoizee": "^0.4.15",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@shared/types": "^1.0.0-alpha.6",
"@shared/types": "^1.0.0-alpha.7",
"@socialgouv/contributions-data-types": "^3.12.0",
"@socialgouv/datafiller-data-types": "^2.17.0",
"@socialgouv/eslint-config-recommended": "^1.55.0",
Expand Down
6 changes: 3 additions & 3 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"dependencies": {
"@azure/abort-controller": "^1.0.4",
"@azure/storage-blob": "^12.5.0",
Expand All @@ -15,8 +15,8 @@
"@sentry/browser": "^6.2.1",
"@sentry/integrations": "^6.2.1",
"@sentry/node": "^6.2.1",
"@shared/graphql-client": "^1.0.0-alpha.6",
"@shared/id-generator": "^1.0.0-alpha.6",
"@shared/graphql-client": "^1.0.0-alpha.7",
"@shared/id-generator": "^1.0.0-alpha.7",
"@socialgouv/cdtn-slugify": "^4.44.0",
"@socialgouv/cdtn-sources": "^4.44.0",
"@socialgouv/matomo-next": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ingester",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"dependencies": {
"@shared/graphql-client": "^1.0.0-alpha.6",
"@shared/id-generator": "^1.0.0-alpha.6",
"@shared/graphql-client": "^1.0.0-alpha.7",
"@shared/id-generator": "^1.0.0-alpha.7",
"@socialgouv/cdtn-slugify": "^4.44.0",
"@socialgouv/cdtn-sources": "^4.44.0",
"get-uri": "^3.0.2",
Expand Down

0 comments on commit 8a90185

Please sign in to comment.