invoice-system-common 1.0.24-beta.0 → 1.0.24-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  export declare enum ToasterMessage {
2
- LOGIN_SUCCESSFUL = "Login Successful!"
2
+ LOGIN_SUCCESSFUL = "Login Successful!",
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "invoice-system-common",
3
- "version": "1.0.24-beta.0",
3
+ "version": "1.0.24-beta.2",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/Kashyap2210/invoice-system-common#readme",
6
6
  "bugs": {
@@ -22,7 +22,7 @@
22
22
  "test": "echo \"Error: no test specified\" && exit 1",
23
23
  "build": "tsc",
24
24
  "full-publish": "npm run build && npm version patch && git push --follow-tags && npm publish",
25
- "publish:beta": "npm version prerelease --preid=beta && npm publish --tag beta",
25
+ "publish:beta": "npm version prerelease --preid=beta && npm publish --tag beta && git push --follow-tags",
26
26
  "link": "npm run build && npm link"
27
27
  },
28
28
  "devDependencies": {