Skip to content

Commit

Permalink
1.0.0-beta.67
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Aug 8, 2022
1 parent d206bce commit 0143550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## next
## 1.0.0-beta.67 (09-08-2022)

- Fixed suggestions when a pattern contains upper case letters
- Added `type: module` to `package.json`
- Fixed suggestions in query editor when a pattern contains upper case letters
- Uniformed number delimeter insertion in all places, added a HTML escaping and fixed pattern matching
- Fixed testing a string is URL in `struct` view to accept dashes in a domain name
- Fixed an unnecessary caught exception on the lib loading
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/discovery",
"version": "1.0.0-beta.66",
"version": "1.0.0-beta.67",
"description": "Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards",
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
"license": "MIT",
Expand Down

0 comments on commit 0143550

Please sign in to comment.