From 7c9f54154852ca51a2127e95125477a4bda64d0e Mon Sep 17 00:00:00 2001 From: Nick Reese Date: Fri, 8 Oct 2021 12:17:34 +0200 Subject: [PATCH] chore: release v1.3.3 (#135) --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- package-lock.json | 2 +- package.json | 2 +- packages/browser-reload/package.json | 2 +- packages/critical-path-css/package.json | 2 +- packages/images/package.json | 2 +- packages/markdown/package.json | 2 +- packages/random/package.json | 2 +- packages/references/package.json | 2 +- packages/seo-check/package.json | 2 +- packages/sitemap/package.json | 2 +- 12 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0965e6c..fd6797b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.3](https://github.com/Elderjs/plugins/compare/v1.3.2...v1.3.3) (2021-10-08) + + +### Bug Fixes + +* 🐛 remove // in images plugin that breaks compression ([f2b5daa](https://github.com/Elderjs/plugins/commit/f2b5daa22ce7d35d0aee7c0163ec026f64bad3a5)) + + + ## [1.3.2](https://github.com/Elderjs/plugins/compare/v1.3.1...v1.3.2) (2021-09-25) diff --git a/lerna.json b/lerna.json index fe44bad..7f68807 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "1.3.2" + "version": "1.3.3" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 05f05f5..6eac6e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6be231..204485f 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,5 @@ "scripts": { "release": "shipjs prepare" }, - "version": "1.3.2" + "version": "1.3.3" } diff --git a/packages/browser-reload/package.json b/packages/browser-reload/package.json index 5ddb5a8..251f5b9 100644 --- a/packages/browser-reload/package.json +++ b/packages/browser-reload/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-browser-reload", - "version": "1.3.2", + "version": "1.3.3", "description": "Reload your browser when your Elder.js server restarts.", "keywords": [ "elder.js", diff --git a/packages/critical-path-css/package.json b/packages/critical-path-css/package.json index 8e1d5c7..9c9ea99 100644 --- a/packages/critical-path-css/package.json +++ b/packages/critical-path-css/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-critical-path-css", - "version": "1.3.2", + "version": "1.3.3", "description": "Easily generate critical path css for your Elder.js powered website.", "keywords": [ "elder.js", diff --git a/packages/images/package.json b/packages/images/package.json index 5c6c7a1..7586f70 100644 --- a/packages/images/package.json +++ b/packages/images/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-images", - "version": "1.3.2", + "version": "1.3.3", "description": "Easily generate and manage responsive images for your Elder.js site.", "keywords": [ "elderjs", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 98d10cd..e927288 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-markdown", - "version": "1.3.2", + "version": "1.3.3", "description": "Easily create routes from your markdown files on your Elder.js site using the remark ecosystem.", "keywords": [ "elder.js", diff --git a/packages/random/package.json b/packages/random/package.json index 5b21072..4971c41 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-random", - "version": "1.3.2", + "version": "1.3.3", "description": "Easily preview a random page of a route by visiting a single url. This plugin should be used exclusively for development.", "keywords": [ "elderjs", diff --git a/packages/references/package.json b/packages/references/package.json index e9f37e4..b9051b3 100644 --- a/packages/references/package.json +++ b/packages/references/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-references", - "version": "1.3.2", + "version": "1.3.3", "description": "Adds {{ref}} and {{referenceList}} shortcodes to Elder.js allowing you to add wikipedia style references to your content.", "keywords": [ "elder.js", diff --git a/packages/seo-check/package.json b/packages/seo-check/package.json index f1086b6..b5ecabf 100644 --- a/packages/seo-check/package.json +++ b/packages/seo-check/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-seo-check", - "version": "1.3.2", + "version": "1.3.3", "description": "Easily check your Elder.js site for common SEO issues. ", "keywords": [ "seo", diff --git a/packages/sitemap/package.json b/packages/sitemap/package.json index c8962e7..c580792 100644 --- a/packages/sitemap/package.json +++ b/packages/sitemap/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/plugin-sitemap", - "version": "1.3.2", + "version": "1.3.3", "description": "Easily generate a sitemap for your Elder.js powered website.", "keywords": [ "elder.js",