Skip to content

Commit

Permalink
Merge pull request #335 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 21, 2024
2 parents 18341c9 + a70917d commit 21a82df
Show file tree
Hide file tree
Showing 4 changed files with 34 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.34.0",
"packages/ui-components": "4.35.0",
"packages/ui-hooks": "2.2.0"
}
12 changes: 12 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.35.0](https://github.com/aversini/ui-components/compare/ui-components-v4.34.0...ui-components-v4.35.0) (2024-02-21)


### Features

* **Flexgrid:** adding responsive capabilities ([6c80765](https://github.com/aversini/ui-components/commit/6c807653ed1382e4cd817aa20cab9a3cd8646f32))


### Bug Fixes

* refactor all Tailwind class to make them static ([89c59bf](https://github.com/aversini/ui-components/commit/89c59bfc6c26f0b129d577fd2b816541cd1e8bc0))

## [4.34.0](https://github.com/aversini/ui-components/compare/ui-components-v4.33.0...ui-components-v4.34.0) (2024-02-18)


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.34.0",
"version": "4.35.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 @@ -290,5 +290,25 @@
"limit": "67 KB",
"passed": true
}
},
"4.35.0": {
"../bundlesize/dist/assets/style.css": {
"fileSize": 42595,
"fileSizeGzip": 7286,
"limit": "8 KB",
"passed": true
},
"../bundlesize/dist/assets/index.js": {
"fileSize": 60089,
"fileSizeGzip": 19793,
"limit": "20 KB",
"passed": true
},
"../bundlesize/dist/assets/vendor.js": {
"fileSize": 199813,
"fileSizeGzip": 66629,
"limit": "67 KB",
"passed": true
}
}
}

0 comments on commit 21a82df

Please sign in to comment.