Skip to content

Commit

Permalink
chore(release): 0.24.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 27, 2021
1 parent e8ff36b commit f1dd5d4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.24.0](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.5...v0.24.0) (2021-02-27)


### Features

* only glow info bar ([3a56420](https://github.com/atom-community/atom-ide-datatip/commit/3a56420496975781cac7dfc2e6d859a734482f1c))


### Performance Improvements

* remove config for hover animation ([2aa61c9](https://github.com/atom-community/atom-ide-datatip/commit/2aa61c9e5a07bbb029a7aa1b99bba908b0edb672))

## [0.23.5](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.4...v0.23.5) (2021-02-27)


Expand Down
1 change: 0 additions & 1 deletion dist/datatip-manager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export declare class DataTipManager {
mouseMoveTimer: NodeJS.Timeout | null;
cursorMoveTimer: NodeJS.Timeout | null;
hoverTime: any;
glowClass: string;
constructor();
initialize(): void;
dispose(): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -527,13 +527,13 @@
"affectsGlobalScope": false
},
"../lib/datatip-manager.ts": {
"version": "95a029f1ff2bfd92a963c40287537c1bc464b52f22673f5eaa8d65fdb8c02502",
"signature": "cc3831aa30011a0bc82d920d805d8bfc4c42927d2f6f6433608c8fe9284487a2",
"version": "7ec26d4b9ef43a36c8bee179a210e3e8b28ebd6403d873110659079400f69250",
"signature": "c6e6d1a7b6f49352fb548bb365297191a5f8d212862b44296365fc249d071f44",
"affectsGlobalScope": false
},
"../lib/config.json": {
"version": "053c825b1f4b8d760b4195f8db9962e5b90aef5b414aed362b4f0234e8de3f30",
"signature": "93c9bec358e41badb258a6623003126f30490db75d3261ba20cdaaf3376316d3",
"version": "f2bf830d20a9a6a6df72ee130507f906ffe2cccea0a55289ea43da2c1683240c",
"signature": "18cefa50111a3561a55f7d47a2c68a51a1c80da513a77228bf013ef08376a30c",
"affectsGlobalScope": true
},
"../node_modules/atom-package-deps/lib/index.d.ts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-ide-datatip",
"main": "./dist/main.js",
"version": "0.23.5",
"version": "0.24.0",
"description": "A replacement for the Data Tooltip provider that was originally part of the Atom IDE package from Facebook.",
"keywords": [
"atom-package",
Expand Down

0 comments on commit f1dd5d4

Please sign in to comment.