Skip to content

Commit

Permalink
Merge pull request #354 from aversini/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
aversini authored Feb 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 56f7ec5 + c5e7ec0 commit 4da0100
Showing 7 changed files with 63 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/eslint-plugin-client": "1.0.1",
"packages/ui-components": "5.0.0",
"packages/ui-components": "5.1.0",
"packages/ui-hooks": "2.2.0",
"packages/ui-system": "0.0.0"
"packages/ui-system": "1.0.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.1.0](https://github.com/aversini/ui-components/compare/ui-components-v5.0.0...ui-components-v5.1.0) (2024-02-26)


### Features

* moving flexbox and themeprovider to ui-system ([a8ec60f](https://github.com/aversini/ui-components/commit/a8ec60f561ee4ffdb7ddd3ae491bd99131d2fe89))

## [5.0.0](https://github.com/aversini/ui-components/compare/ui-components-v4.37.0...ui-components-v5.0.0) (2024-02-25)


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.0.0",
"version": "5.1.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
23 changes: 22 additions & 1 deletion packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
{}
{
"5.1.0": {
"../bundlesize/dist/components/assets/style.css": {
"fileSize": 42342,
"fileSizeGzip": 7143,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/components/assets/index.js": {
"fileSize": 57574,
"fileSizeGzip": 19062,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/components/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}
8 changes: 8 additions & 0 deletions packages/ui-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-02-26)


### Features

* moving flexbox and themeprovider to ui-system ([a8ec60f](https://github.com/aversini/ui-components/commit/a8ec60f561ee4ffdb7ddd3ae491bd99131d2fe89))
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": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
23 changes: 22 additions & 1 deletion packages/ui-system/stats/stats.json
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
{}
{
"1.0.0": {
"../bundlesize/dist/system/assets/style.css": {
"fileSize": 13888,
"fileSizeGzip": 3006,
"limit": "4 KB",
"passed": true
},
"../bundlesize/dist/system/assets/index.js": {
"fileSize": 5050,
"fileSizeGzip": 1779,
"limit": "3 KB",
"passed": true
},
"../bundlesize/dist/system/assets/vendor.js": {
"fileSize": 142166,
"fileSizeGzip": 45561,
"limit": "46 KB",
"passed": true
}
}
}

0 comments on commit 4da0100

Please sign in to comment.