@linzjs/lui 17.32.0 → 17.33.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.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [17.33.0](https://github.com/linz/lui/compare/v17.32.0...v17.33.0) (2023-02-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **Build:** Replace trigger release ([#844](https://github.com/linz/lui/issues/844)) ([9655d6a](https://github.com/linz/lui/commit/9655d6acf289c98cfb6bd62d4afece077ab3dfa6))
|
|
7
|
+
|
|
1
8
|
# [17.32.0](https://github.com/linz/lui/compare/v17.31.1...v17.32.0) (2023-02-09)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ over the CSS is part of this project.
|
|
|
44
44
|
|
|
45
45
|
There are lots of things to do in this project, often things will be left until there is demand, e.g add new components or implement new version components. Please join the Slack channel
|
|
46
46
|
|
|
47
|
-
#cop-lui
|
|
47
|
+
#cop-lui.
|
|
48
48
|
|
|
49
49
|
## Documentation
|
|
50
50
|
|
package/package.json
CHANGED