Skip to content

Commit

Permalink
chore(release): publish packages (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and github-actions authored Nov 29, 2024
1 parent eb426b0 commit 2d8cf43
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 9 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-11-29

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`athena_migrate` - `v1.2.0`](#athena_migrate---v120)
- [`athena_mysql` - `v1.2.0`](#athena_mysql---v120)
- [`athena_postgres` - `v1.2.0`](#athena_postgres---v120)
- [`athena_sql` - `v1.3.0`](#athena_sql---v130)
- [`athena_utils` - `v1.2.0`](#athena_utils---v120)

---

#### `athena_migrate` - `v1.2.0`

- **FEAT**: update deps (#61).

#### `athena_mysql` - `v1.2.0`

- **FEAT**: update deps (#61).

#### `athena_postgres` - `v1.2.0`

- **FEAT**: update deps (#61).

#### `athena_sql` - `v1.3.0`

- **FEAT**: update deps (#61).

#### `athena_utils` - `v1.2.0`

- **FEAT**: update deps (#61).


## 2024-11-29

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

- **FEAT**: update deps (#61).

## 1.1.0

- **FEAT**: update deps (#61).
Expand Down
4 changes: 2 additions & 2 deletions packages/athena_migrate/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: athena_migrate
description: Athena SQL migration tool
version: 1.1.0
version: 1.2.0
homepage: https://docs.athena-sql.dev/migration/
repository: https://github.com/athena-sql/athena_sql/tree/master/packages/athena_migrate

Expand All @@ -17,7 +17,7 @@ dependencies:
intl: ^0.20.1
path: ^1.9.1
yaml: ^3.1.2
athena_utils: ^1.1.0
athena_utils: ^1.2.0
collection: ^1.19.1
clock: ^1.1.2
executables:
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.2.0

- **FEAT**: update deps (#61).

## 1.1.0

- **FEAT**: update deps (#61).
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.1.0
version: 1.2.0

homepage: https://docs.athena-sql.dev/mysql/
repository: https://github.com/athena-sql/athena_sql/tree/master/packages/athena_mysql/
Expand All @@ -13,7 +13,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
athena_sql: ^1.2.0
athena_sql: ^1.3.0
mysql_client: ^0.0.27
path: ^1.9.1

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

- **FEAT**: update deps (#61).

## 1.1.0

- **FEAT**: update deps (#61).
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.1.0
version: 1.2.0
homepage: https://docs.athena-sql.dev/postgres/
repository: https://github.com/athena-sql/athena_sql/tree/master/packages/athena_postgres/

Expand All @@ -13,7 +13,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
athena_sql: ^1.2.0
athena_sql: ^1.3.0
path: ^1.9.1
postgres: ^3.4.4

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

- **FEAT**: update deps (#61).

## 1.2.0

- **FEAT**: update deps (#61).
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0
version: 1.3.0
homepage: https://docs.athena-sql.dev/
repository: https://github.com/athena-sql/athena_sql/

Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
collection: ^1.19.1
athena_utils: ^1.1.0
athena_utils: ^1.2.0

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

- **FEAT**: update deps (#61).

## 1.1.0

- **FEAT**: update deps (#61).
Expand Down
2 changes: 1 addition & 1 deletion packages/athena_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: athena_utils
description: >-
Util common package for Athena SQL and its CLI
version: 1.1.0
version: 1.2.0
homepage: https://docs.athena-sql.dev/utils/
repository: https://github.com/athena-sql/athena_sql/tree/master/packages/athena_utils

Expand Down

0 comments on commit 2d8cf43

Please sign in to comment.