Skip to content

Commit

Permalink
chore(release): version 1.1.3
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2022-01-26)

### Bug Fixes

* **ui:** dont show export before finish ([#13](#13)) ([a8d131e](a8d131e))
  • Loading branch information
SocialGroovyBot committed Jan 26, 2022
1 parent a8d131e commit 68ee5c0
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.3](https://github.com/SocialGouv/anonymify/compare/v1.1.2...v1.1.3) (2022-01-26)


### Bug Fixes

* **ui:** dont show export before finish ([#13](https://github.com/SocialGouv/anonymify/issues/13)) ([a8d131e](https://github.com/SocialGouv/anonymify/commit/a8d131eba020e684eedff57e140430ad5f2e211b))

## [1.1.2](https://github.com/SocialGouv/anonymify/compare/v1.1.1...v1.1.2) (2022-01-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.1.2"
"version": "1.1.3"
}
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.2",
"version": "1.1.3",
"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.2",
"version": "1.1.3",
"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.2",
"@socialgouv/match-entities": "^1.1.3",
"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.2",
"version": "1.1.3",
"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.2",
"@socialgouv/match-entities": "^1.1.3",
"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.2",
"version": "1.1.3",
"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.2",
"tsconfig": "^1.1.3",
"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.2",
"version": "1.1.3",
"private": true,
"main": "index.js",
"files": [
Expand Down

0 comments on commit 68ee5c0

Please sign in to comment.