Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 24, 2024
1 parent 25f79a9 commit 373eb16
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-04-24

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`wrestling_scoreboard_client` - `v0.0.1-beta.12`](#wrestling_scoreboard_client---v001-beta12)
- [`wrestling_scoreboard_common` - `v0.0.1-beta.12`](#wrestling_scoreboard_common---v001-beta12)
- [`wrestling_scoreboard_server` - `v0.0.1-beta.12`](#wrestling_scoreboard_server---v001-beta12)

---

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

- **REFACTOR**: Remove unused `navigateTo` method. ([053275b0](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/053275b0e498cc7d385f3cb5cb555164690d87b6))
- **FEAT**: Favorite remove option (closes [#53](https://github.com/Oberhauser-dev/wrestling_scoreboard/issues/53)). ([e5f5c92e](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/e5f5c92e2b061c058d2997d9a6dfa1c4196d0d31))
- **FEAT**: Add privacy policy. ([58b8fb35](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/58b8fb3593696453da4b8300e1f4b8587e14af71))

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

- **FEAT**: BRV bout scheme integration. ([51297973](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/51297973a0fafcfe73a7982c3ae8c551ec30105b))

#### `wrestling_scoreboard_server` - `v0.0.1-beta.12`

- **FEAT**: BRV bout scheme integration. ([51297973](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/51297973a0fafcfe73a7982c3ae8c551ec30105b))

# Change Log

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
Expand Down
6 changes: 6 additions & 0 deletions wrestling_scoreboard_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.1-beta.12

- **REFACTOR**: Remove unused `navigateTo` method. ([053275b0](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/053275b0e498cc7d385f3cb5cb555164690d87b6))
- **FEAT**: Favorite remove option (closes [#53](https://github.com/Oberhauser-dev/wrestling_scoreboard/issues/53)). ([e5f5c92e](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/e5f5c92e2b061c058d2997d9a6dfa1c4196d0d31))
- **FEAT**: Add privacy policy. ([58b8fb35](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/58b8fb3593696453da4b8300e1f4b8587e14af71))

## 0.0.1-beta.11

- **FIX**: Searchable dropdown filters. ([edfd27cf](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/edfd27cfb4ec6882568cc4baabb3a4e9d4883b8d))
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.11
version: 0.0.1-beta.12

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.12

- **FEAT**: BRV bout scheme integration. ([51297973](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/51297973a0fafcfe73a7982c3ae8c551ec30105b))

## 0.0.1-beta.11

- **FIX**: Searchable dropdown filters. ([edfd27cf](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/edfd27cfb4ec6882568cc4baabb3a4e9d4883b8d))
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.11
version: 0.0.1-beta.12
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.12

- **FEAT**: BRV bout scheme integration. ([51297973](https://github.com/Oberhauser-dev/wrestling_scoreboard/commit/51297973a0fafcfe73a7982c3ae8c551ec30105b))

## 0.0.1-beta.11

- Update a dependency to the latest release.
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.11
version: 0.0.1-beta.12
homepage: https://server.wrestling-scoreboard.oberhauser.dev
publish_to: 'none'

Expand Down

0 comments on commit 373eb16

Please sign in to comment.