Skip to content

Commit

Permalink
release: v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
preshonyee committed Feb 3, 2021
1 parent 1196676 commit 7992435
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

`Camara` strictly follows [semantic versioning](https://semver.org/)

## v1.0.0-beta.6 (Wed Feb 03, 2021)

Rebuild from the ground-up. This changes everything!!!

- The previous bundler cli `microbundle` had a lot of issues with generating typescript definitions and wasn't flexible for me to modify its behavior.
After loads of inconsistencies and mess I had to rewrite the core library to make use of rollup directly.
This has made bundling the library much more solid and consistent than before. A lot has changed, I had to touch every single file but somehow keep the same APIs for each components.
This lays a much more solid foundation for future version of Camara

### Authors: 1

- ᑭᖇᗴᔕᕼ ᗝᑎƳᗴᗴ ([@Preshonyee](https://github.com/Preshonyee))

---

## v1.0.0-beta.5 (Tue Feb 02, 2021)

- 🔼 minor version bump
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camara",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
Expand Down

0 comments on commit 7992435

Please sign in to comment.