Skip to content

Commit

Permalink
chore: release main (#375)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>ui-components: 5.4.0</summary>

##
[5.4.0](ui-components-v5.3.0...ui-components-v5.4.0)
(2024-03-05)


### Features

* adding mode prop to all components
([#374](#374))
([71e06d8](71e06d8))
</details>

<details><summary>ui-system: 1.1.0</summary>

##
[1.1.0](ui-system-v1.0.1...ui-system-v1.1.0)
(2024-03-05)


### Features

* adding mode prop to all components
([#374](#374))
([71e06d8](71e06d8))
</details>

<details><summary>ui-private: 1.3.0</summary>

##
[1.3.0](ui-private-v1.2.0...ui-private-v1.3.0)
(2024-03-05)


### Features

* adding mode prop to all components
([#374](#374))
([71e06d8](71e06d8))
</details>

<details><summary>ui-icons: 1.2.0</summary>

##
[1.2.0](ui-icons-v1.1.0...ui-icons-v1.2.0)
(2024-03-05)


### Features

* adding mode prop to all components
([#374](#374))
([71e06d8](71e06d8))
</details>

<details><summary>ui-plugins: 1.1.0</summary>

##
[1.1.0](ui-plugins-v1.0.0...ui-plugins-v1.1.0)
(2024-03-05)


### Features

* adding mode prop to all components
([#374](#374))
([71e06d8](71e06d8))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: aversini <[email protected]>
  • Loading branch information
aversini and aversini authored Mar 6, 2024
1 parent 71e06d8 commit 3f0439d
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/eslint-plugin-client": "1.0.1",
"packages/ui-components": "5.3.0",
"packages/ui-components": "5.4.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "1.0.1",
"packages/ui-private": "1.2.0",
"packages/ui-icons": "1.1.0",
"packages/ui-plugins": "1.0.0"
"packages/ui-system": "1.1.0",
"packages/ui-private": "1.3.0",
"packages/ui-icons": "1.2.0",
"packages/ui-plugins": "1.1.0"
}
7 changes: 7 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.4.0](https://github.com/aversini/ui-components/compare/ui-components-v5.3.0...ui-components-v5.4.0) (2024-03-05)


### Features

* adding mode prop to all components ([#374](https://github.com/aversini/ui-components/issues/374)) ([71e06d8](https://github.com/aversini/ui-components/commit/71e06d8c050be82f56f5b1f798502c9c9ddec9fd))

## [5.3.0](https://github.com/aversini/ui-components/compare/ui-components-v5.2.0...ui-components-v5.3.0) (2024-02-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-components",
"version": "5.3.0",
"version": "5.4.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.4.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 43831,
"fileSizeGzip": 7338,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 55275,
"fileSizeGzip": 14779,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}
7 changes: 7 additions & 0 deletions packages/ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.1.0...ui-icons-v1.2.0) (2024-03-05)


### Features

* adding mode prop to all components ([#374](https://github.com/aversini/ui-components/issues/374)) ([71e06d8](https://github.com/aversini/ui-components/commit/71e06d8c050be82f56f5b1f798502c9c9ddec9fd))

## [1.1.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.0.0...ui-icons-v1.1.0) (2024-02-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-icons",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/aversini/ui-components/compare/ui-plugins-v1.0.0...ui-plugins-v1.1.0) (2024-03-05)


### Features

* adding mode prop to all components ([#374](https://github.com/aversini/ui-components/issues/374)) ([71e06d8](https://github.com/aversini/ui-components/commit/71e06d8c050be82f56f5b1f798502c9c9ddec9fd))

## 1.0.0 (2024-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-plugins",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-private/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/aversini/ui-components/compare/ui-private-v1.2.0...ui-private-v1.3.0) (2024-03-05)


### Features

* adding mode prop to all components ([#374](https://github.com/aversini/ui-components/issues/374)) ([71e06d8](https://github.com/aversini/ui-components/commit/71e06d8c050be82f56f5b1f798502c9c9ddec9fd))

## [1.2.0](https://github.com/aversini/ui-components/compare/ui-private-v1.1.0...ui-private-v1.2.0) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-private/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-private",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/aversini/ui-components/compare/ui-system-v1.0.1...ui-system-v1.1.0) (2024-03-05)


### Features

* adding mode prop to all components ([#374](https://github.com/aversini/ui-components/issues/374)) ([71e06d8](https://github.com/aversini/ui-components/commit/71e06d8c050be82f56f5b1f798502c9c9ddec9fd))

## [1.0.1](https://github.com/aversini/ui-components/compare/ui-system-v1.0.0...ui-system-v1.0.1) (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/ui-system",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ui-system/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,25 @@
"limit": "46 KB",
"passed": true
}
},
"1.1.0": {
"../bundlesize/dist/system/assets/style.css": {
"fileSize": 46184,
"fileSizeGzip": 7675,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/system/assets/index.js": {
"fileSize": 5050,
"fileSizeGzip": 1778,
"limit": "3 KB",
"passed": true
},
"../bundlesize/dist/system/assets/vendor.js": {
"fileSize": 142166,
"fileSizeGzip": 45561,
"limit": "46 KB",
"passed": true
}
}
}

0 comments on commit 3f0439d

Please sign in to comment.