Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release web 1.1.0 #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.1.0](https://github.com/beat-forge/clients/compare/web-v1.0.1...web-v1.1.0) (2024-01-29)


### Features

* instances. ([7531143](https://github.com/beat-forge/clients/commit/7531143616cf5b347e169844d3eee915723e9913))
* **web:** more landingv2 stuff ([f5a9ed1](https://github.com/beat-forge/clients/commit/f5a9ed1d6719eb96ef24a78af05902e5345ceabc))


### Bug Fixes

* :construction: instances page refactor ([0c8648d](https://github.com/beat-forge/clients/commit/0c8648d3be343e575de4dd36095e08ca6831a356))
* add {} ([527130b](https://github.com/beat-forge/clients/commit/527130bb6fd5432ecc0399c73aed445664c373c3))
* **deps:** update dependency jwt-decode to v4 ([c2188a3](https://github.com/beat-forge/clients/commit/c2188a3516edef99fee2038ed6722dc756655646))
* up to d ate with new api changes ([e409266](https://github.com/beat-forge/clients/commit/e409266342d8129eb71df7c8b974942bb196dfd6))
* **web:** dates in the `/profiles` endpoint ([c8e2377](https://github.com/beat-forge/clients/commit/c8e23773a38481067f8d293a9334241c3aa09ea5))
* **web:** failing build due to 404s ([bfa3d49](https://github.com/beat-forge/clients/commit/bfa3d4928937d08ed542b7d86cee52b5bf4ea82d))
* **web:** mask-image inconsistency between chrome/ff ([c97f439](https://github.com/beat-forge/clients/commit/c97f439f3deffd276cc25d01b000a0c45c6a559a))
* **web:** overflow issues ([6ab6504](https://github.com/beat-forge/clients/commit/6ab6504bc7141a36c9951f05cc64a7b915d01a29))
* **web:** overflow issues on new landingv2 sections ([760433e](https://github.com/beat-forge/clients/commit/760433e6c53979dde705d3324cbe572c6e93a0f2))

## [1.0.1](https://github.com/beat-forge/clients/compare/web-v1.0.0...web-v1.0.1) (2023-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
Expand Down
Loading