Skip to content

Commit 0434718

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent afc30dc commit 0434718

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# v8.2.9 (Tue Jun 29 2021)
2+
3+
:tada: This release contains work from new contributors! :tada:
4+
5+
Thanks for all your work!
6+
7+
:heart: Cameron Yick ([@hydrosquall](https://github.com/hydrosquall))
8+
9+
:heart: Carol Willing ([@willingc](https://github.com/willingc))
10+
11+
#### 🐛 Bug Fix
12+
13+
- fix: Display table data when there are periods in string column names [#64](https://github.com/nteract/data-explorer/pull/64) ([@hydrosquall](https://github.com/hydrosquall))
14+
- [docs] Add NPM version badge to README.md [#62](https://github.com/nteract/data-explorer/pull/62) ([@hydrosquall](https://github.com/hydrosquall))
15+
- Create CONTRIBUTING.md [#59](https://github.com/nteract/data-explorer/pull/59) ([@willingc](https://github.com/willingc))
16+
- update ci badges [#58](https://github.com/nteract/data-explorer/pull/58) ([@willingc](https://github.com/willingc))
17+
- Remove circleci [#56](https://github.com/nteract/data-explorer/pull/56) ([@willingc](https://github.com/willingc))
18+
- Add a changelog [#55](https://github.com/nteract/data-explorer/pull/55) ([@willingc](https://github.com/willingc))
19+
- [bugfix] Update column accessor in Grid component from string property to function accessor. [#41](https://github.com/nteract/data-explorer/pull/41) ([@hydrosquall](https://github.com/hydrosquall))
20+
- Add clean command [#54](https://github.com/nteract/data-explorer/pull/54) ([@willingc](https://github.com/willingc))
21+
- Add prettier and yarn clean configs [#53](https://github.com/nteract/data-explorer/pull/53) ([@willingc](https://github.com/willingc))
22+
- Create node.js.yml [#51](https://github.com/nteract/data-explorer/pull/51) ([@willingc](https://github.com/willingc))
23+
- Verify install and update instructions [#50](https://github.com/nteract/data-explorer/pull/50) ([@willingc](https://github.com/willingc))
24+
- Create codeql-analysis.yml to run code quality CI [#48](https://github.com/nteract/data-explorer/pull/48) ([@willingc](https://github.com/willingc))
25+
- Add Code of Conduct file [#46](https://github.com/nteract/data-explorer/pull/46) ([@willingc](https://github.com/willingc))
26+
- Add a sentence about usage to README [#45](https://github.com/nteract/data-explorer/pull/45) ([@willingc](https://github.com/willingc))
27+
- Polish the README [#44](https://github.com/nteract/data-explorer/pull/44) ([@willingc](https://github.com/willingc))
28+
- Move monorepo install instructions to LEGACY [#43](https://github.com/nteract/data-explorer/pull/43) ([@willingc](https://github.com/willingc))
29+
30+
#### ⚠️ Pushed to `main`
31+
32+
- 8.2.9 ([@emeeks](https://github.com/emeeks))
33+
- Update semiotic ([@emeeks](https://github.com/emeeks))
34+
- Merge branch 'master' of https://github.com/nteract/data-explorer ([@emeeks](https://github.com/emeeks))
35+
36+
#### 🔩 Dependency Updates
37+
38+
- [ci] Add auto to manage versions, changelog, and deployment to NPM [#63](https://github.com/nteract/data-explorer/pull/63) ([@hydrosquall](https://github.com/hydrosquall))
39+
- Bump ws from 5.2.2 to 5.2.3 [#57](https://github.com/nteract/data-explorer/pull/57) ([@dependabot[bot]](https://github.com/dependabot[bot]))
40+
- Bump hosted-git-info from 2.8.8 to 2.8.9 [#40](https://github.com/nteract/data-explorer/pull/40) ([@dependabot[bot]](https://github.com/dependabot[bot]))
41+
- Bump lodash from 4.17.19 to 4.17.21 [#39](https://github.com/nteract/data-explorer/pull/39) ([@dependabot[bot]](https://github.com/dependabot[bot]))
42+
- Bump url-parse from 1.4.7 to 1.5.1 [#38](https://github.com/nteract/data-explorer/pull/38) ([@dependabot[bot]](https://github.com/dependabot[bot]))
43+
- Bump elliptic from 6.5.3 to 6.5.4 [#34](https://github.com/nteract/data-explorer/pull/34) ([@dependabot[bot]](https://github.com/dependabot[bot]))
44+
- Bump y18n from 4.0.0 to 4.0.1 [#35](https://github.com/nteract/data-explorer/pull/35) ([@dependabot[bot]](https://github.com/dependabot[bot]))
45+
- Bump ini from 1.3.5 to 1.3.8 [#33](https://github.com/nteract/data-explorer/pull/33) ([@dependabot[bot]](https://github.com/dependabot[bot]))
46+
- Bump websocket-extensions from 0.1.3 to 0.1.4 [#25](https://github.com/nteract/data-explorer/pull/25) ([@dependabot[bot]](https://github.com/dependabot[bot]))
47+
- Bump lodash from 4.17.15 to 4.17.19 [#27](https://github.com/nteract/data-explorer/pull/27) ([@dependabot[bot]](https://github.com/dependabot[bot]))
48+
49+
#### Authors: 4
50+
51+
- [@dependabot[bot]](https://github.com/dependabot[bot])
52+
- Cameron Yick ([@hydrosquall](https://github.com/hydrosquall))
53+
- Carol Willing ([@willingc](https://github.com/willingc))
54+
- Elijah Meeks ([@emeeks](https://github.com/emeeks))
55+
56+
---
57+
158

259
# Changelog
360

0 commit comments

Comments
 (0)