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
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Apr 9, 2022
1 parent fe90503 commit 5a8b463
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [0.1.0] (2022-04-09)
### Added
- Target iOS
- Add Swift package

### Changed
- Use `Color` class
- Implement `Passable` and `@IsPassable`

## [0.1.0-alpha] (2022-03-13)
### Added
- Default Material implementation
Expand All @@ -28,6 +37,7 @@
## [0.0.1-alpha] (2022-03-04)
- Initial public release

[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.1.0-alpha...HEAD
[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/dropbox/componentbox/releases/tag/v0.1.0
[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.1.0-alpha")
implementation("com.dropbox.componentbox:componentbox:0.1.0")
```

## 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=1.0.0-SNAPSHOT
VERSION_NAME=0.1.0

POM_ARTIFACT_ID=componentbox
POM_NAME=Component Box
Expand Down

0 comments on commit 5a8b463

Please sign in to comment.