Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and stevenle committed Jan 24, 2023
1 parent 16b5e29 commit 4606a71
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [3.0.0](https://github.com/blinkk/degu/compare/v2.28.1...v3.0.0) (2023-01-20)


### ⚠ BREAKING CHANGES

* add dat.gui and angular to peerDependencies
* move three and pixi.js to peerDependencies
* move deps to peerDependencies
* remove utility map exports
* switch to tsup for bundling

### Bug Fixes

* remove ie workarounds to fix tsc build ([14efc22](https://github.com/blinkk/degu/commit/14efc22e0c916d75fca02c51641274c5583ce3a1))


### Build System

* switch to tsup for bundling ([3085b6c](https://github.com/blinkk/degu/commit/3085b6cc2f529e23844c9afbfbd931f023fa7b00))


### Code Refactoring

* add dat.gui and angular to peerDependencies ([16b5e29](https://github.com/blinkk/degu/commit/16b5e2994161a98e2171c71faab312a46fc92f17))
* move deps to peerDependencies ([278be32](https://github.com/blinkk/degu/commit/278be3253fefeba21a99be5d443041cdb6dbb835))
* move three and pixi.js to peerDependencies ([29593da](https://github.com/blinkk/degu/commit/29593da5853fe07189db23caf9e39190ab133721))
* remove utility map exports ([faad650](https://github.com/blinkk/degu/commit/faad65009403c4fe8452dc4263ff33bc14225fb0))

## [2.28.1](https://github.com/blinkk/degu/compare/v2.28.0...v2.28.1) (2022-11-17)


Expand Down
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": "@blinkk/degu",
"version": "2.28.1",
"version": "3.0.0",
"description": "A general utility library for interactive websites, with a focus on performance.",
"author": "Blinkk <[email protected]>",
"type": "module",
Expand Down

0 comments on commit 4606a71

Please sign in to comment.