Skip to content

Commit

Permalink
chore(main): release web 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Sep 17, 2023
1 parent 9c03dbf commit b91c260
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0](https://github.com/beat-forge/clients/compare/web-v1.0.1...web-v1.1.0) (2023-09-17)


### 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))
* **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

0 comments on commit b91c260

Please sign in to comment.