Skip to content

Commit e99a1fb

Browse files
authored
feat: Add shoelace.css to npm package (#16) (#17)
1 parent c97c9df commit e99a1fb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [5.1.0]
4+
## [5.1.1]
55

66
### Changed
77
- Change some custom properties in shoelace.css
88

99
### Added
10-
- **NEW** Added a versatile grid implementation based on Russel Bishop's Container Units and Tylor Sticka's Breaking Out Layout
10+
- **NEW** Add a versatile grid implementation based on Russel Bishop's Container Units and Tylor Sticka's Breaking Out Layout
11+
- Add shoelace.css to npm package
1112

1213
## [5.0.2] - 2024-03-08
1314

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viur/ignite",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"homepage": "https://ignite.viur.dev",
55
"author": {
66
"name": "Mausbrand",
@@ -51,6 +51,7 @@
5151
"themes",
5252
"utilities",
5353
"ignite.css",
54+
"shoelace.css",
5455
"LICENSE",
5556
"README.md"
5657
]

0 commit comments

Comments
 (0)