@polarityio/pi-error 1.0.0 → 1.0.1

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,6 +1,6 @@
1
1
  {
2
2
  "pi-error": {
3
- "element": "pi-error-v1-0-0",
3
+ "element": "pi-error-v1-0-1",
4
4
  "className": "PiError",
5
5
  "package": "@polarityio/pi-error"
6
6
  }
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { libraryCustomElementName, defineCustomElementOnce } from "@polarityio/p
6
6
  import { CUSTOM_ELEMENT_NAME as CUSTOM_ELEMENT_NAME$1, PiIcon } from "@polarityio/pi-icon";
7
7
  import { CUSTOM_ELEMENT_NAME as CUSTOM_ELEMENT_NAME$2, PiButton } from "@polarityio/pi-button";
8
8
  import { CUSTOM_ELEMENT_NAME as CUSTOM_ELEMENT_NAME$3, PiCopyButton } from "@polarityio/pi-copy-button";
9
- const version = "1.0.0";
9
+ const version = "1.0.1";
10
10
  const packageJson = {
11
11
  version
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polarityio/pi-error",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Error alert component with dismissible behavior, detail expansion, and clipboard copy support",
5
5
  "license": "MIT",
6
6
  "publishConfig": {