Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Prepare for release 0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Mar 13, 2022
1 parent 41b937b commit 1fdbe12
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
# Changelog

## [Unreleased]

## [0.1.0-alpha] (2022-03-13)
### Added
- ComponentBoxPresenter
- ComponentBoxState
- ComponentBoxViewState
- ComponentBoxRoot
- ComponentBoxView
- ComponentBoxDialogFragment
- ComponentBoxFragment
- Default Material implementation
- Common utils
- Surface component
- ComponentBoxPresenter class
- ComponentBoxState class
- ComponentBoxViewState class
- ComponentBoxContext class
- ComponentBoxZipline class
- ComponentBoxView class
- ComponentBoxDialogFragment class
- ComponentBoxFragment class

### Changed
- Renamed models package to "foundation"
- Renamed HorizontalBanner to Banner
- Rearchitected Discovery app
- Refactored Zipline integration with Discovery app

### Removed
- VerticalBanner
- VerticalBanner type

## [0.0.1-alpha] (2022-03-04)
- Initial public release

[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.0.1-alpha...HEAD
[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.1.0-alpha...HEAD
[0.1.0-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.1.0-alpha
[0.0.1-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.0.1-alpha
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A Kotlin multiplatform library for building dynamic server-driven UI.
## Installation

```kotlin
implementation("com.dropbox.componentbox:componentbox:0.0.1-alpha")
implementation("com.dropbox.componentbox:componentbox:0.1.0-alpha")
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.dropbox.componentbox
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.0-alpha

POM_ARTIFACT_ID=componentbox
POM_NAME=Component Box
Expand Down

0 comments on commit 1fdbe12

Please sign in to comment.