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

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 15, 2019
1 parent cdb529e commit ddf2113
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 35 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Changes that require manual, atypical updates for those running their own instan

## [Unreleased]

## [6.4.0] - 2019-04-14

### Added

- Helpful alert for new users
- Pricing section on homepage

### Changed

- !! Update dependencies, CCashCow, and Yalcs

## [6.3.0] - 2019-04-12

### Added
Expand All @@ -22,7 +33,7 @@ Changes that require manual, atypical updates for those running their own instan

### Changed

- Update dependencies and Yalcs
- !! Update dependencies and Yalcs

## [6.2.0] - 2019-04-09

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Email Forwarding and Aliases by Ptorx",
"short_name": "Ptorx",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"version": "6.3.0",
"version": "6.4.0",
"manifest_version": 2,
"browser_action": {
"default_icon": {
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.3.0",
"version": "6.4.0",
"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.3.0",
"ptorx-web": "^6.3.0"
"ptorx-server": "^6.4.0",
"ptorx-web": "^6.4.0"
},
"keywords": [
"email forwarding",
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.3.0",
"version": "6.4.0",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down
58 changes: 33 additions & 25 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-web",
"version": "6.3.0",
"version": "6.4.0",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-github-gist": "^1.0.0",
"react-hot-loader": "^4.8.3",
"react-hot-loader": "^4.8.4",
"react-router-dom": "^5.0.0",
"react-trix": "^0.4.1",
"typeface-roboto": "0.0.54"
Expand All @@ -55,7 +55,7 @@
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"typescript": "^3.4.3",
"webpack": "^4.29.6",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
Expand Down

0 comments on commit ddf2113

Please sign in to comment.