@entur-partner/app-shell 2.0.19 → 2.0.23

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.23](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/app-shell@2.0.22...@entur-partner/app-shell@2.0.23) (2021-11-02)
7
+
8
+ ### Reverts
9
+
10
+ - **menu:** packages was not publish to npm because of wrong npm user ([127ed33](https://bitbucket.org/enturas/entur-partner-packages/commits/127ed33e6a7e98866ec74d76ca62fa39bc5a019f))
11
+
12
+ ## [2.0.22](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/app-shell@2.0.21...@entur-partner/app-shell@2.0.22) (2021-10-19)
13
+
14
+ **Note:** Version bump only for package @entur-partner/app-shell
15
+
16
+ ## [2.0.21](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/app-shell@2.0.20...@entur-partner/app-shell@2.0.21) (2021-10-14)
17
+
18
+ **Note:** Version bump only for package @entur-partner/app-shell
19
+
20
+ ## [2.0.20](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/app-shell@2.0.19...@entur-partner/app-shell@2.0.20) (2021-10-04)
21
+
22
+ **Note:** Version bump only for package @entur-partner/app-shell
23
+
6
24
  ## [2.0.19](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/app-shell@2.0.18...@entur-partner/app-shell@2.0.19) (2021-08-19)
7
25
 
8
26
  **Note:** Version bump only for package @entur-partner/app-shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/app-shell",
3
- "version": "2.0.19",
3
+ "version": "2.0.23",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/app-shell.esm.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@auth0/auth0-spa-js": "^1.8.1",
36
- "@entur-partner/common": "^4.0.1",
37
- "@entur-partner/micro-frontend": "^1.1.0",
36
+ "@entur-partner/common": "^4.0.4",
37
+ "@entur-partner/micro-frontend": "^2.0.0",
38
38
  "@entur-partner/util": "^1.1.0"
39
39
  },
40
40
  "devDependencies": {
@@ -50,5 +50,5 @@
50
50
  "reportFile": "jest-sonar-report.xml",
51
51
  "indent": 4
52
52
  },
53
- "gitHead": "fb9d32f322ab49ef3a2fa2b57e7c5cdf6d430c08"
53
+ "gitHead": "931f8ebef0a333ea23e801f18ffbd7620ba8eb2b"
54
54
  }