Skip to content

Commit

Permalink
Merge pull request #28 from GhostWalker562/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
Josiassejod1 authored Dec 8, 2023
2 parents 3703f33 + 50f11b6 commit 663ad10
Show file tree
Hide file tree
Showing 15 changed files with 227 additions and 257 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ build/
!**/ios/**/default.perspectivev3

.vscode/

10 changes: 10 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
example/ios/.gitignore
example/ios/Flutter/AppFrameworkInfo.plist
example/ios/Flutter/Debug.xcconfig
example/ios/Flutter/Release.xcconfig
example/ios/Podfile
example/ios/Runner.xcodeproj/project.pbxproj
example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@
- Add toggle for panning
- Add Markdown capabilites for `Component`
- Fixed bug in example project component
- *BREAKING* Renamed `DarkThemeProvider` to `ThemeProvider`
- _BREAKING_ Renamed `DarkThemeProvider` to `ThemeProvider`

# 0.1.8

- Add Controls for Items
- Add Controls for Items

# 0.1.9

- Update dependencies
- Export l10n-related properties
Loading

0 comments on commit 663ad10

Please sign in to comment.