Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - wrestling_scoreboard_client@0.0.1-beta.11
 - wrestling_scoreboard_common@0.0.1-beta.11
 - wrestling_scoreboard_server@0.0.1-beta.11
  • Loading branch information
Gustl22 committed Apr 20, 2024
1 parent ec20df3 commit 8a503ec
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-04-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`wrestling_scoreboard_client` - `v0.0.1-beta.11`](#wrestling_scoreboard_client---v001-beta11)
- [`wrestling_scoreboard_common` - `v0.0.1-beta.11`](#wrestling_scoreboard_common---v001-beta11)
- [`wrestling_scoreboard_server` - `v0.0.1-beta.11`](#wrestling_scoreboard_server---v001-beta11)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `wrestling_scoreboard_server` - `v0.0.1-beta.11`

---

#### `wrestling_scoreboard_client` - `v0.0.1-beta.11`

- **FIX**: Searchable dropdown filters. ([edfd27cf](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/edfd27cfb4ec6882568cc4baabb3a4e9d4883b8d))
- **FEAT**: Exit fullscreen mechanism (closes [#52](https://github.com/Oberhauser-dev/wrestling_scoreboard/issues/52)). ([ec20df3b](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/ec20df3bb6efdb1b5aa037860916938383dd566a))

#### `wrestling_scoreboard_common` - `v0.0.1-beta.11`

- **FIX**: Searchable dropdown filters. ([edfd27cf](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/edfd27cfb4ec6882568cc4baabb3a4e9d4883b8d))


## 2024-04-05

### Changes
Expand Down
5 changes: 5 additions & 0 deletions wrestling_scoreboard_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1-beta.11

- **FIX**: Searchable dropdown filters. ([edfd27cf](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/edfd27cfb4ec6882568cc4baabb3a4e9d4883b8d))
- **FEAT**: Exit fullscreen mechanism (closes [#52](https://github.com/Oberhauser-dev/wrestling_scoreboard/issues/52)). ([ec20df3b](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/ec20df3bb6efdb1b5aa037860916938383dd566a))

## 0.0.1-beta.10

- **FIX**: Download on web. ([b51b493e](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/b51b493ee6fe9363b90c937325d4f7073152ee95))
Expand Down
2 changes: 1 addition & 1 deletion wrestling_scoreboard_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none'

homepage: 'https://wrestling-scoreboard.oberhauser.dev'
repository: 'https://github.com/Oberhauser-Dev/wrestling_scoreboard/tree/main/wrestling_scoreboard_client'
version: 0.0.1-beta.10
version: 0.0.1-beta.11

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
4 changes: 4 additions & 0 deletions wrestling_scoreboard_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-beta.11

- **FIX**: Searchable dropdown filters. ([edfd27cf](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/edfd27cfb4ec6882568cc4baabb3a4e9d4883b8d))

## 0.0.1-beta.10

- **REFACTOR**: Replace switch case with expression. ([2c1ac540](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/2c1ac5407fb433bb6b331e965952df013be86f9f))
Expand Down
2 changes: 1 addition & 1 deletion wrestling_scoreboard_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wrestling_scoreboard_common
description: Collection of common code for wrestling scoreboard client and server.
version: 0.0.1-beta.10
version: 0.0.1-beta.11
publish_to: 'none'

environment:
Expand Down
4 changes: 4 additions & 0 deletions wrestling_scoreboard_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-beta.11

- Update a dependency to the latest release.

## 0.0.1-beta.10

- **FIX**: Live organization import. ([e5d12c06](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/e5d12c065b379dde396ce727175ae69341212f8e))
Expand Down
2 changes: 1 addition & 1 deletion wrestling_scoreboard_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wrestling_scoreboard_server
description: Server for a wrestling scoreboard.
version: 0.0.1-beta.10
version: 0.0.1-beta.11
homepage: https://server.wrestling-scoreboard.oberhauser.dev
publish_to: 'none'

Expand Down

0 comments on commit 8a503ec

Please sign in to comment.