Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#11)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](v0.2.0...v0.3.0)
(2024-12-25)


### Features

* add mobile support
([#10](#10))
([aa1ca7f](aa1ca7f))
* add qr code functionality
([#12](#12))
([d93ab5c](d93ab5c))
* save app state in Base64 encoded string in URL
([#7](#7))
([b73fc80](b73fc80))


### Bug Fixes

* **ci:** separate vite and vitest configs
([d3e201e](d3e201e))
* switch from BrowserRouter to HashRouter since GitHub Pages does not
support the former
([87e8e94](87e8e94))


### Chores

* **ci:** add last-release-sha
([77ce403](77ce403))
* **ci:** add release workflow
([93f70b9](93f70b9))
* **deps:** bump the npm group across 1 directory with 10 updates
([#8](#8))
([8d7aca4](8d7aca4))
* **docs:** add roadmap
([03f9091](03f9091))
* remove vite svg
([0658e37](0658e37))
* setup functioning website
([44d1423](44d1423))
* **test:** install @vitest/coverage-v8
([acbb736](acbb736))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 25, 2024
1 parent d93ab5c commit 73b4c27
Show file tree
Hide file tree
Showing 4 changed files with 31 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 @@
{
".": "0.2.0"
".": "0.3.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.3.0](https://github.com/ayushmanchhabra/sharelist.xyz/compare/v0.2.0...v0.3.0) (2024-12-25)


### Features

* add mobile support ([#10](https://github.com/ayushmanchhabra/sharelist.xyz/issues/10)) ([aa1ca7f](https://github.com/ayushmanchhabra/sharelist.xyz/commit/aa1ca7f2d4ac569073c8a6ace3001adb449c23c0))
* add qr code functionality ([#12](https://github.com/ayushmanchhabra/sharelist.xyz/issues/12)) ([d93ab5c](https://github.com/ayushmanchhabra/sharelist.xyz/commit/d93ab5cf47b249562cbf57d5a5e1ffb48caf5f4f))
* save app state in Base64 encoded string in URL ([#7](https://github.com/ayushmanchhabra/sharelist.xyz/issues/7)) ([b73fc80](https://github.com/ayushmanchhabra/sharelist.xyz/commit/b73fc80c7c00182d292569c283936fd71de7cd1e))


### Bug Fixes

* **ci:** separate vite and vitest configs ([d3e201e](https://github.com/ayushmanchhabra/sharelist.xyz/commit/d3e201e94595a741dcfa44ccfff934ad6833c79a))
* switch from BrowserRouter to HashRouter since GitHub Pages does not support the former ([87e8e94](https://github.com/ayushmanchhabra/sharelist.xyz/commit/87e8e94725025edd9e392debefeabd70c2af009a))


### Chores

* **ci:** add last-release-sha ([77ce403](https://github.com/ayushmanchhabra/sharelist.xyz/commit/77ce4031bbbd22bdeba969333cff76eab68da40d))
* **ci:** add release workflow ([93f70b9](https://github.com/ayushmanchhabra/sharelist.xyz/commit/93f70b92b8292efceef38ee2602a176555f2c3d4))
* **deps:** bump the npm group across 1 directory with 10 updates ([#8](https://github.com/ayushmanchhabra/sharelist.xyz/issues/8)) ([8d7aca4](https://github.com/ayushmanchhabra/sharelist.xyz/commit/8d7aca4da9f4228231cc68f16cf147a14226e049))
* **docs:** add roadmap ([03f9091](https://github.com/ayushmanchhabra/sharelist.xyz/commit/03f909195390de977255e1ba493e57854cb46858))
* remove vite svg ([0658e37](https://github.com/ayushmanchhabra/sharelist.xyz/commit/0658e37e244574de76d44808aea5d2379f8a5c82))
* setup functioning website ([44d1423](https://github.com/ayushmanchhabra/sharelist.xyz/commit/44d14232d994ac791d1dcc7ee1948fd365f0cac0))
* **test:** install @vitest/coverage-v8 ([acbb736](https://github.com/ayushmanchhabra/sharelist.xyz/commit/acbb736ab7e23b0a1ca3bf8275331256f72f56fe))
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,7 +1,7 @@
{
"name": "sharelist.xyz",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
Expand Down

0 comments on commit 73b4c27

Please sign in to comment.