Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 1, 2023
1 parent 3f7cd20 commit 7daa91e
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 5 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-06-01

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`athena_sql` - `v1.1.1`](#athena_sql---v111)
- [`athena_postgres` - `v1.0.6`](#athena_postgres---v106)
- [`athena_mysql` - `v1.0.6`](#athena_mysql---v106)

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.
- `athena_postgres` - `v1.0.6`
- `athena_mysql` - `v1.0.6`

---

#### `athena_sql` - `v1.1.1`

- **FIX**: add if exits to alter actions (#41).
- **FIX**: add drop column.
- **FIX**: add multi column.


## 2023-06-01

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/athena_mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6

- Update a dependency to the latest release.

## 1.0.5

- **FIX**: bump to dart 3 (#39).
Expand Down
4 changes: 2 additions & 2 deletions packages/athena_mysql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: athena_mysql
description: >-
Dart MySQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
version: 1.0.5
version: 1.0.6

homepage: https://docs.athena-sql.dev/mysql/
repository: https://github.com/athena-sql/athena_sql/tree/master/packages/athena_mysql/
Expand All @@ -14,7 +14,7 @@ environment:

dependencies:
path: ^1.8.3
athena_sql: ^1.1.0
athena_sql: ^1.1.1
mysql_client: ^0.0.27

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/athena_postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6

- Update a dependency to the latest release.

## 1.0.5

- **FIX**: bump to dart 3 (#39).
Expand Down
4 changes: 2 additions & 2 deletions packages/athena_postgres/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: athena_postgres
description: >-
Dart PostgreSQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
version: 1.0.5
version: 1.0.6
homepage: https://docs.athena-sql.dev/postgres/
repository: https://github.com/athena-sql/athena_sql/tree/master/packages/athena_postgres/

Expand All @@ -15,7 +15,7 @@ environment:
dependencies:
path: ^1.8.3
postgres: ^2.6.1
athena_sql: ^1.1.0
athena_sql: ^1.1.1

dev_dependencies:
lints: ^2.0.0
Expand Down
6 changes: 6 additions & 0 deletions packages/athena_sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.1

- **FIX**: add if exits to alter actions (#41).
- **FIX**: add drop column.
- **FIX**: add multi column.

## 1.1.0

- **FIX**: bump to dart 3 (#39).
Expand Down
2 changes: 1 addition & 1 deletion packages/athena_sql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: athena_sql
description: >-
Dart SQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
version: 1.1.0
version: 1.1.1
homepage: https://docs.athena-sql.dev/
repository: https://github.com/athena-sql/athena_sql/

Expand Down

0 comments on commit 7daa91e

Please sign in to comment.