Skip to content

Commit

Permalink
Merge pull request #342 from aversini/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
aversini authored Feb 24, 2024
2 parents 1dd7173 + cb948c7 commit 35fc925
Show file tree
Hide file tree
Showing 4 changed files with 29 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.36.0",
"packages/ui-components": "4.37.0",
"packages/ui-hooks": "2.2.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

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


### Features

* splitting typography prose light into lighter and light ([bb8909e](https://github.com/aversini/ui-components/commit/bb8909e7c75bdc4bc6d7138656912d0a4b55d88f))

## [4.36.0](https://github.com/aversini/ui-components/compare/ui-components-v4.35.0...ui-components-v4.36.0) (2024-02-23)


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": "4.36.0",
"version": "4.37.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 @@ -330,5 +330,25 @@
"limit": "67 KB",
"passed": true
}
},
"4.37.0": {
"../bundlesize/dist/assets/style.css": {
"fileSize": 43504,
"fileSizeGzip": 7464,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/assets/index.js": {
"fileSize": 60202,
"fileSizeGzip": 19823,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit 35fc925

Please sign in to comment.