@beinformed/ui 1.24.1-beta.8 → 1.25.0

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
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.25.0](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.24.1-beta.8...v1.25.0) (2022-12-16)
6
+
7
+ ### Features
8
+
9
+ - **typings:** add generated typescript typings ([274ac5b](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/commit/274ac5b95baae94f473cf1febe1c4689dad07e38))
10
+
5
11
  ### [1.24.1-beta.8](https://git.beinformed.com/public/nl.beinformed.bi.layout.lib.ui/compare/v1.24.1-beta.7...v1.24.1-beta.8) (2022-12-12)
6
12
 
7
13
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beinformed/ui",
3
- "version": "1.24.1-beta.8",
3
+ "version": "1.25.0",
4
4
  "description": "Toolbox for be informed javascript layouts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "bugs": "http://support.beinformed.com",
@@ -117,13 +117,13 @@
117
117
  "babel-plugin-styled-components": "^2.0.7",
118
118
  "cherry-pick": "^0.5.0",
119
119
  "cross-env": "^7.0.3",
120
- "documentation": "^14.0.0",
120
+ "documentation": "^14.0.1",
121
121
  "eslint": "^8.29.0",
122
122
  "eslint-config-prettier": "^8.3.0",
123
123
  "eslint-plugin-babel": "^5.3.1",
124
124
  "eslint-plugin-ft-flow": "^2.0.3",
125
125
  "eslint-plugin-import": "^2.26.0",
126
- "eslint-plugin-jest": "^27.1.6",
126
+ "eslint-plugin-jest": "^27.1.7",
127
127
  "eslint-plugin-jsdoc": "^39.6.4",
128
128
  "eslint-plugin-react": "^7.31.11",
129
129
  "eslint-plugin-react-hooks": "^4.5.0",