Skip to content

Commit

Permalink
chore(eleventy-plugin-cloudflare-image-resizing): bump version
Browse files Browse the repository at this point in the history
chore(eleventy-plugin-compress): bump version
chore(eleventy-plugin-pwa-icons): bump version
chore(eleventy-plugin-scripts): bump version
chore(eleventy-plugin-styles): bump version
  • Loading branch information
Olezhka-web committed Jan 30, 2023
1 parent 2958c7e commit 6129e75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-cloudflare-image-resizing",
"version": "0.3.0",
"version": "0.3.1",
"description": "Plugin for generating the correct image URL of Cloudflare Image Resizing service.",
"main": "./index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-compress",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plugin for compressing HTML, CSS and JavaScript from templates with brotli/gzip/deflate algorithms.",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-pwa-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-pwa-icons",
"version": "1.2.1",
"version": "1.2.2",
"description": "Plugin for generating splash screen images and icons, favicons and mstile images.",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-scripts",
"version": "1.1.5",
"version": "1.1.6",
"description": "Plugin to process scripts from HTML.",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-styles",
"version": "1.4.4",
"version": "1.5.4",
"description": "Plugin for handling stylesheets from HTML.",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 6129e75

Please sign in to comment.