Skip to content

Commit

Permalink
Merge pull request #298 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 4, 2024
2 parents 784d308 + f575dec commit 5af1bff
Show file tree
Hide file tree
Showing 4 changed files with 35 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.32.2",
"packages/ui-components": "4.32.3",
"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.32.3](https://github.com/aversini/ui-components/compare/ui-components-v4.32.2...ui-components-v4.32.3) (2024-02-04)


### Bug Fixes

* bump dependencies to latest ([c1d4fa4](https://github.com/aversini/ui-components/commit/c1d4fa4e6eac157823bc41dd624b1789f84ae966))

## [4.32.2](https://github.com/aversini/ui-components/compare/ui-components-v4.32.1...ui-components-v4.32.2) (2024-01-28)


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.32.2",
"version": "4.32.3",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
26 changes: 26 additions & 0 deletions packages/ui-components/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,31 @@
"limit": "67 KB",
"passed": true
}
},
"4.32.3": {
"../bundlesize/dist/index.html": {
"fileSize": 541,
"fileSizeGzip": 335,
"limit": "2 KB",
"passed": true
},
"../bundlesize/dist/assets/style.css": {
"fileSize": 45406,
"fileSizeGzip": 7274,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/assets/index.js": {
"fileSize": 53606,
"fileSizeGzip": 18123,
"limit": "18 KB",
"passed": true
},
"../bundlesize/dist/assets/vendor.js": {
"fileSize": 199857,
"fileSizeGzip": 66639,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit 5af1bff

Please sign in to comment.