Skip to content

Commit

Permalink
chore: Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Jan 9, 2025
1 parent 80f3c70 commit 37cc50d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.1.0 (2025-01-09)

* build: Add support for react 19 ([8c07aef](https://github.com/codesweetly/react-youtube-playlist/commit/8c07aef))
* build: Bump @release-it/conventional-changelog@latest from v9.0.3 to v9.0.4 ([a7aca78](https://github.com/codesweetly/react-youtube-playlist/commit/a7aca78))
* build: Bump dotenv-cli from v7.4.4 to v8.0.0 ([0782bfe](https://github.com/codesweetly/react-youtube-playlist/commit/0782bfe))
* build: Bump react from v18.3.1 to v19.0.0 ([1fc2829](https://github.com/codesweetly/react-youtube-playlist/commit/1fc2829))
* build: Bump release-it to v18.0.0 ([1f959d4](https://github.com/codesweetly/react-youtube-playlist/commit/1f959d4))
* build: Bump typescript from v5.7.2 to v5.7.3 ([77f76ac](https://github.com/codesweetly/react-youtube-playlist/commit/77f76ac))
* build: Downgrade release-it to from v18.0.0 to v17.11.0 ([6e4d701](https://github.com/codesweetly/react-youtube-playlist/commit/6e4d701))
* build: Revert back to react v18.3.1 ([dae3f83](https://github.com/codesweetly/react-youtube-playlist/commit/dae3f83))
* docs: Add features section ([094959e](https://github.com/codesweetly/react-youtube-playlist/commit/094959e))
* style: Specify the gallery images' initial aspect ratio ([27653fb](https://github.com/codesweetly/react-youtube-playlist/commit/27653fb))
* feat: Provide the option to specify the exact number of columns in the gallery ([0c2e54d](https://github.com/codesweetly/react-youtube-playlist/commit/0c2e54d))
* test: Customize image button's style ([946004e](https://github.com/codesweetly/react-youtube-playlist/commit/946004e))
* refactor: Make styles customizable ([d6d328f](https://github.com/codesweetly/react-youtube-playlist/commit/d6d328f))
* chore: Add watch script ([07a651c](https://github.com/codesweetly/react-youtube-playlist/commit/07a651c))
* chore: Reconfigure commit-msg hook ([5c39c72](https://github.com/codesweetly/react-youtube-playlist/commit/5c39c72))

## [3.0.0](https://github.com/codesweetly/react-youtube-playlist/compare/v2.0.0...v3.0.0) (2024-07-16)


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": "@codesweetly/react-youtube-playlist",
"version": "3.0.0",
"version": "3.1.0",
"description": "A simple video gallery with a lightbox for displaying YouTube playlists in React apps.",
"main": "./dist/cjs/YouTubePlaylist.js",
"module": "./dist/esm/YouTubePlaylist.js",
Expand Down

0 comments on commit 37cc50d

Please sign in to comment.