Skip to content

Commit

Permalink
fix remix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Sep 17, 2024
1 parent 44af52b commit fee0c75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ website
widgetbook
tool
assets
build
build
packages/remix/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
packages/remix/macos/Flutter/ephemeral/flutter_export_environment.sh
2 changes: 2 additions & 0 deletions packages/remix/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
macos/Flutter/ephemeral/Flutter-Generated.xcconfig
macos/Flutter/ephemeral/flutter_export_environment.sh
21 changes: 0 additions & 21 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
## 0.0.2-alpha.1

- **REFACTOR**: Remix was rewritten using Fluent API (#476).
- **REFACTOR**: Rewrite all components in the new Archtecture (#467).
- **REFACTOR**: Create a new Architecture for remix's components (#446).
- **REFACTOR**: Remix progress (#429).
- **FEAT**: remix-styling-configuration (#483).
- **FEAT**: Segmented control (#479).
- **FEAT**: Accordion component (#433).
- **FEAT**: Add more directives to Colors (#477).
- **FEAT**: Create a theme for Remix (#470).
- **FEAT**: Add group feature to Radio (#435).
- **FEAT**: Create Select component (#448).
- **FEAT**: Add parameter onEnd for AnimatedStyle (#458).
- **FEAT**: button supports component builder (#444).
- **FEAT**: Refactor Remix components (#428).
- **FEAT**: Remix improvements and further improvements (#410).
- **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391).
- **FEAT**: remix - Foundational components (#317).
- **DOCS**: improve mix theme data features explanations (#404).

## 0.0.2-alpha.1

- First Release
Expand Down

0 comments on commit fee0c75

Please sign in to comment.