Skip to content

Commit

Permalink
feat: Update to latest dependencies and make v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ema987 committed Aug 27, 2021
1 parent d94bb19 commit 60d91fa
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
5 changes: 4 additions & 1 deletion example/pubspec.yaml
Expand Up @@ -17,9 +17,12 @@ dependencies:
path: ../packages/paddinger_annotations/

dev_dependencies:
build_runner: 1.12.2
build_runner: 2.1.1
paddinger:
path: ../packages/paddinger

dependency_overrides:
meta: 1.7.0

flutter:
uses-material-design: true
4 changes: 4 additions & 0 deletions packages/paddinger/CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.2.0

Update to latest dependencies

# 0.1.1

Add more documentation
Expand Down
12 changes: 6 additions & 6 deletions packages/paddinger/pubspec.yaml
@@ -1,18 +1,18 @@
name: paddinger
description: >
Code generation for Flutter Padding widgets based on your constants.
version: 0.1.1
version: 0.2.0
repository: https://github.com/ema987/paddinger

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
analyzer: ^1.5.0
build: ^2.0.0
source_gen: ^1.0.0
analyzer: ^2.1.0
build: ^2.1.0
source_gen: ^1.1.0
recase: ^4.0.0
paddinger_annotations: ^0.1.1
paddinger_annotations: ^0.2.0

dev_dependencies:
test: 1.16.8
test: 1.17.11
4 changes: 4 additions & 0 deletions packages/paddinger_annotations/CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.2.0

Update to latest dependencies

# 0.1.1

Add more documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/paddinger_annotations/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: paddinger_annotations
description: >
Annotations for the paddinger Flutter code-generator.
This package does nothing without paddinger too.
version: 0.1.1
version: 0.2.0
repository: https://github.com/ema987/paddinger

environment:
Expand Down

0 comments on commit 60d91fa

Please sign in to comment.