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

Commit 5a8b463

Browse files
committed
Prepare for release 0.1.0
1 parent fe90503 commit 5a8b463

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## [0.1.0] (2022-04-09)
6+
### Added
7+
- Target iOS
8+
- Add Swift package
9+
10+
### Changed
11+
- Use `Color` class
12+
- Implement `Passable` and `@IsPassable`
13+
514
## [0.1.0-alpha] (2022-03-13)
615
### Added
716
- Default Material implementation
@@ -28,6 +37,7 @@
2837
## [0.0.1-alpha] (2022-03-04)
2938
- Initial public release
3039

31-
[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.1.0-alpha...HEAD
40+
[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.1.0...HEAD
41+
[0.1.0]: https://github.com/dropbox/componentbox/releases/tag/v0.1.0
3242
[0.1.0-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.1.0-alpha
3343
[0.0.1-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.0.1-alpha

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Kotlin multiplatform library for building dynamic server-driven UI.
1414
## Installation
1515

1616
```kotlin
17-
implementation("com.dropbox.componentbox:componentbox:0.1.0-alpha")
17+
implementation("com.dropbox.componentbox:componentbox:0.1.0")
1818
```
1919

2020
## Documentation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.dropbox.componentbox
2-
VERSION_NAME=1.0.0-SNAPSHOT
2+
VERSION_NAME=0.1.0
33

44
POM_ARTIFACT_ID=componentbox
55
POM_NAME=Component Box

0 commit comments

Comments
 (0)