Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update packages and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Aug 13, 2019
1 parent ec2f011 commit 283098a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 37 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

<!-- ## [0.6.0] - 2019-08-XX -->

### Changed

- Move file conversion (ASTPUB creation) process from server to client

### Removed

- Support for non-EPUB imports
- `link` property from ASTPub's `meta.json`
- API server

## [0.5.1] - 2019-07-18

### Added
Expand Down Expand Up @@ -80,7 +92,10 @@ This project adheres to [Semantic Versioning](https://semver.org).

- Everything

[unreleased]: https://github.com/Xyfir/illuminsight/compare/0.5.1...HEAD
[unreleased]: https://github.com/Xyfir/illuminsight/compare/0.6.0...HEAD

<!-- [0.6.0]: https://github.com/Xyfir/illuminsight/releases/tag/0.6.0 -->

[0.5.1]: https://github.com/Xyfir/illuminsight/releases/tag/0.5.1
[0.4.1]: https://github.com/Xyfir/illuminsight/releases/tag/0.4.1
[0.4.0]: https://github.com/Xyfir/illuminsight/releases/tag/0.4.0
Expand Down
61 changes: 31 additions & 30 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "illuminsight",
"version": "0.6.0",
"version": "0.6.0-beta.0",
"description": "Read smarter",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
"license": "UNLICENSED",
"dependencies": {
"@hot-loader/react-dom": "^16.8.6",
"@hot-loader/react-dom": "^16.9.0-4.12.11",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
Expand All @@ -32,19 +32,19 @@
"notistack": "^0.8.9",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.10",
"react-hot-loader": "^4.12.11",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.0.1",
"typeface-roboto": "0.0.75",
"wtf_wikipedia": "^7.6.0"
"wtf_wikipedia": "^7.7.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@testing-library/react": "^9.1.0",
"@testing-library/react": "^9.1.1",
"@types/dotenv": "^6.1.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/jest": "^24.0.17",
Expand All @@ -66,7 +66,7 @@
"ts-jest": "^24.0.2",
"typescript": "^3.5.3",
"webapp-webpack-plugin": "^2.7.1",
"webpack": "^4.39.1",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0",
"webpack-manifest-plugin": "^2.0.4"
Expand Down

0 comments on commit 283098a

Please sign in to comment.