Skip to content

Commit

Permalink
Merge pull request #352 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
2 parents 7427f94 + 2c26753 commit ae71ac8
Showing 4 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/eslint-plugin-client": "1.0.1",
"packages/ui-components": "4.37.0",
"packages/ui-components": "5.0.0",
"packages/ui-hooks": "2.2.0"
}
11 changes: 11 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* introducing automatic dark and light modes

### Features

* introducing automatic dark and light modes ([dcb56c0](https://github.com/aversini/ui-components/commit/dcb56c05dbf9113a2b6550da9cde92b7914a4b4e))

## [4.37.0](https://github.com/aversini/ui-components/compare/ui-components-v4.36.0...ui-components-v4.37.0) (2024-02-24)


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": "4.37.0",
"version": "5.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
20 changes: 20 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
@@ -350,5 +350,25 @@
"limit": "67 KB",
"passed": true
}
},
"5.0.0": {
"../bundlesize/dist/assets/style.css": {
"fileSize": 45208,
"fileSizeGzip": 7561,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/assets/index.js": {
"fileSize": 61329,
"fileSizeGzip": 20036,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit ae71ac8

Please sign in to comment.