@breadstone/mosaik-elements-angular 0.0.116 → 0.0.117

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
@@ -1,3 +1,9 @@
1
+ ## 0.0.117 (2025-08-18)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **dialog): correct part name from 'scroller' to 'scroll' in _DialogContentElement.scss chore(release:** update release script version to 0.0.116 in package.json ([549b90aade](https://github.com/RueDeRennes/mosaik/commit/549b90aade))
6
+
1
7
  ## 0.0.116 (2025-08-18)
2
8
 
3
9
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-angular",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "description": "Mosaik elements for Angular.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -19,8 +19,8 @@
19
19
  "rxjs": "*"
20
20
  },
21
21
  "dependencies": {
22
- "@breadstone/mosaik-elements": "^0.0.116",
23
- "@breadstone/mosaik-elements-foundation": "^0.0.116",
22
+ "@breadstone/mosaik-elements": "^0.0.117",
23
+ "@breadstone/mosaik-elements-foundation": "^0.0.117",
24
24
  "tslib": "^2.8.1"
25
25
  }
26
26
  }