Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 23, 2017
1 parent 86ecb81 commit 4bf0ffc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/retext-dutch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-dutch",
"version": "2.0.0",
"version": "3.0.0",
"description": "retext parser for the Dutch language",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/retext-english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-english",
"version": "2.0.0",
"version": "3.0.0",
"description": "retext parser for the English language",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/retext-latin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-latin",
"version": "1.0.0",
"version": "2.0.0",
"description": "retext parser for Latin-script natural languages",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/retext-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-stringify",
"version": "1.0.0",
"version": "2.0.0",
"description": "NLCST to text compiler for retext",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/retext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext",
"version": "4.0.0",
"version": "5.0.0",
"description": "Natural language processor powered by plugins",
"license": "MIT",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"process"
],
"dependencies": {
"retext-latin": "^1.0.0",
"retext-stringify": "^1.0.0",
"retext-latin": "^2.0.0",
"retext-stringify": "^2.0.0",
"unified": "^6.0.0"
},
"homepage": "https://github.com/wooorm/retext",
Expand Down

0 comments on commit 4bf0ffc

Please sign in to comment.