Skip to content

Commit

Permalink
Release 11.1.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 16, 2024
1 parent d1f280e commit 691f6c1
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 31 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 11.1.4
* Fixed types (by @aryaemami59).

## 11.1.3
* Updated `esbuild`.
* Updated CSS loaders for webpack.
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-why/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/esbuild-why",
"version": "11.1.3",
"version": "11.1.4",
"description": "esbuild plugin for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"esbuild-visualizer": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/esbuild",
"version": "11.1.3",
"version": "11.1.4",
"description": "esbuild plugin for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"esbuild": "^0.21.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/file",
"version": "11.1.3",
"version": "11.1.4",
"description": "File size plugin for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"devDependencies": {
"size-limit": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/preset-app",
"version": "11.1.3",
"version": "11.1.4",
"description": "Size Limit preset for applications",
"type": "module",
"keywords": [
Expand All @@ -18,11 +18,11 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"@size-limit/file": "workspace:*",
"@size-limit/time": "workspace:*",
"size-limit": "workspace:*"
"@size-limit/file": "11.1.4",
"@size-limit/time": "11.1.4",
"size-limit": "11.1.4"
}
}
12 changes: 6 additions & 6 deletions packages/preset-big-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/preset-big-lib",
"version": "11.1.3",
"version": "11.1.4",
"description": "Size Limit preset for big open source libraries",
"type": "module",
"keywords": [
Expand All @@ -18,12 +18,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"@size-limit/file": "workspace:*",
"@size-limit/time": "workspace:*",
"@size-limit/webpack": "workspace:*",
"size-limit": "workspace:*"
"@size-limit/file": "11.1.4",
"@size-limit/time": "11.1.4",
"@size-limit/webpack": "11.1.4",
"size-limit": "11.1.4"
}
}
10 changes: 5 additions & 5 deletions packages/preset-small-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/preset-small-lib",
"version": "11.1.3",
"version": "11.1.4",
"description": "Size Limit preset for small open source libraries",
"type": "module",
"keywords": [
Expand All @@ -18,11 +18,11 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"@size-limit/esbuild": "workspace:*",
"@size-limit/file": "workspace:*",
"size-limit": "workspace:*"
"@size-limit/esbuild": "11.1.4",
"@size-limit/file": "11.1.4",
"size-limit": "11.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/size-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "size-limit",
"version": "11.1.3",
"version": "11.1.4",
"description": "CLI tool for Size Limit",
"type": "module",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/time",
"version": "11.1.3",
"version": "11.1.4",
"description": "Downloading and running time plugin for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"estimo": "^3.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/webpack-css",
"version": "11.1.3",
"version": "11.1.4",
"description": "Webpack plugin to support css for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"css-loader": "^7.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-why/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/webpack-why",
"version": "11.1.3",
"version": "11.1.4",
"description": "Webpack Statoscope plugin for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3",
"size-limit": "11.1.4",
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@size-limit/webpack",
"version": "11.1.3",
"version": "11.1.4",
"description": "Webpack plugin for Size Limit",
"type": "module",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"size-limit": "11.1.3"
"size-limit": "11.1.4"
},
"dependencies": {
"nanoid": "^5.0.7",
Expand Down

0 comments on commit 691f6c1

Please sign in to comment.