Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Nov 16, 2024
1 parent 82961f2 commit 1041195
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 10 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-11-16

### Changes

---

Packages with breaking changes:

- [`arcade_config` - `v0.1.0`](#arcade_config---v010)
- [`arcade_views` - `v0.1.0`](#arcade_views---v010)
- [`todo_api` - `v2.0.0`](#todo_api---v200)

Packages with other changes:

- [`arcade` - `v0.2.1+2`](#arcade---v0212)
- [`arcade_logger` - `v0.0.5+1`](#arcade_logger---v0051)

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.
- `arcade` - `v0.2.1+2`
- `arcade_logger` - `v0.0.5+1`

---

#### `arcade_config` - `v0.1.0`

- **BREAKING** **FEAT**: Move views to jinja templates ([#38](https://github.com/dartarcade/arcade/issues/38)).

#### `arcade_views` - `v0.1.0`

- **BREAKING** **FEAT**: Move views to jinja templates ([#38](https://github.com/dartarcade/arcade/issues/38)).

#### `todo_api` - `v2.0.0`

- **BREAKING** **FEAT**: Move views to jinja templates ([#38](https://github.com/dartarcade/arcade/issues/38)).


## 2024-10-24

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

- Update a dependency to the latest release.

## 0.2.1

- **FEAT**: Add emitToAll function for websockets.
Expand Down
6 changes: 3 additions & 3 deletions packages/arcade/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: arcade
description: A no magic web framework for Dart.
version: 0.2.1+1
version: 0.2.1+2
repository: https://github.com/dartarcade/arcade

environment:
sdk: ">=3.5.0 <4.0.0"

dependencies:
arcade_config: ^0.0.5
arcade_logger: ^0.0.5
arcade_config: ^0.1.0
arcade_logger: ^0.0.5+1
collection: ^1.19.0
mime: ^1.0.5
path: ^1.9.0
Expand Down
6 changes: 6 additions & 0 deletions packages/arcade_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: Move views to jinja templates ([#38](https://github.com/dartarcade/arcade/issues/38)).

## 0.0.5

- **FEAT**: update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion packages/arcade_config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: arcade_config
description: Configuration for your Arcade app
version: 0.0.5
version: 0.1.0
repository: https://github.com/dartarcade/arcade/tree/main/packages/arcade_config

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

- Update a dependency to the latest release.

## 0.0.5

- **FEAT**: update dependencies.
Expand Down
4 changes: 2 additions & 2 deletions packages/arcade_logger/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: arcade_logger
description: A logger for Arcade
version: 0.0.5
version: 0.0.5+1
repository: https://github.com/dartarcade/arcade/tree/main/packages/arcade_logger

environment:
sdk: ^3.0.5

dependencies:
ansi_styles: ^0.3.2
arcade_config: ^0.0.5
arcade_config: ^0.1.0

dev_dependencies:
lint: ^2.1.2
Expand Down
6 changes: 6 additions & 0 deletions packages/arcade_views/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: Move views to jinja templates ([#38](https://github.com/dartarcade/arcade/issues/38)).

## 0.0.7

- **FEAT**: update dependencies.
Expand Down
4 changes: 2 additions & 2 deletions packages/arcade_views/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: arcade_views
description: Add views to your Arcade application
version: 0.0.7
version: 0.1.0
repository: https://github.com/dartarcade/arcade/tree/master/packages/arcade_views

environment:
sdk: ^3.0.5

dependencies:
arcade_config: ^0.0.5
arcade_config: ^0.1.0
jinja: ^0.6.0
path: ^1.9.0

Expand Down
6 changes: 6 additions & 0 deletions samples/todo_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: Move views to jinja templates ([#38](https://github.com/dartarcade/arcade/issues/38)).

## 1.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions samples/todo_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: todo_api
description: Starter Arcade application using recommended code generation libraries
version: 1.0.2
version: 2.0.0

environment:
sdk: ">=3.5.0 <4.0.0"

dependencies:
arcade: ^0.2.1
arcade: ^0.2.1+2
dart_jsonwebtoken: ^2.14.1
drift: ^2.20.3
drift_postgres: ^1.3.0
Expand Down

0 comments on commit 1041195

Please sign in to comment.