Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 3, 2023
1 parent d553967 commit f97d53a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wcpos/app-electron",
"productName": "WooCommerce POS",
"description": "Electron app for WooCommerce POS",
"version": "1.0.0-alpha.75",
"version": "1.0.0-alpha.76",
"private": true,
"author": "kilbot <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"@sentry/electron": "^4.2.0",
"@wcpos/core": "*",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-log": "^5.0.0-beta.16",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"fs-extra": "^11.1.0",
Expand All @@ -101,13 +101,13 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.5",
"@types/jest": "^29.4.0",
"@types/node": "18.11.18",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-test-renderer": "^18.0.0",
"@types/sqlite3": "^3.1.8",
Expand All @@ -125,7 +125,7 @@
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"detect-port": "^1.5.1",
"electron": "^22.0.2",
"electron": "^22.2.0",
"electron-builder": "23.6.0",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.2",
Expand All @@ -135,15 +135,15 @@
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest": "^29.4.1",
"lint-staged": "^13.1.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.3",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"sass": "^1.57.1",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-pos",
"productName": "WooCommerce POS",
"version": "1.0.0-alpha.75",
"version": "1.0.0-alpha.76",
"description": "A simple front-end for taking WooCommerce orders at the Point of Sale.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit f97d53a

Please sign in to comment.