@linzjs/lui 21.13.0 → 21.14.1

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 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [21.14.1](https://github.com/linz/lui/compare/v21.14.0...v21.14.1) (2023-12-04)
2
+
3
+
4
+ ### Reverts
5
+
6
+ * Revert "feat: CS-2952 - allow secondary styling on LuiSplitButton" ([dec5069](https://github.com/linz/lui/commit/dec5069658dcbc5b05b7a67756a13f0c9b653984))
7
+
8
+ # [21.14.0](https://github.com/linz/lui/compare/v21.13.0...v21.14.0) (2023-12-04)
9
+
10
+
11
+ ### Features
12
+
13
+ * CS-2952 - allow secondary styling on LuiSplitButton ([90049f7](https://github.com/linz/lui/commit/90049f7f9c6650d838caa613e899130e5981671e))
14
+
1
15
  # [21.13.0](https://github.com/linz/lui/compare/v21.12.1...v21.13.0) (2023-12-03)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "21.13.0",
2
+ "version": "21.14.1",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",
@@ -26,8 +26,6 @@
26
26
  "storybook": "npm run watch-storybook",
27
27
  "build-storybook": "storybook build --static-dir ./src/assets",
28
28
  "build-storybook-docs": "storybook build --static-dir ./src/assets --docs",
29
- "deploy-storybook": "npx --yes -p @storybook/storybook-deployer storybook-to-ghpages",
30
- "deploy-storybook-docs": "npx --yes -p @storybook/storybook-deployer storybook-to-ghpages --script build-storybook-docs",
31
29
  "chromatic": "chromatic -r dotenv/config --exit-zero-on-changes",
32
30
  "prettier:fix": "prettier --write src/**/*.ts src/**/*.tsx src/**/*.js",
33
31
  "prettier:fix-changed": "pretty-quick",