Skip to content

Commit

Permalink
chore(release): version 1.1.18
Browse files Browse the repository at this point in the history
## [1.1.18](v1.1.17...v1.1.18) (2022-11-15)

### Bug Fixes

* release ([ab6cd8e](ab6cd8e))
  • Loading branch information
SocialGroovyBot committed Nov 15, 2022
1 parent ab6cd8e commit 5dfc493
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.1.17"
"version": "1.1.18"
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "1.1.17",
"version": "1.1.18",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-anonymify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-sample/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/match-entities/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "1.1.17",
"version": "1.1.18",
"private": true,
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5dfc493

Please sign in to comment.