@beinformed/ui 1.14.4 → 1.14.5

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 +8 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,15 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.14.5](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.14.4...v1.14.5) (2022-03-15)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **react-router:** use correct package and version of react-router ([eb6644b](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/eb6644b235a2b8e02cca9be66b2d7ed4d0063585))
10
+
5
11
  ### [1.14.4](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.14.3...v1.14.4) (2022-03-14)
6
12
 
7
13
  ### [1.14.3](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.14.0...v1.14.3) (2022-03-14)
8
14
 
9
-
10
15
  ### Bug Fixes
11
16
 
12
- * **scenario:** add settings for business scenario concept types ([#16](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/issues/16)) ([d8510c3](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/d8510c3c076b9a1c71a7c83083df297d04ff2efc))
13
- * **scenario:** allow multiple scenario concept types ([89d9e4e](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/89d9e4e396e1375abc1230090fa8e1c9cdfa1a3c))
17
+ - **scenario:** add settings for business scenario concept types ([#16](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/issues/16)) ([d8510c3](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/d8510c3c076b9a1c71a7c83083df297d04ff2efc))
18
+ - **scenario:** allow multiple scenario concept types ([89d9e4e](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/89d9e4e396e1375abc1230090fa8e1c9cdfa1a3c))
14
19
 
15
20
  ### [1.14.2](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.14.1...v1.14.2) (2022-03-12)
16
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beinformed/ui",
3
- "version": "1.14.4",
3
+ "version": "1.14.5",
4
4
  "description": "Toolbox for be informed javascript layouts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "bugs": "http://support.beinformed.com",
@@ -72,7 +72,7 @@
72
72
  "react-dom": "^16.14.0 || ^17.0.0",
73
73
  "react-helmet-async": "^1.0.0",
74
74
  "react-redux": "^7.0.0",
75
- "react-router-dom": "^5.2.0",
75
+ "react-router": "^5.2.0",
76
76
  "redux": "^4.0.0",
77
77
  "redux-thunk": "^2.3.0",
78
78
  "styled-components": "^5.2.0"
@@ -119,7 +119,7 @@
119
119
  "eslint-plugin-ft-flow": "^2.0.1",
120
120
  "eslint-plugin-import": "^2.25.4",
121
121
  "eslint-plugin-jest": "^26.1.1",
122
- "eslint-plugin-jsdoc": "^37.9.4",
122
+ "eslint-plugin-jsdoc": "^38.0.4",
123
123
  "eslint-plugin-react": "^7.28.0",
124
124
  "eslint-plugin-react-hooks": "^4.3.0",
125
125
  "flow-bin": "^0.173.0",
@@ -139,7 +139,7 @@
139
139
  "react-dom": "^17.0.2",
140
140
  "react-helmet-async": "^1.2.3",
141
141
  "react-redux": "^7.2.6",
142
- "react-router-dom": "^5.3.0",
142
+ "react-router": "^5.2.0",
143
143
  "react-test-renderer": "^17.0.2",
144
144
  "redux": "^4.1.2",
145
145
  "redux-mock-store": "^1.5.4",