Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: thema 0.1.0-dev03 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/thema": "0.1.0-dev02"
"packages/thema": "0.1.0-dev03"
}
56 changes: 56 additions & 0 deletions packages/thema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Changelog

## [0.1.0-dev03](https://github.com/ronnnnn/thema/compare/thema-v0.1.0-dev02...thema-v0.1.0-dev03) (2024-10-11)


### Build System

* ci ([ad6eddb](https://github.com/ronnnnn/thema/commit/ad6eddbdd14c59c7cda3b3d35bbddcd2f24f2e9d))
* define initial version for release-please ([#7](https://github.com/ronnnnn/thema/issues/7)) ([b609af5](https://github.com/ronnnnn/thema/commit/b609af53533242767d867d0613d5a0a646ceb974))


### Documentation

* add dependencies in setup steps ([2abafc9](https://github.com/ronnnnn/thema/commit/2abafc9551ab11a000f0ee7c4f581a14ff8d1e59))
* badges ([30116c1](https://github.com/ronnnnn/thema/commit/30116c1d0d579534f7adc119bf0d11cc302a1bc7))
* caution ([617a961](https://github.com/ronnnnn/thema/commit/617a961ce06ca5e3acb6ead506d30eb43323e89a))
* demo video ([e1254d3](https://github.com/ronnnnn/thema/commit/e1254d3b8dd8420358bd9e84ab9271417155442d))
* demo video ([e1254d3](https://github.com/ronnnnn/thema/commit/e1254d3b8dd8420358bd9e84ab9271417155442d))
* mask version ([756757d](https://github.com/ronnnnn/thema/commit/756757dd2fb95f5493248430f2099cf54ce8cf41))
* prepare for prerelease ([cc9a5a8](https://github.com/ronnnnn/thema/commit/cc9a5a852dc2afd7428d34ada72a0833f84e091f))


### New Features

* theme extensions with macro ([ab610b7](https://github.com/ronnnnn/thema/commit/ab610b748337b29ad4a5524a1e8facbe70648194))
* theme extensions with macro ([2b386d9](https://github.com/ronnnnn/thema/commit/2b386d9beeac9551530f86806f96cca0fab1aa13))
* theme extensions with macro ([eaae20e](https://github.com/ronnnnn/thema/commit/eaae20e61402cac19e267eae331b588cfa735608))
* theme extensions with macro ([f609c86](https://github.com/ronnnnn/thema/commit/f609c86b28cd9a7b0ea230db6830b273fe6af1c3))


### Bug Fixes

* indent ([e1c5c58](https://github.com/ronnnnn/thema/commit/e1c5c58c45f13296e4262314a7bb1e3270c22d46))


### Code Refactoring

* indent ([63e0264](https://github.com/ronnnnn/thema/commit/63e0264546bfc5226bc1fa90e356efa116c0d530))
* refactor ([710080d](https://github.com/ronnnnn/thema/commit/710080d3e11a297e56e806256fd53f23549f669d))


### Code Style

* format ([6e2fb0a](https://github.com/ronnnnn/thema/commit/6e2fb0adb257e3c624df0b87c776af459fc446f0))
* lint ([d8fbeb4](https://github.com/ronnnnn/thema/commit/d8fbeb4f307525e3877012cc3201643869fa05ce))


### Tests

* prepare test ([bd92555](https://github.com/ronnnnn/thema/commit/bd925553c1f64231e0db1f19c6a2e8ea9226b8d9))
* separate package ([0cdcf6c](https://github.com/ronnnnn/thema/commit/0cdcf6c44c56e1288eee67e5b76736b14c720422))


### Feature Updates

* add example app ([2d9b0ca](https://github.com/ronnnnn/thema/commit/2d9b0ca325c691c33ac9c1e5255a1e057ddafe5b))
* check unexpected fields ([b5ac2a4](https://github.com/ronnnnn/thema/commit/b5ac2a4bd0ba008e27a3ea9d0fc198417a607f17))

## [0.1.0-dev02](https://github.com/ronnnnn/thema/compare/thema-v0.1.0-dev01...thema-v0.1.0-dev02) (2024-10-10)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/thema/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: thema
description: thema reduces the boilerplate code required to create ThemeExtension classes with macros.
version: 0.1.0-dev02
version: 0.1.0-dev03+-dev02
homepage: https://github.com/ronnnnn/thema
repository: https://github.com/ronnnnn/thema
platforms:
Expand Down