Skip to content

Commit

Permalink
Bump version for recognizers suite and recognizers (#3131)
Browse files Browse the repository at this point in the history
* Bump version for recognizers suite and recognizers

* Bump recognizers date time version after fix

* minor change
  • Loading branch information
aurghob authored Jul 31, 2023
1 parent c433c94 commit 8d2eeda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion JavaScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recognizers",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/packages/recognizers-text-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Getting Started

Recognizer's are organized into groups and designed to be used in C#, Node.js, Python and Java to help you build great applications! To use the samples, install the `recognizers-text-suite` package, or clone our GitHub repository using Git.
Recognizers are organized into groups and designed to be used in C#, Node.js, Python and Java to help you build great applications! To use the samples, install the `recognizers-text-suite` package, or clone our GitHub repository using Git.

## Cloning and building the Repository

Expand Down
16 changes: 8 additions & 8 deletions JavaScript/packages/recognizers-text-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/recognizers-text-suite",
"version": "1.3.0",
"version": "1.3.1",
"description": "recognizers-text-suite provides robust recognition and resolution of numbers, units, date/time, and more; expressed in multiple languages.",
"author": "Microsoft Corp.",
"license": "MIT",
Expand Down Expand Up @@ -32,12 +32,12 @@
"prepare": "npm run clean-build && tsc && rollup -c"
},
"dependencies": {
"@microsoft/recognizers-text-data-types-timex-expression": "~1.3.0",
"@microsoft/recognizers-text": "~1.3.0",
"@microsoft/recognizers-text-number": "~1.3.0",
"@microsoft/recognizers-text-number-with-unit": "~1.3.0",
"@microsoft/recognizers-text-date-time": "~1.3.0",
"@microsoft/recognizers-text-sequence": "~1.3.0",
"@microsoft/recognizers-text-choice": "~1.3.0"
"@microsoft/recognizers-text-data-types-timex-expression": "~1.3.1",
"@microsoft/recognizers-text": "~1.3.1",
"@microsoft/recognizers-text-number": "~1.3.1",
"@microsoft/recognizers-text-number-with-unit": "~1.3.1",
"@microsoft/recognizers-text-date-time": "~1.3.2",
"@microsoft/recognizers-text-sequence": "~1.3.1",
"@microsoft/recognizers-text-choice": "~1.3.1"
}
}

0 comments on commit 8d2eeda

Please sign in to comment.