Skip to content

Commit

Permalink
chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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
semantic-release-bot committed Aug 28, 2024
1 parent 15632ad commit ca5e421
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# 1.0.0 (2024-08-28)


### Bug Fixes

* attempt to fix npm token issue ([692d918](https://github.com/TurtIeSocks/uicons.js/commit/692d9188124205778b5b1162d79e939107331b41))
* CI ([04ba829](https://github.com/TurtIeSocks/uicons.js/commit/04ba82945128c0d69dda23489bfc95910a4ed0d1))
* drop volta and swap to node 20 types ([98daec8](https://github.com/TurtIeSocks/uicons.js/commit/98daec8125f54134767e5bdc391e45c7fbcb0e84))
* example site import ([7f40a7b](https://github.com/TurtIeSocks/uicons.js/commit/7f40a7bff4e0e3be6a6e039bc2b7a83943bd61a8))
* gh pages ci ([50419e6](https://github.com/TurtIeSocks/uicons.js/commit/50419e60dd64be160fe9a3c152dd70a73387f11a))
* pnpm version ([6669bd2](https://github.com/TurtIeSocks/uicons.js/commit/6669bd2fb9baa83ab5ca73c82ae655346a5d26c3))
* readme ([4fb64f9](https://github.com/TurtIeSocks/uicons.js/commit/4fb64f99e777c241c54d76218953d1992507abf9))
* team method ([091574f](https://github.com/TurtIeSocks/uicons.js/commit/091574f90659852e2c20d0b3c248fdb909908d38))
* version that got downgraded... ([15632ad](https://github.com/TurtIeSocks/uicons.js/commit/15632ad5bf71b8e5e1ce79b8a71bc9380ef2e58b))
* volta version ([bd8786e](https://github.com/TurtIeSocks/uicons.js/commit/bd8786e4841a3a52b3edf60db168933cac620247))


### Features

* add gh pages ([25b5ffb](https://github.com/TurtIeSocks/uicons.js/commit/25b5ffb0a3961ac07283fb7573069bad7616356f))
* add jest tests ([9b5a60b](https://github.com/TurtIeSocks/uicons.js/commit/9b5a60babf24d1d7d33c47c96e44393c73ad899f))
* button to show full contents of uicons index vs masterfile ([908994c](https://github.com/TurtIeSocks/uicons.js/commit/908994c201de28aba58e6576f7b3a5ea36dfc9a7))
* esm & cjs compatibility ([28f4dab](https://github.com/TurtIeSocks/uicons.js/commit/28f4dab9deb7e12f359d46a4a009f6b84377c8bc))

# 1.0.0 (2024-08-28)


### Bug Fixes

* attempt to fix npm token issue ([692d918](https://github.com/TurtIeSocks/uicons.js/commit/692d9188124205778b5b1162d79e939107331b41))
Expand Down
2 changes: 1 addition & 1 deletion package.json
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]>",
Expand Down

0 comments on commit ca5e421

Please sign in to comment.