Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.6...v2.0.0) (2022-10-02)

### Code Refactoring

* helium ready ([#9](#9)) ([6827dd8](6827dd8))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: resizing

* fix: get rid of split

* fix: evalute brushes

* fix: add event listener for touches

* fix: remove console.logs

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](v1.0.6...v2.0.0-alpha.1) (2022-05-21)

### Bug Fixes

* add event listener for touches ([a0375c6](a0375c6))
* evalute brushes ([d408892](d408892))
* get rid of split ([9fb19d1](9fb19d1))
* remove console.logs ([a902d80](a902d80))
* resizing ([22c0c0a](22c0c0a))

### Features

* helium ready ([1127b43](1127b43))
* helium ready ([66ba980](66ba980))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: port jsx elements

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](a0375c6))
* evalute brushes ([d408892](d408892))
* get rid of split ([9fb19d1](9fb19d1))
* port jsx elements ([5e09178](5e09178))
* remove console.logs ([a902d80](a902d80))
* resizing ([22c0c0a](22c0c0a))

### Features

* helium ready ([1127b43](1127b43))
* helium ready ([66ba980](66ba980))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: synch package.json

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](a0375c6))
* evalute brushes ([d408892](d408892))
* get rid of split ([9fb19d1](9fb19d1))
* port jsx elements ([5e09178](5e09178))
* remove console.logs ([a902d80](a902d80))
* resizing ([22c0c0a](22c0c0a))
* synch package.json ([79cff55](79cff55))

### Features

* helium ready ([1127b43](1127b43))
* helium ready ([66ba980](66ba980))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: releaserc file

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](a0375c6))
* evalute brushes ([d408892](d408892))
* get rid of split ([9fb19d1](9fb19d1))
* port jsx elements ([5e09178](5e09178))
* releaserc file ([74d577a](74d577a))
* remove console.logs ([a902d80](a902d80))
* resizing ([22c0c0a](22c0c0a))
* synch package.json ([79cff55](79cff55))

### Features

* helium ready ([1127b43](1127b43))
* helium ready ([66ba980](66ba980))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: broken release tags

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](a0375c6))
* broken release tags ([92fc76c](92fc76c))
* evalute brushes ([d408892](d408892))
* get rid of split ([9fb19d1](9fb19d1))
* port jsx elements ([5e09178](5e09178))
* releaserc file ([74d577a](74d577a))
* remove console.logs ([a902d80](a902d80))
* resizing ([22c0c0a](22c0c0a))
* synch package.json ([79cff55](79cff55))

### Features

* helium ready ([1127b43](1127b43))
* helium ready ([66ba980](66ba980))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: bump versions

* chore(release): 2.0.0-alpha.2 [skip ci]

# [2.0.0-alpha.2](v2.0.0-alpha.1...v2.0.0-alpha.2) (2022-05-23)

### Bug Fixes

* bump versions ([770c370](770c370))

* fix: pre-parse font size on JS side

* chore(release): 2.0.0-alpha.3 [skip ci]

# [2.0.0-alpha.3](v2.0.0-alpha.2...v2.0.0-alpha.3) (2022-05-31)

### Bug Fixes

* pre-parse font size on JS side ([b7ba086](b7ba086))

* fix: add titleChanged event

* chore(release): 2.0.0-alpha.4 [skip ci]

# [2.0.0-alpha.4](v2.0.0-alpha.3...v2.0.0-alpha.4) (2022-06-08)

### Bug Fixes

* add titleChanged event ([b435072](b435072))

Co-authored-by: Vittorio Cellucci <vel@qlik.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
semantic-release-bot and vcellu committed Oct 2, 2022
1 parent 6827dd8 commit acd0073
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 1 deletion.
178 changes: 178 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,181 @@
# [2.0.0](https://github.com/qlik-oss/carbon-core/compare/v1.0.6...v2.0.0) (2022-10-02)


### Code Refactoring

* helium ready ([#9](https://github.com/qlik-oss/carbon-core/issues/9)) ([6827dd8](https://github.com/qlik-oss/carbon-core/commit/6827dd84483429377d6f77ec1307e78fa52000cf))


### BREAKING CHANGES

* move over to optimized helium engine

* fix: resizing

* fix: get rid of split

* fix: evalute brushes

* fix: add event listener for touches

* fix: remove console.logs

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](https://github.com/qlik-oss/carbon-core/compare/v1.0.6...v2.0.0-alpha.1) (2022-05-21)

### Bug Fixes

* add event listener for touches ([a0375c6](https://github.com/qlik-oss/carbon-core/commit/a0375c6b784ef3538b021261660235a82fc8ba64))
* evalute brushes ([d408892](https://github.com/qlik-oss/carbon-core/commit/d408892916bc5dede3e93de7e2b1090a9f7380ad))
* get rid of split ([9fb19d1](https://github.com/qlik-oss/carbon-core/commit/9fb19d1c217ad5fbc8022021f7e5b8ea1ee2191b))
* remove console.logs ([a902d80](https://github.com/qlik-oss/carbon-core/commit/a902d803a825c7174f24d0317c58b71bc6f7d257))
* resizing ([22c0c0a](https://github.com/qlik-oss/carbon-core/commit/22c0c0af59c02e763f24e67848cc3c73d6d63877))

### Features

* helium ready ([1127b43](https://github.com/qlik-oss/carbon-core/commit/1127b43db45300055c28fc5ab9b6ae75551b3297))
* helium ready ([66ba980](https://github.com/qlik-oss/carbon-core/commit/66ba980a8d493be0a6667e7064fc72b26eada3b1))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: port jsx elements

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](https://github.com/qlik-oss/carbon-core/compare/v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](https://github.com/qlik-oss/carbon-core/commit/a0375c6b784ef3538b021261660235a82fc8ba64))
* evalute brushes ([d408892](https://github.com/qlik-oss/carbon-core/commit/d408892916bc5dede3e93de7e2b1090a9f7380ad))
* get rid of split ([9fb19d1](https://github.com/qlik-oss/carbon-core/commit/9fb19d1c217ad5fbc8022021f7e5b8ea1ee2191b))
* port jsx elements ([5e09178](https://github.com/qlik-oss/carbon-core/commit/5e0917851d4823e69858924bb6a6b8474320725d))
* remove console.logs ([a902d80](https://github.com/qlik-oss/carbon-core/commit/a902d803a825c7174f24d0317c58b71bc6f7d257))
* resizing ([22c0c0a](https://github.com/qlik-oss/carbon-core/commit/22c0c0af59c02e763f24e67848cc3c73d6d63877))

### Features

* helium ready ([1127b43](https://github.com/qlik-oss/carbon-core/commit/1127b43db45300055c28fc5ab9b6ae75551b3297))
* helium ready ([66ba980](https://github.com/qlik-oss/carbon-core/commit/66ba980a8d493be0a6667e7064fc72b26eada3b1))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: synch package.json

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](https://github.com/qlik-oss/carbon-core/compare/v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](https://github.com/qlik-oss/carbon-core/commit/a0375c6b784ef3538b021261660235a82fc8ba64))
* evalute brushes ([d408892](https://github.com/qlik-oss/carbon-core/commit/d408892916bc5dede3e93de7e2b1090a9f7380ad))
* get rid of split ([9fb19d1](https://github.com/qlik-oss/carbon-core/commit/9fb19d1c217ad5fbc8022021f7e5b8ea1ee2191b))
* port jsx elements ([5e09178](https://github.com/qlik-oss/carbon-core/commit/5e0917851d4823e69858924bb6a6b8474320725d))
* remove console.logs ([a902d80](https://github.com/qlik-oss/carbon-core/commit/a902d803a825c7174f24d0317c58b71bc6f7d257))
* resizing ([22c0c0a](https://github.com/qlik-oss/carbon-core/commit/22c0c0af59c02e763f24e67848cc3c73d6d63877))
* synch package.json ([79cff55](https://github.com/qlik-oss/carbon-core/commit/79cff55ea8efff6a3d245582ce6aebdb0c68467b))

### Features

* helium ready ([1127b43](https://github.com/qlik-oss/carbon-core/commit/1127b43db45300055c28fc5ab9b6ae75551b3297))
* helium ready ([66ba980](https://github.com/qlik-oss/carbon-core/commit/66ba980a8d493be0a6667e7064fc72b26eada3b1))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: releaserc file

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](https://github.com/qlik-oss/carbon-core/compare/v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](https://github.com/qlik-oss/carbon-core/commit/a0375c6b784ef3538b021261660235a82fc8ba64))
* evalute brushes ([d408892](https://github.com/qlik-oss/carbon-core/commit/d408892916bc5dede3e93de7e2b1090a9f7380ad))
* get rid of split ([9fb19d1](https://github.com/qlik-oss/carbon-core/commit/9fb19d1c217ad5fbc8022021f7e5b8ea1ee2191b))
* port jsx elements ([5e09178](https://github.com/qlik-oss/carbon-core/commit/5e0917851d4823e69858924bb6a6b8474320725d))
* releaserc file ([74d577a](https://github.com/qlik-oss/carbon-core/commit/74d577a9d050b74f0f11eba7cadd4a14611209ae))
* remove console.logs ([a902d80](https://github.com/qlik-oss/carbon-core/commit/a902d803a825c7174f24d0317c58b71bc6f7d257))
* resizing ([22c0c0a](https://github.com/qlik-oss/carbon-core/commit/22c0c0af59c02e763f24e67848cc3c73d6d63877))
* synch package.json ([79cff55](https://github.com/qlik-oss/carbon-core/commit/79cff55ea8efff6a3d245582ce6aebdb0c68467b))

### Features

* helium ready ([1127b43](https://github.com/qlik-oss/carbon-core/commit/1127b43db45300055c28fc5ab9b6ae75551b3297))
* helium ready ([66ba980](https://github.com/qlik-oss/carbon-core/commit/66ba980a8d493be0a6667e7064fc72b26eada3b1))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: broken release tags

* chore(release): 2.0.0-alpha.1 [skip ci]

# [2.0.0-alpha.1](https://github.com/qlik-oss/carbon-core/compare/v1.0.6...v2.0.0-alpha.1) (2022-05-23)

### Bug Fixes

* add event listener for touches ([a0375c6](https://github.com/qlik-oss/carbon-core/commit/a0375c6b784ef3538b021261660235a82fc8ba64))
* broken release tags ([92fc76c](https://github.com/qlik-oss/carbon-core/commit/92fc76c77a0c46d1b813fd183b0d10cac8441dff))
* evalute brushes ([d408892](https://github.com/qlik-oss/carbon-core/commit/d408892916bc5dede3e93de7e2b1090a9f7380ad))
* get rid of split ([9fb19d1](https://github.com/qlik-oss/carbon-core/commit/9fb19d1c217ad5fbc8022021f7e5b8ea1ee2191b))
* port jsx elements ([5e09178](https://github.com/qlik-oss/carbon-core/commit/5e0917851d4823e69858924bb6a6b8474320725d))
* releaserc file ([74d577a](https://github.com/qlik-oss/carbon-core/commit/74d577a9d050b74f0f11eba7cadd4a14611209ae))
* remove console.logs ([a902d80](https://github.com/qlik-oss/carbon-core/commit/a902d803a825c7174f24d0317c58b71bc6f7d257))
* resizing ([22c0c0a](https://github.com/qlik-oss/carbon-core/commit/22c0c0af59c02e763f24e67848cc3c73d6d63877))
* synch package.json ([79cff55](https://github.com/qlik-oss/carbon-core/commit/79cff55ea8efff6a3d245582ce6aebdb0c68467b))

### Features

* helium ready ([1127b43](https://github.com/qlik-oss/carbon-core/commit/1127b43db45300055c28fc5ab9b6ae75551b3297))
* helium ready ([66ba980](https://github.com/qlik-oss/carbon-core/commit/66ba980a8d493be0a6667e7064fc72b26eada3b1))

### BREAKING CHANGES

* move over to optimized helium engine

* fix: bump versions

* chore(release): 2.0.0-alpha.2 [skip ci]

# [2.0.0-alpha.2](https://github.com/qlik-oss/carbon-core/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2022-05-23)

### Bug Fixes

* bump versions ([770c370](https://github.com/qlik-oss/carbon-core/commit/770c370ae6bc97b379cf227e2fbabe64938ebfd0))

* fix: pre-parse font size on JS side

* chore(release): 2.0.0-alpha.3 [skip ci]

# [2.0.0-alpha.3](https://github.com/qlik-oss/carbon-core/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2022-05-31)

### Bug Fixes

* pre-parse font size on JS side ([b7ba086](https://github.com/qlik-oss/carbon-core/commit/b7ba086dfaff3869d701131d9597ef4fb0062851))

* fix: add titleChanged event

* chore(release): 2.0.0-alpha.4 [skip ci]

# [2.0.0-alpha.4](https://github.com/qlik-oss/carbon-core/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2022-06-08)

### Bug Fixes

* add titleChanged event ([b435072](https://github.com/qlik-oss/carbon-core/commit/b4350728d446be60bb8f3cd99bbc7a22a063b80c))

Co-authored-by: Vittorio Cellucci <vel@qlik.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>

# [2.0.0-alpha.4](https://github.com/qlik-oss/carbon-core/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2022-06-08)


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": "@qlik/carbon-core",
"version": "2.0.0-alpha.4",
"version": "2.0.0",
"description": "Core components for react-native-carbon",
"main": "src/index.js",
"author": "Qlik",
Expand Down

0 comments on commit acd0073

Please sign in to comment.