Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
remadex committed Jan 24, 2025
1 parent 0eb77b0 commit 0222629
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.11](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2025-01-24)


### Bug Fixes

* adapt disabled view for file-list ([613ca0c](https://github.com/TRIPTYK/ember-common-ui/commit/613ca0ce7cdb4f3cd9bc8733ff9602d95fd789ce))
* add condition around window.open in case of fastboot ([26102f5](https://github.com/TRIPTYK/ember-common-ui/commit/26102f5db27787af36293e919eb73c192cceccdf))
* password input eye should be focusable by keyboard ([e6778dc](https://github.com/TRIPTYK/ember-common-ui/commit/e6778dc7f029e8d07258f0756b4789ca1e17e664))


### Features

* add prefab file list with dropzone ([25be9d1](https://github.com/TRIPTYK/ember-common-ui/commit/25be9d13385cf4b3a4938a5f652b9365bc79fbf2))
* add prefab file list with dropzone ([d9b682c](https://github.com/TRIPTYK/ember-common-ui/commit/d9b682cc725b5c536513795f5abf5dcf039a0000))
* add tpk-search input ([0c56a9d](https://github.com/TRIPTYK/ember-common-ui/commit/0c56a9d80273a8cd0b2b8dc5a4802ac39302527d))
* button prefab ([b5391df](https://github.com/TRIPTYK/ember-common-ui/commit/b5391df3a08f4eea3c9972d991d81a2598b69cfc))
* confirm modal prefab ([0a01c33](https://github.com/TRIPTYK/ember-common-ui/commit/0a01c3341e1ab7bfb025fcb80f5b69ad4c037847))
* confirm modal prefab ([918a38a](https://github.com/TRIPTYK/ember-common-ui/commit/918a38a6938d70e1ae5a329a57f5342be51dbe84))
* remove tpk-stepper ([ea85b32](https://github.com/TRIPTYK/ember-common-ui/commit/ea85b32199f8459089989910aeb8f82ceb8161bc))
* review ([149121f](https://github.com/TRIPTYK/ember-common-ui/commit/149121fe856b11809784d0ac69fb021c05dabd0c))
* toggle switch ([6206fd4](https://github.com/TRIPTYK/ember-common-ui/commit/6206fd4035caa13ea83ffb864f37a983c9b6fe38))





# [3.0.0-alpha.10](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2024-12-06)


Expand Down
18 changes: 18 additions & 0 deletions doc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.11](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2025-01-24)


### Features

* add prefab file list with dropzone ([d9b682c](https://github.com/TRIPTYK/ember-common-ui/commit/d9b682cc725b5c536513795f5abf5dcf039a0000))
* add tpk-search input ([0c56a9d](https://github.com/TRIPTYK/ember-common-ui/commit/0c56a9d80273a8cd0b2b8dc5a4802ac39302527d))
* button prefab ([b5391df](https://github.com/TRIPTYK/ember-common-ui/commit/b5391df3a08f4eea3c9972d991d81a2598b69cfc))
* confirm modal prefab ([0a01c33](https://github.com/TRIPTYK/ember-common-ui/commit/0a01c3341e1ab7bfb025fcb80f5b69ad4c037847))
* confirm modal prefab ([918a38a](https://github.com/TRIPTYK/ember-common-ui/commit/918a38a6938d70e1ae5a329a57f5342be51dbe84))
* remove tpk-stepper ([ea85b32](https://github.com/TRIPTYK/ember-common-ui/commit/ea85b32199f8459089989910aeb8f82ceb8161bc))
* review ([149121f](https://github.com/TRIPTYK/ember-common-ui/commit/149121fe856b11809784d0ac69fb021c05dabd0c))
* toggle switch ([6206fd4](https://github.com/TRIPTYK/ember-common-ui/commit/6206fd4035caa13ea83ffb864f37a983c9b6fe38))





# [3.0.0-alpha.10](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2024-12-06)

**Note:** Version bump only for package doc-app
Expand Down
2 changes: 1 addition & 1 deletion doc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doc-app",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"private": true,
"description": "Small description for doc-app goes here",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"conventionalCommits": true,
"npmClient": "pnpm",
"changelog": true,
Expand Down
19 changes: 19 additions & 0 deletions packages/ember-input-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.11](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2025-01-24)


### Bug Fixes

* adapt disabled view for file-list ([613ca0c](https://github.com/TRIPTYK/ember-common-ui/commit/613ca0ce7cdb4f3cd9bc8733ff9602d95fd789ce))
* add condition around window.open in case of fastboot ([26102f5](https://github.com/TRIPTYK/ember-common-ui/commit/26102f5db27787af36293e919eb73c192cceccdf))
* password input eye should be focusable by keyboard ([e6778dc](https://github.com/TRIPTYK/ember-common-ui/commit/e6778dc7f029e8d07258f0756b4789ca1e17e664))


### Features

* add prefab file list with dropzone ([25be9d1](https://github.com/TRIPTYK/ember-common-ui/commit/25be9d13385cf4b3a4938a5f652b9365bc79fbf2))
* add prefab file list with dropzone ([d9b682c](https://github.com/TRIPTYK/ember-common-ui/commit/d9b682cc725b5c536513795f5abf5dcf039a0000))





# [3.0.0-alpha.10](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2024-12-06)

**Note:** Version bump only for package @triptyk/ember-input-validation
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-input-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/ember-input-validation",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "This addon will give you an input in TailwindCSS with Ember",
"keywords": [
"ember-addon"
Expand Down
13 changes: 13 additions & 0 deletions packages/ember-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.11](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2025-01-24)


### Features

* add tpk-search input ([0c56a9d](https://github.com/TRIPTYK/ember-common-ui/commit/0c56a9d80273a8cd0b2b8dc5a4802ac39302527d))
* button prefab ([b5391df](https://github.com/TRIPTYK/ember-common-ui/commit/b5391df3a08f4eea3c9972d991d81a2598b69cfc))
* toggle switch ([6206fd4](https://github.com/TRIPTYK/ember-common-ui/commit/6206fd4035caa13ea83ffb864f37a983c9b6fe38))





# [3.0.0-alpha.10](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2024-12-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/ember-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/ember-input",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "This addon will give you an input in TailwindCSS with Ember",
"keywords": [
"ember-addon"
Expand Down
14 changes: 14 additions & 0 deletions packages/ember-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.11](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2025-01-24)


### Features

* confirm modal prefab ([0a01c33](https://github.com/TRIPTYK/ember-common-ui/commit/0a01c3341e1ab7bfb025fcb80f5b69ad4c037847))
* confirm modal prefab ([918a38a](https://github.com/TRIPTYK/ember-common-ui/commit/918a38a6938d70e1ae5a329a57f5342be51dbe84))
* remove tpk-stepper ([ea85b32](https://github.com/TRIPTYK/ember-common-ui/commit/ea85b32199f8459089989910aeb8f82ceb8161bc))
* review ([149121f](https://github.com/TRIPTYK/ember-common-ui/commit/149121fe856b11809784d0ac69fb021c05dabd0c))





# [3.0.0-alpha.10](https://github.com/TRIPTYK/ember-common-ui/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2024-12-06)

**Note:** Version bump only for package @triptyk/ember-ui
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/ember-ui",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"description": "User interface components for Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 0222629

Please sign in to comment.