@linzjs/lui 21.14.0 → 21.15.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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [21.15.0](https://github.com/linz/lui/compare/v21.14.1...v21.15.0) (2023-12-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * CS-2952 - allow secondary styling on LuiSplitButton ([#1060](https://github.com/linz/lui/issues/1060)) ([a3cb93e](https://github.com/linz/lui/commit/a3cb93e11d879b43bfd6362fec47069eae90829d))
7
+
8
+ ## [21.14.1](https://github.com/linz/lui/compare/v21.14.0...v21.14.1) (2023-12-04)
9
+
10
+
11
+ ### Reverts
12
+
13
+ * Revert "feat: CS-2952 - allow secondary styling on LuiSplitButton" ([dec5069](https://github.com/linz/lui/commit/dec5069658dcbc5b05b7a67756a13f0c9b653984))
14
+
1
15
  # [21.14.0](https://github.com/linz/lui/compare/v21.13.0...v21.14.0) (2023-12-04)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "21.14.0",
2
+ "version": "21.15.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",