Skip to content

Commit

Permalink
metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 committed Dec 15, 2019
1 parent 0c5ed4f commit 709ecdc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions copy_with_extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.7 Extension name fix

* Creates a unique extension name for each class.

## 1.0.6 Minor corrections

* Minor metadata and description corractions.
Expand Down
4 changes: 3 additions & 1 deletion copy_with_extension/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Pub Package](https://img.shields.io/pub/v/copy_with_extension.svg)](https://pub.dev/packages/copy_with_extension)

Defines the annotation used by [copy_with_extension_gen](https://pub.dev/packages/copy_with_extension_gen) to generate `copyWith` extensions.
Defines the annotation used by [copy_with_extension_gen](https://pub.dev/packages/copy_with_extension_gen) to generate `copyWith` extensions.

For more info on this package check out [my blog article](https://www.alexander-kirsch.com/blog/dart-extensions/).
2 changes: 1 addition & 1 deletion copy_with_extension/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: copy_with_extension
version: 1.0.6
version: 1.0.7
description: Annotation for generating `copyWith` extensions code using `copy_with_extension_gen`.
homepage: https://github.com/numen31337/copy_with_extension/tree/master/copy_with_extension
repository: https://github.com/numen31337/copy_with_extension
Expand Down
6 changes: 5 additions & 1 deletion copy_with_extension_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.0.7 Extension name fix

* Creates a unique extension name for each class.

## 1.0.6 Minor corrections

* Minor metadata and description corractions.

## 1.0.0 Initial release

* Lets you generate a `copyWith` extension for objects annoteted with `@CopyWith()`
* Lets you generate a `copyWith` extension for objects annoteted with `@CopyWith()`.
2 changes: 1 addition & 1 deletion copy_with_extension_gen/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Pub Package](https://img.shields.io/pub/v/copy_with_extension_gen.svg)](https://pub.dev/packages/copy_with_extension_gen)

Provides [Dart Build System](https://pub.dev/packages/build) builder for generating `copyWith` extensions for classes annotated with [copy_with_extension](https://pub.dev/packages/copy_with_extension).
Provides [Dart Build System](https://pub.dev/packages/build) builder for generating `copyWith` extensions for classes annotated with [copy_with_extension](https://pub.dev/packages/copy_with_extension). For more info on this package check out [my blog article](https://www.alexander-kirsch.com/blog/dart-extensions/).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion copy_with_extension_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: copy_with_extension_gen
version: 1.0.6
version: 1.0.7
description: Automatically generating `copyWith` extensions code for classes with `@CopyWith()` annotation.
repository: https://github.com/numen31337/copy_with_extension
homepage: https://github.com/numen31337/copy_with_extension/tree/master/copy_with_extension_gen
Expand Down

0 comments on commit 709ecdc

Please sign in to comment.