Skip to content

Commit

Permalink
Release nitrogen 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Feb 6, 2025
1 parent 57630cf commit 4085e71
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 7 deletions.
4 changes: 4 additions & 0 deletions nitrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0
* Bump `dart_style` from 2.0.0 to 3.0.0.


## 0.3.0+1
* Fix nitrogen erroneously importing Flutter and causing it to crash.

Expand Down
2 changes: 1 addition & 1 deletion nitrogen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: nitrogen
description: Type safe Flutter asset generation.
topics: [assets, generation]

version: 0.3.0+1
version: 0.4.0
homepage: https://github.com/forus-labs/cauldron/tree/master/nitrogen
repository: https://github.com/forus-labs/cauldron/

Expand Down
3 changes: 3 additions & 0 deletions nitrogen_flutter_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.0
Align with `nitrogen` release.

## 0.3.0+1
Fix outdated dependency on `nitrogen_types`.

Expand Down
4 changes: 2 additions & 2 deletions nitrogen_flutter_svg/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nitrogen_flutter_svg
description: Companion library for Nitrogen. Provides flutter_svg bindings for code generated by Nitrogen.

version: 0.3.0+1
version: 0.4.0
homepage: https://github.com/forus-labs/cauldron/nitrogen
repository: https://github.com/forus-labs/cauldron/

Expand All @@ -12,7 +12,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.9
flutter_svg: ^2.0.17
nitrogen_types:

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions nitrogen_lottie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.0
Align with `nitrogen` release.

## 0.3.0+1
Fix outdated dependency on `nitrogen_types`.

Expand Down
4 changes: 2 additions & 2 deletions nitrogen_lottie/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nitrogen_lottie
description: Companion library for Nitrogen. Provides lottie bindings for code generated by Nitrogen.

version: 0.3.0+1
version: 0.4.0
homepage: https://github.com/forus-labs/cauldron/nitrogen
repository: https://github.com/forus-labs/cauldron/

Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
lottie: ^3.1.0
nitrogen_types:
nitrogen_types: ^0.4.0

dev_dependencies:
flint:
5 changes: 5 additions & 0 deletions nitrogen_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0

Align with `nitrogen` release.


## 0.3.0+1

Fix missing `assets` library.
Expand Down
2 changes: 1 addition & 1 deletion nitrogen_types/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nitrogen_types
description: Companion library for Nitrogen. Provides shared types that generated bindings use.

version: 0.3.0+1
version: 0.4.0+1
homepage: https://github.com/forus-labs/cauldron/tree/master/nitrogen
repository: https://github.com/forus-labs/cauldron/

Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ workspace:
- nitrogen_lottie
- nitrogen_types
- stevia
- stevia/example
- sugar

dev_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions stevia/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ environment:
sdk: '>=3.6.0 <4.0.0'
flutter: ">=3.27.0"
resolution: workspace
workspace:
- example

dependencies:
flutter:
Expand Down

0 comments on commit 4085e71

Please sign in to comment.