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

Commit

Permalink
Bump version. Add, update, remove packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Oct 8, 2019
1 parent 71ea75e commit c40d83d
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 196 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org) after `v6.7.2`

## [Unreleased]

## [6.8.2] - 2019-10-07

### Fixed

- Closing menu from floating action button
- Pagination controls running off the page

## [6.8.0] - 2019-09-12

### Added
Expand Down Expand Up @@ -154,7 +161,8 @@ This project adheres to [Semantic Versioning](https://semver.org) after `v6.7.2`

- Release 6.0.0

[unreleased]: https://github.com/Xyfir/ptorx/compare/6.8.0...HEAD
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.8.2...HEAD
[6.8.2]: https://github.com/Xyfir/ptorx/releases/tag/6.8.2
[6.8.0]: https://github.com/Xyfir/ptorx/releases/tag/6.8.0
[6.7.2]: https://github.com/Xyfir/ptorx/releases/tag/6.7.2
[6.7.1]: https://github.com/Xyfir/ptorx/releases/tag/6.7.1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx",
"version": "6.8.1",
"version": "6.8.2",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"author": "Xyfir, LLC <[email protected]> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"ptorx-server": "^6.8.1",
"ptorx-web": "^6.8.1"
"ptorx-server": "^6.8.2",
"ptorx-web": "^6.8.2"
},
"keywords": [
"email forwarding",
Expand Down
26 changes: 13 additions & 13 deletions server/package-lock.json

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

6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.8.1",
"version": "6.8.2",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -50,9 +50,9 @@
"@types/jsonwebtoken": "^8.3.4",
"@types/mailparser": "^2.4.0",
"@types/mysql": "^2.15.7",
"@types/node": "^12.7.8",
"@types/node": "^12.7.11",
"@types/node-forge": "^0.8.6",
"@types/openpgp": "^4.4.6",
"@types/openpgp": "^4.4.7",
"@types/smtp-server": "^3.5.2",
"@types/uuid": "^3.4.5",
"jest": "^24.9.0",
Expand Down
Loading

0 comments on commit c40d83d

Please sign in to comment.