@breadstone/mosaik-themes 0.0.92 → 0.0.94

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 +53 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,56 @@
1
+ ## 0.0.92 (2025-08-08)
2
+
3
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.91 (2025-08-08)
6
+
7
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
8
+
9
+ ## 0.0.90 (2025-08-08)
10
+
11
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
12
+
13
+ ## 0.0.89 (2025-08-05)
14
+
15
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
16
+
17
+ ## 0.0.88 (2025-08-04)
18
+
19
+ ### 🚀 Features
20
+
21
+ - add executor options types and schema generation script; remove unused dependencies ([eb71956d5a](https://github.com/RueDeRennes/mosaik/commit/eb71956d5a))
22
+
23
+ ## 0.0.87 (2025-08-04)
24
+
25
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
26
+
27
+ ## 0.0.86 (2025-08-04)
28
+
29
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
30
+
31
+ ## 0.0.85 (2025-08-01)
32
+
33
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
34
+
35
+ ## 0.0.84 (2025-08-01)
36
+
37
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
38
+
39
+ ## 0.0.83 (2025-08-01)
40
+
41
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
42
+
43
+ ## 0.0.82 (2025-08-01)
44
+
45
+ ### 🚀 Features
46
+
47
+ - update release version to 0.0.81 in package.json ([6e01a49d06](https://github.com/RueDeRennes/mosaik/commit/6e01a49d06))
48
+
49
+ ### 🩹 Fixes
50
+
51
+ - **release): update version number from 0.0.81 to 0.0.82 in release script fix(events:** remove redundant detailType from select event in Meta.g.json ([a330ca39c9](https://github.com/RueDeRennes/mosaik/commit/a330ca39c9))
52
+ - **dependencies:** downgrade TypeScript version from ^5.9.2 to ^5.8.3 across multiple packages ([c58367f25b](https://github.com/RueDeRennes/mosaik/commit/c58367f25b))
53
+
1
54
  ## 0.0.81 (2025-07-30)
2
55
 
3
56
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,7 +15,7 @@
15
15
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.92",
18
+ "@breadstone/mosaik-elements": "^0.0.94",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "tslib": "^2.8.1"
21
21
  },