Skip to content

Commit

Permalink
[skip ci] publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Dec 7, 2024
1 parent da0fc07 commit 4f8ea90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.1"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/esbuild-auto-path-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-auto-path-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "Plugin for transforming bundles to use an auto path for assets.",
"keywords": [
"plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-codegen-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "Plugin for supporting codegen files.",
"keywords": [
"plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-pilet-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-pilet-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "Plugin for transforming pilets.",
"keywords": [
"plugin",
Expand Down
8 changes: 4 additions & 4 deletions packages/piral-cli-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-cli-esbuild",
"version": "1.0.1",
"version": "1.1.0",
"description": "Provides debug and build capabilities for pilets and Piral instances using esbuild.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -45,9 +45,9 @@
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"esbuild": "^0.24.0",
"esbuild-auto-path-plugin": "^1.0.1",
"esbuild-codegen-plugin": "^1.0.1",
"esbuild-pilet-plugin": "^1.0.1",
"esbuild-auto-path-plugin": "^1.1.0",
"esbuild-codegen-plugin": "^1.1.0",
"esbuild-pilet-plugin": "^1.1.0",
"esbuild-sass-plugin": "^2.9.0"
}
}

0 comments on commit 4f8ea90

Please sign in to comment.