Skip to content

Commit

Permalink
[skip ci] publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piral Release Bot committed Jul 7, 2023
1 parent bfd2c04 commit cac7b1c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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": "0.15.2"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion packages/html5-entry-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5-entry-webpack-plugin",
"version": "0.15.2",
"version": "1.0.0",
"description": "Webpack plugin for allowing HTML files as entry modules.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-codegen-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-codegen-loader",
"version": "0.15.2",
"version": "1.0.0",
"description": "A loader for .codegen files to auto-generate modules on the fly.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pilet-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pilet-webpack-plugin",
"version": "0.15.2",
"version": "1.0.0",
"description": "Webpack plugin for generating a valid pilet bundle.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/piral-cli-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-cli-webpack",
"version": "0.15.2",
"version": "1.0.0",
"description": "Provides debug and build capabilities for pilets and Piral instances using Webpack v4.",
"keywords": [
"piral-cli",
Expand Down Expand Up @@ -59,12 +59,12 @@
"css-loader": "^5.0.0",
"express": "^4.17.1",
"file-loader": "^5.1.0",
"html5-entry-webpack-plugin": "^0.15.2",
"html5-entry-webpack-plugin": "^1.0.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"parcel-codegen-loader": "^0.15.2",
"pilet-webpack-plugin": "^0.15.2",
"piral-instance-webpack-plugin": "^0.15.2",
"parcel-codegen-loader": "^1.0.0",
"pilet-webpack-plugin": "^1.0.0",
"piral-instance-webpack-plugin": "^1.0.0",
"sass": "^1.32.12",
"sass-loader": "^8.0.2",
"source-map-loader": "^0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/piral-instance-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piral-instance-webpack-plugin",
"version": "0.15.2",
"version": "1.0.0",
"description": "Webpack plugin for generating a valid Piral instance bundle.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit cac7b1c

Please sign in to comment.