@trackunit/iris-app 0.0.115 → 0.0.116
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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
### [0.0.116](https://github.com/Trackunit/manager/compare/iris-app/0.0.115...iris-app/0.0.116) (2022-10-05)
|
|
6
|
+
|
|
5
7
|
### [0.0.115](https://github.com/Trackunit/manager/compare/iris-app/0.0.114...iris-app/0.0.115) (2022-10-03)
|
|
6
8
|
|
|
7
9
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ export const App = () => {
|
|
|
17
17
|
subHeading="Change the code in this file as you see fit"
|
|
18
18
|
/>
|
|
19
19
|
<CardBody>
|
|
20
|
-
<Alert
|
|
20
|
+
<Alert color="success">
|
|
21
21
|
You are now ready to develop your app extension.
|
|
22
22
|
</Alert>
|
|
23
23
|
<Text> We also have buttons</Text>
|