jamespot-react-core 1.2.12 → 1.2.13

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.
@@ -120,6 +120,7 @@ declare const _default: {
120
120
  readonly Pagination: "JRCPagination";
121
121
  readonly Panel: "JRCPanel";
122
122
  readonly ProgressBar: "JRCProgressBar";
123
+ readonly PublishButton: "JRCPublishButton";
123
124
  readonly Resources: "Resources";
124
125
  readonly SidePanelModal: "JRCSidePanelModal";
125
126
  readonly SkeletonLine: "JRCSkeletonLine";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -56,9 +56,9 @@
56
56
  "eslint-import-resolver-typescript": "^3.6.3",
57
57
  "eslint-plugin-import": "^2.31.0",
58
58
  "history": "^5.3.0",
59
- "jamespot-front-business": "^1.2.12",
60
- "jamespot-react-components": "^1.2.12",
61
- "jamespot-user-api": "^1.2.12",
59
+ "jamespot-front-business": "^1.2.13",
60
+ "jamespot-react-components": "^1.2.13",
61
+ "jamespot-user-api": "^1.2.13",
62
62
  "marked": "^15.0.3",
63
63
  "react": "^17.0.2",
64
64
  "react-dom": "17.0.2",