Skip to content

Commit

Permalink
Merge pull request #31 from alioguzhan/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 2.0.0
  • Loading branch information
alioguzhan authored Oct 18, 2023
2 parents a0e4367 + 4dc431b commit cf508d9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.3"
".": "2.0.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [2.0.0](https://github.com/alioguzhan/use-screen/compare/v1.1.3...v2.0.0) (2023-10-18)


### ⚠ BREAKING CHANGES

* Minimum supported Node version is now 16

### Features

* **build:** built with `vite` and produces both `umd` and `esm` builds ([0bcef24](https://github.com/alioguzhan/use-screen/commit/0bcef24947e685b479f1d2417c7c926e3e649f67))
* **docs:** new homepage deployed to Github Pages (check that out) ([0bcef24](https://github.com/alioguzhan/use-screen/commit/0bcef24947e685b479f1d2417c7c926e3e649f67))


### Bug Fixes

* **docs:** base path is wrong for github pages ([a0e4367](https://github.com/alioguzhan/use-screen/commit/a0e436755a51d838e926a6f4d99b42e58e0fb840))


### Miscellaneous Chores

* v2 ([0bcef24](https://github.com/alioguzhan/use-screen/commit/0bcef24947e685b479f1d2417c7c926e3e649f67)), closes [#29](https://github.com/alioguzhan/use-screen/issues/29)
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": "use-screen",
"version": "1.1.3",
"version": "2.0.0",
"description": "custom react hook for screen and device information",
"main": "./dist/index.umd.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit cf508d9

Please sign in to comment.