-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-08-28) ### Bug Fixes * attempt to fix npm token issue ([692d918](692d918)) * CI ([04ba829](04ba829)) * drop volta and swap to node 20 types ([98daec8](98daec8)) * example site import ([7f40a7b](7f40a7b)) * gh pages ci ([50419e6](50419e6)) * pnpm version ([6669bd2](6669bd2)) * readme ([4fb64f9](4fb64f9)) * team method ([091574f](091574f)) * version that got downgraded... ([15632ad](15632ad)) * volta version ([bd8786e](bd8786e)) ### Features * add gh pages ([25b5ffb](25b5ffb)) * add jest tests ([9b5a60b](9b5a60b)) * button to show full contents of uicons index vs masterfile ([908994c](908994c)) * esm & cjs compatibility ([28f4dab](28f4dab))
- Loading branch information
1 parent
15632ad
commit ca5e421
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "uicons.js", | ||
"version": "1.2.0", | ||
"version": "1.0.0", | ||
"description": "UICONS JavaScript Library", | ||
"repository": "https://github.com/TurtIeSocks/uicons.js", | ||
"author": "TurtIeSocks <[email protected]>", | ||
|