Skip to content

Commit

Permalink
Release: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Aug 31, 2024
1 parent 9872f4f commit f473eea
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [6.0.0](https://github.com/DevoInc/genesys-icons/compare/v5.0.0...v6.0.0) (2024-08-31)


### ⚠ BREAKING CHANGES

* prefer module bundle

### Features

* prefer module bundle ([10715c3](https://github.com/DevoInc/genesys-icons/commit/10715c35e2d4b58d166cc8b9ed319d2f7cdf817a))


### Vulnerabilities

* **deps-dev:** bump ejs from 3.1.9 to 3.1.10 ([ce58472](https://github.com/DevoInc/genesys-icons/commit/ce58472b9391a4f45b1a47c34d87769327d91153))
* **deps-dev:** bump vite from 4.5.2 to 4.5.3 ([f0c7f06](https://github.com/DevoInc/genesys-icons/commit/f0c7f0699065e36f6f3af183f7f12704ec9e6497))
* **deps-dev:** bump ws from 6.2.2 to 6.2.3 ([86ab7fc](https://github.com/DevoInc/genesys-icons/commit/86ab7fc456237c3b50760f81283f5142f1df228a))
* **deps:** bump braces and readdirp ([0218842](https://github.com/DevoInc/genesys-icons/commit/021884274ef811acee81d90f94b3500b1fca1950))

## [5.0.0](https://github.com/DevoInc/genesys-icons/compare/v4.1.0...v5.0.0) (2024-04-10)


Expand Down Expand Up @@ -238,4 +257,4 @@
### Reverts

* Revert "ci: Removed cache use at release job" ([7ece50b](https://github.com/DevoInc/genesys-icons/commit/7ece50b6198bc5aa5a64a86602d55aef82f876de))
* Revert "ci: Changed Pages deploy method" ([4ae5f16](https://github.com/DevoInc/genesys-icons/commit/4ae5f161b2d5e14c1fecf6568c81606e6421e04e))
* Revert "ci: Changed Pages deploy method" ([4ae5f16](https://github.com/DevoInc/genesys-icons/commit/4ae5f161b2d5e14c1fecf6568c81606e6421e04e))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-icons",
"version": "5.0.0",
"version": "6.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit f473eea

Please sign in to comment.