@soleil-se/app-util 3.0.2 → 3.0.3
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 +13 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [3.0.3](https://github.com/soleilit/server-monorepo/compare/@soleil-api/webapp-util@3.0.2...@soleil-api/webapp-util@3.0.3) (2020-11-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @soleil-api/webapp-util
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
# Changelog
|
|
2
15
|
All notable changes to this project will be documented in this file.
|
|
3
16
|
|
|
@@ -83,4 +96,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
83
96
|
### Changed
|
|
84
97
|
- `getRouteUri` now returns the standalone route.
|
|
85
98
|
- HTML comment to not include this.name in `renderApp`.
|
|
86
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soleil-se/app-util",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Utility functions for Webapps.",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"author": "Soleil AB",
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"vue": "^2.6.11"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "4ec24e3af67c43659d0fcc318d45c0f4a594e9e6",
|
|
21
21
|
"devDependencies": {}
|
|
22
22
|
}
|