Skip to content

Commit 568b1c0

Browse files
committed
release 1.1.0 with import fixed and min css
1 parent 7df37eb commit 568b1c0

14 files changed

+502
-17
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3
3838
with:
39-
path: './docs'
39+
path: "./docs"
4040
- name: Deploy to GitHub Pages
4141
id: deployment
4242
uses: actions/deploy-pages@v4

.stylelintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist
2+
docs

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.1.0] - 2024-03-22
4+
5+
### Added
6+
7+
- Normal and compressed versions of the CSS file in dist.
8+
9+
### Fixed
10+
11+
- Fixed import of the library by adding export in the package.json
12+
- Move the bootstrap import from the main scss file into another for the build
13+
314
## [1.0.0] - 2024-03-21
415

516
### Added

0 commit comments

Comments
 (0)