From 5dfc4939295ced57acde6f4c8c328f17dd93a740 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:28:54 +0000 Subject: [PATCH] chore(release): version 1.1.18 ## [1.1.18](https://github.com/SocialGouv/anonymify/compare/v1.1.17...v1.1.18) (2022-11-15) ### Bug Fixes * release ([ab6cd8e](https://github.com/SocialGouv/anonymify/commit/ab6cd8e8740eabf393fa087eceb5a78c05cc8178)) --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- packages/config/package.json | 2 +- packages/csv-anonymify/package.json | 4 ++-- packages/csv-sample/package.json | 4 ++-- packages/match-entities/package.json | 4 ++-- packages/tsconfig/package.json | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a442ccb..f443318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.18](https://github.com/SocialGouv/anonymify/compare/v1.1.17...v1.1.18) (2022-11-15) + + +### Bug Fixes + +* release ([ab6cd8e](https://github.com/SocialGouv/anonymify/commit/ab6cd8e8740eabf393fa087eceb5a78c05cc8178)) + ## [1.1.17](https://github.com/SocialGouv/anonymify/compare/v1.1.16...v1.1.17) (2022-11-15) diff --git a/lerna.json b/lerna.json index 78222a6..e01ad5d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "1.1.17" + "version": "1.1.18" } diff --git a/packages/config/package.json b/packages/config/package.json index 82bf1bd..f2809ad 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "config", - "version": "1.1.17", + "version": "1.1.18", "main": "index.js", "private": true, "license": "MIT", diff --git a/packages/csv-anonymify/package.json b/packages/csv-anonymify/package.json index e653771..bc86543 100644 --- a/packages/csv-anonymify/package.json +++ b/packages/csv-anonymify/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/csv-anonymify", "decription": "Anonymize some CSV with faker.js data", - "version": "1.1.17", + "version": "1.1.18", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", @@ -19,7 +19,7 @@ "test": "jest" }, "dependencies": { - "@socialgouv/match-entities": "^1.1.17", + "@socialgouv/match-entities": "^1.1.18", "csv": "^6.0.5", "date-fns": "^2.28.0", "faker": "^5.5.3", diff --git a/packages/csv-sample/package.json b/packages/csv-sample/package.json index 869c67d..b9020ac 100644 --- a/packages/csv-sample/package.json +++ b/packages/csv-sample/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/csv-sample", "decription": "Guess CSV columns types and make some stats", - "version": "1.1.17", + "version": "1.1.18", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", @@ -19,7 +19,7 @@ "test": "TEST=true jest" }, "dependencies": { - "@socialgouv/match-entities": "^1.1.17", + "@socialgouv/match-entities": "^1.1.18", "csv": "^6.0.5", "p-all": "^3.0.0" }, diff --git a/packages/match-entities/package.json b/packages/match-entities/package.json index 71e2070..ee8b8ce 100644 --- a/packages/match-entities/package.json +++ b/packages/match-entities/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/match-entities", "decription": "Return entity probability for a given text", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -29,7 +29,7 @@ "jest": "^27.4.5", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", - "tsconfig": "^1.1.17", + "tsconfig": "^1.1.18", "tsup": "^5.11.9", "typescript": "^4.5.4" } diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 56a8d3a..9f11b12 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "1.1.17", + "version": "1.1.18", "private": true, "main": "index.js", "files": [