Skip to content

Commit e770f79

Browse files
chore(release): 0.23.4 [skip ci]
1 parent b639c3e commit e770f79

File tree

7 files changed

+306
-139
lines changed

7 files changed

+306
-139
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.23.4](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.3...v0.23.4) (2021-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add type defs for react ([6a3531f](https://github.com/atom-community/atom-ide-datatip/commit/6a3531f8b96cfbfdd71647672ec0ed7e38d474d4))
7+
18
## [0.23.3](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.2...v0.23.3) (2021-02-10)
29

310

dist/index-b5a60553.js renamed to dist/index-41c7c3a8.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-41c7c3a8.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-b5a60553.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tsconfig.tsbuildinfo

Lines changed: 294 additions & 134 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-ide-datatip",
33
"main": "./dist/main.js",
4-
"version": "0.23.3",
4+
"version": "0.23.4",
55
"description": "A replacement for the Data Tooltip provider that was originally part of the Atom IDE package from Facebook.",
66
"keywords": [
77
"atom-package",

0 commit comments

Comments
 (0)