Skip to content

Commit

Permalink
fix: republish
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Dec 8, 2024
1 parent 1a6cea3 commit b0461ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@


## [1.9.1](https://github.com/justdlabs/icons/compare/1.9.0...1.9.1) (2024-12-08)


### Bug Fixes

* rename 2 icon, add 2 icon ([8fa4215](https://github.com/justdlabs/icons/commit/8fa421537df6554f34a605d242dd72fd17cde070))
- rename 2 icon, add 2 icon ([8fa4215](https://github.com/justdlabs/icons/commit/8fa421537df6554f34a605d242dd72fd17cde070))

## [1.9.0](https://github.com/justdlabs/icons/compare/1.8.2...1.9.0) (2024-11-26)


### Features

* important update. Some icons renamed to be more consistent ([65315b7](https://github.com/justdlabs/icons/commit/65315b70f5bf2b6ba94d212682a045b7946b59fe))
- important update. Some icons renamed to be more consistent ([65315b7](https://github.com/justdlabs/icons/commit/65315b70f5bf2b6ba94d212682a045b7946b59fe))

## [1.8.2](https://github.com/justdlabs/icons/compare/1.8.1...1.8.2) (2024-11-26)


### Bug Fixes

* allow user to modify the `data-slot` ([5d3454d](https://github.com/justdlabs/icons/commit/5d3454d4e9909abbbfecf12af0fabf96cca38f5d))
- allow user to modify the `data-slot` ([5d3454d](https://github.com/justdlabs/icons/commit/5d3454d4e9909abbbfecf12af0fabf96cca38f5d))

## [1.8.1](https://github.com/justdlabs/icons/compare/1.8.0...1.8.1) (2024-11-21)

Expand Down
1 change: 0 additions & 1 deletion scripts/add-custom-attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fs.readdir(dir, (err, files) => {
console.error("Error reading directory:", err);
return;
}

files.forEach((file) => {
const filePath = path.join(dir, file);
if (file.endsWith(".js")) {
Expand Down

0 comments on commit b0461ad

Please sign in to comment.