Skip to content

Commit

Permalink
chore: release main (#880)
Browse files Browse the repository at this point in the history
This release is too large to preview in the pull request body. View the
full release notes here:
https://github.com/versini-org/ui-components/blob/release-please--branches--main--release-notes/release-notes.md

---------

Co-authored-by: aversini <aversini@users.noreply.github.com>
  • Loading branch information
aversini and aversini authored Jan 3, 2025
1 parent b423a78 commit 406bf42
Show file tree
Hide file tree
Showing 55 changed files with 1,072 additions and 52 deletions.
52 changes: 26 additions & 26 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"packages/ui-anchor": "1.3.2",
"packages/ui-bubble": "2.0.13",
"packages/ui-button": "3.2.2",
"packages/ui-card": "2.0.6",
"packages/ui-components": "5.33.21",
"packages/ui-anchor": "1.4.0",
"packages/ui-bubble": "3.0.0",
"packages/ui-button": "4.0.0",
"packages/ui-card": "3.0.0",
"packages/ui-components": "5.34.0",
"packages/ui-fingerprint": "1.1.0",
"packages/ui-footer": "2.0.6",
"packages/ui-form": "1.9.11",
"packages/ui-header": "2.1.1",
"packages/ui-footer": "3.0.0",
"packages/ui-form": "1.10.0",
"packages/ui-header": "3.0.0",
"packages/ui-hooks": "4.3.0",
"packages/ui-icons": "3.1.1",
"packages/ui-liveregion": "1.2.8",
"packages/ui-main": "2.1.1",
"packages/ui-menu": "2.0.8",
"packages/ui-modal": "1.1.8",
"packages/ui-panel": "1.2.15",
"packages/ui-pill": "2.0.6",
"packages/ui-spinner": "2.0.6",
"packages/ui-styles": "2.1.1",
"packages/ui-svgicon": "3.0.3",
"packages/ui-system": "2.0.7",
"packages/ui-table": "2.0.10",
"packages/ui-textarea": "2.1.2",
"packages/ui-textinput": "2.0.6",
"packages/ui-toggle": "2.0.6",
"packages/ui-togglegroup": "2.0.6",
"packages/ui-truncate": "2.0.10",
"packages/ui-types": "3.0.3"
"packages/ui-icons": "4.0.0",
"packages/ui-liveregion": "1.3.0",
"packages/ui-main": "3.0.0",
"packages/ui-menu": "3.0.0",
"packages/ui-modal": "1.2.0",
"packages/ui-panel": "1.3.0",
"packages/ui-pill": "3.0.0",
"packages/ui-spinner": "3.0.0",
"packages/ui-styles": "3.0.0",
"packages/ui-svgicon": "4.0.0",
"packages/ui-system": "3.0.0",
"packages/ui-table": "3.0.0",
"packages/ui-textarea": "3.0.0",
"packages/ui-textinput": "3.0.0",
"packages/ui-toggle": "3.0.0",
"packages/ui-togglegroup": "3.0.0",
"packages/ui-truncate": "3.0.0",
"packages/ui-types": "4.0.0"
}
24 changes: 24 additions & 0 deletions packages/ui-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.4.0](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.3.2...ui-anchor-v1.4.0) (2025-01-03)


### Features

* adding support for React 19.x ([#768](https://github.com/versini-org/ui-components/issues/768)) ([7a64fd7](https://github.com/versini-org/ui-components/commit/7a64fd7e2b7e0875a2b0f86753c3bef9af9d961d))
* **Anchor:** extracting Anchor as a standalone package ([#639](https://github.com/versini-org/ui-components/issues/639)) ([1e65737](https://github.com/versini-org/ui-components/commit/1e657371733c204c578cc7925bc7336fc5c1b046))
* **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3))
* simplification of the global name for individual components ([#652](https://github.com/versini-org/ui-components/issues/652)) ([91c6c85](https://github.com/versini-org/ui-components/commit/91c6c857e38f8368c509a04e63912a35e75c2053))


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))
* bump non-breaking dependencies to latest ([#743](https://github.com/versini-org/ui-components/issues/743)) ([1438577](https://github.com/versini-org/ui-components/commit/1438577b4de57d063e84872ba8c4d5687b3def13))
* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 4.0.0

## [1.3.2](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.3.1...ui-anchor-v1.3.2) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-anchor",
"version": "1.3.2",
"version": "1.4.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
39 changes: 39 additions & 0 deletions packages/ui-bubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.13...ui-bubble-v3.0.0) (2025-01-03)


### ⚠ BREAKING CHANGES

* **Bubble:** removing spacing prop in favor of Tailwind classes ([#820](https://github.com/versini-org/ui-components/issues/820))

### Features

* adding support for React 19.x ([#768](https://github.com/versini-org/ui-components/issues/768)) ([7a64fd7](https://github.com/versini-org/ui-components/commit/7a64fd7e2b7e0875a2b0f86753c3bef9af9d961d))
* adding ui-spacing and ui-spacing-types ([#785](https://github.com/versini-org/ui-components/issues/785)) ([8a4c837](https://github.com/versini-org/ui-components/commit/8a4c83768c3dc86ec34dd846fc78023dc2a981d7))
* adding ui-svgicon and ui-svgicon-types ([#794](https://github.com/versini-org/ui-components/issues/794)) ([d920ae5](https://github.com/versini-org/ui-components/commit/d920ae5900798f67f7acc14bd135195cca63e29a))
* **Bubble:** extracting Bubble as a standalone package ([#646](https://github.com/versini-org/ui-components/issues/646)) ([7eb19b7](https://github.com/versini-org/ui-components/commit/7eb19b791ba2d13c72d2b19bb0a01626f0ee3b97))
* introducing ui-types - for all types ([#802](https://github.com/versini-org/ui-components/issues/802)) ([950bccb](https://github.com/versini-org/ui-components/commit/950bccb37bca104487c597f8a043ca3382331105))
* simplification of the global name for individual components ([#652](https://github.com/versini-org/ui-components/issues/652)) ([91c6c85](https://github.com/versini-org/ui-components/commit/91c6c857e38f8368c509a04e63912a35e75c2053))


### Bug Fixes

* **Bubble:** bubble max width too big at lower breakpoints ([#854](https://github.com/versini-org/ui-components/issues/854)) ([8dd8332](https://github.com/versini-org/ui-components/commit/8dd83326ffb7047a46eb5ade8f6153c2c52152b3))
* **Bubble:** copy paste icon is too big ([#852](https://github.com/versini-org/ui-components/issues/852)) ([99e4cc3](https://github.com/versini-org/ui-components/commit/99e4cc3dcb0c903128c30429667ff2209aa5c861))
* **Bubble:** invalid name for analytics ([#650](https://github.com/versini-org/ui-components/issues/650)) ([1575d09](https://github.com/versini-org/ui-components/commit/1575d09a40bd27964ec155caabe1b56d2c3ad2d4))
* **Bubble:** removing spacing prop in favor of Tailwind classes ([#820](https://github.com/versini-org/ui-components/issues/820)) ([e6ac6ec](https://github.com/versini-org/ui-components/commit/e6ac6ec0025f65c5e2ad44de3bece61fe18ea33f))
* **Bubble:** too wide bubble at lower breakpoints ([#848](https://github.com/versini-org/ui-components/issues/848)) ([d7d99fc](https://github.com/versini-org/ui-components/commit/d7d99fc4cca02589ff131823964d4cd257de1060))
* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))
* bump non-breaking dependencies to latest ([#743](https://github.com/versini-org/ui-components/issues/743)) ([1438577](https://github.com/versini-org/ui-components/commit/1438577b4de57d063e84872ba8c4d5687b3def13))
* bump non-breaking dependencies to latest ([#771](https://github.com/versini-org/ui-components/issues/771)) ([11adf6b](https://github.com/versini-org/ui-components/commit/11adf6bdd4555f00c9494ea86dae8b99793c88b3))
* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f))
* removing spacing component ([#837](https://github.com/versini-org/ui-components/issues/837)) ([db2636f](https://github.com/versini-org/ui-components/commit/db2636f9cb2a000341ce04856f311f59110c7ea8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-button bumped to 4.0.0
* @versini/ui-icons bumped to 4.0.0
* @versini/ui-types bumped to 4.0.0

## [2.0.13](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.12...ui-bubble-v2.0.13) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-bubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-bubble",
"version": "2.0.13",
"version": "3.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
51 changes: 51 additions & 0 deletions packages/ui-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## [4.0.0](https://github.com/versini-org/ui-components/compare/ui-button-v3.2.2...ui-button-v4.0.0) (2025-01-03)


### ⚠ BREAKING CHANGES

* **Icons:** replacing defaultClassName with size prop ([#846](https://github.com/versini-org/ui-components/issues/846))
* **Bubble:** removing spacing prop in favor of Tailwind classes ([#820](https://github.com/versini-org/ui-components/issues/820))
* **Button:** spacing prop is deprecated - use className and Tailwind margins instead.

### Features

* adding ButtonCopy component ([#840](https://github.com/versini-org/ui-components/issues/840)) ([54c6f8c](https://github.com/versini-org/ui-components/commit/54c6f8c61aac2a4440429f120a8148c938196388))
* adding support for React 19.x ([#768](https://github.com/versini-org/ui-components/issues/768)) ([7a64fd7](https://github.com/versini-org/ui-components/commit/7a64fd7e2b7e0875a2b0f86753c3bef9af9d961d))
* adding ui-button-types ([#799](https://github.com/versini-org/ui-components/issues/799)) ([c1b0f94](https://github.com/versini-org/ui-components/commit/c1b0f94aa52d65985d1a84bf2255b6462fc8e092))
* adding ui-spacing and ui-spacing-types ([#785](https://github.com/versini-org/ui-components/issues/785)) ([8a4c837](https://github.com/versini-org/ui-components/commit/8a4c83768c3dc86ec34dd846fc78023dc2a981d7))
* adding ui-svgicon and ui-svgicon-types ([#794](https://github.com/versini-org/ui-components/issues/794)) ([d920ae5](https://github.com/versini-org/ui-components/commit/d920ae5900798f67f7acc14bd135195cca63e29a))
* **Button:** adding support for radius prop ([#813](https://github.com/versini-org/ui-components/issues/813)) ([6a0719e](https://github.com/versini-org/ui-components/commit/6a0719e7a8fdd8fcaaa64b38e0c30d532acd8b73))
* **Button:** adding variant "selected" ([#816](https://github.com/versini-org/ui-components/issues/816)) ([a394733](https://github.com/versini-org/ui-components/commit/a394733263422bdbe41df57b9391bfa781863252))
* **ButtonCopy:** adding support for function for copyToClipboard prop ([#842](https://github.com/versini-org/ui-components/issues/842)) ([d1629c7](https://github.com/versini-org/ui-components/commit/d1629c77170d3a7ec9cf3e6275432bba02455014))
* **Button:** extracting Button and peers as a standalone package ([#635](https://github.com/versini-org/ui-components/issues/635)) ([651f857](https://github.com/versini-org/ui-components/commit/651f85739ba644cfa6d208e9779c8ded178f157b))
* **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3))
* **Button:** variable padding based on the size ([#859](https://github.com/versini-org/ui-components/issues/859)) ([f4c70e5](https://github.com/versini-org/ui-components/commit/f4c70e51837f71d393ff999d571f8ceaedfb6f84))
* **Icons:** replacing defaultClassName with size prop ([#846](https://github.com/versini-org/ui-components/issues/846)) ([ecbf05c](https://github.com/versini-org/ui-components/commit/ecbf05c3e764ff5425f62b5a3ba96797ccbb1a1a))
* introducing ui-types - for all types ([#802](https://github.com/versini-org/ui-components/issues/802)) ([950bccb](https://github.com/versini-org/ui-components/commit/950bccb37bca104487c597f8a043ca3382331105))
* simplification of the global name for individual components ([#652](https://github.com/versini-org/ui-components/issues/652)) ([91c6c85](https://github.com/versini-org/ui-components/commit/91c6c857e38f8368c509a04e63912a35e75c2053))


### Bug Fixes

* **Bubble:** removing spacing prop in favor of Tailwind classes ([#820](https://github.com/versini-org/ui-components/issues/820)) ([e6ac6ec](https://github.com/versini-org/ui-components/commit/e6ac6ec0025f65c5e2ad44de3bece61fe18ea33f))
* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))
* bump non-breaking dependencies to latest ([#743](https://github.com/versini-org/ui-components/issues/743)) ([1438577](https://github.com/versini-org/ui-components/commit/1438577b4de57d063e84872ba8c4d5687b3def13))
* bump non-breaking dependencies to latest ([#771](https://github.com/versini-org/ui-components/issues/771)) ([11adf6b](https://github.com/versini-org/ui-components/commit/11adf6bdd4555f00c9494ea86dae8b99793c88b3))
* **Button:** better exports ([#645](https://github.com/versini-org/ui-components/issues/645)) ([2abb463](https://github.com/versini-org/ui-components/commit/2abb463cee00aeaa4fc1a3238605d89398a431f8))
* **Button:** first pass at removing spacing prop from all components ([#817](https://github.com/versini-org/ui-components/issues/817)) ([0d79337](https://github.com/versini-org/ui-components/commit/0d79337ead5a5e846b8d09130e5dc9de92bf8ef5))
* **ButtonIcon:** adding support for missing prop "variant" ([#876](https://github.com/versini-org/ui-components/issues/876)) ([654772c](https://github.com/versini-org/ui-components/commit/654772c69939387ab3d215a20202cc3fa5376913))
* **Button:** lighter "selected" variant + minor refactor ([#874](https://github.com/versini-org/ui-components/issues/874)) ([c8ab416](https://github.com/versini-org/ui-components/commit/c8ab4169f067e65721ef68c42039951274bec114))
* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f))
* removing spacing component ([#837](https://github.com/versini-org/ui-components/issues/837)) ([db2636f](https://github.com/versini-org/ui-components/commit/db2636f9cb2a000341ce04856f311f59110c7ea8))
* **ui-button:** remove dev dependency on ui-icons ([#705](https://github.com/versini-org/ui-components/issues/705)) ([b05ab47](https://github.com/versini-org/ui-components/commit/b05ab473bfc7ef798d133e35fc2f0d960a4d949c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-icons bumped to 4.0.0
* @versini/ui-types bumped to 4.0.0
* devDependencies
* @versini/ui-svgicon bumped to 4.0.0

## [3.2.2](https://github.com/versini-org/ui-components/compare/ui-button-v3.2.1...ui-button-v3.2.2) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-button",
"version": "3.2.2",
"version": "4.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
35 changes: 35 additions & 0 deletions packages/ui-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-card-v2.0.6...ui-card-v3.0.0) (2025-01-03)


### ⚠ BREAKING CHANGES

* **Card:** removing spacing prop in favor of Tailwind classes ([#821](https://github.com/versini-org/ui-components/issues/821))

### Features

* adding support for React 19.x ([#768](https://github.com/versini-org/ui-components/issues/768)) ([7a64fd7](https://github.com/versini-org/ui-components/commit/7a64fd7e2b7e0875a2b0f86753c3bef9af9d961d))
* adding ui-spacing and ui-spacing-types ([#785](https://github.com/versini-org/ui-components/issues/785)) ([8a4c837](https://github.com/versini-org/ui-components/commit/8a4c83768c3dc86ec34dd846fc78023dc2a981d7))
* adding ui-svgicon and ui-svgicon-types ([#794](https://github.com/versini-org/ui-components/issues/794)) ([d920ae5](https://github.com/versini-org/ui-components/commit/d920ae5900798f67f7acc14bd135195cca63e29a))
* **Card:** extracting Card as a standalone package ([#648](https://github.com/versini-org/ui-components/issues/648)) ([1a08557](https://github.com/versini-org/ui-components/commit/1a0855708584f41c825efe170da4aa13ff163453))
* introducing ui-types - for all types ([#802](https://github.com/versini-org/ui-components/issues/802)) ([950bccb](https://github.com/versini-org/ui-components/commit/950bccb37bca104487c597f8a043ca3382331105))
* simplification of the global name for individual components ([#652](https://github.com/versini-org/ui-components/issues/652)) ([91c6c85](https://github.com/versini-org/ui-components/commit/91c6c857e38f8368c509a04e63912a35e75c2053))


### Bug Fixes

* bump non-breaking dependencies to latest ([#692](https://github.com/versini-org/ui-components/issues/692)) ([2300b7c](https://github.com/versini-org/ui-components/commit/2300b7c563ce6d5ad704b93ea7cc63ba9b8c6993))
* bump non-breaking dependencies to latest ([#743](https://github.com/versini-org/ui-components/issues/743)) ([1438577](https://github.com/versini-org/ui-components/commit/1438577b4de57d063e84872ba8c4d5687b3def13))
* bump non-breaking dependencies to latest ([#771](https://github.com/versini-org/ui-components/issues/771)) ([11adf6b](https://github.com/versini-org/ui-components/commit/11adf6bdd4555f00c9494ea86dae8b99793c88b3))
* **Card:** removing spacing prop in favor of Tailwind classes ([#821](https://github.com/versini-org/ui-components/issues/821)) ([e131469](https://github.com/versini-org/ui-components/commit/e131469e73232e980020805069b264fbcc325619))
* **Card:** using type namespace ([#781](https://github.com/versini-org/ui-components/issues/781)) ([a777ed2](https://github.com/versini-org/ui-components/commit/a777ed20e7eed3c84e49a0fb2219c21e84adaab3))
* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f))
* externalize Card types ([#779](https://github.com/versini-org/ui-components/issues/779)) ([e157db3](https://github.com/versini-org/ui-components/commit/e157db3cf9b9843f3f3ff6ab9cb792259722b64d))
* removing spacing component ([#837](https://github.com/versini-org/ui-components/issues/837)) ([db2636f](https://github.com/versini-org/ui-components/commit/db2636f9cb2a000341ce04856f311f59110c7ea8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/ui-types bumped to 4.0.0

## [2.0.6](https://github.com/versini-org/ui-components/compare/ui-card-v2.0.5...ui-card-v2.0.6) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-card",
"version": "2.0.6",
"version": "3.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
Loading

0 comments on commit 406bf42

Please sign in to comment.