Skip to content

Commit

Permalink
chore: release v1.3.5 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreese authored Mar 4, 2022
1 parent 4c3d97c commit 9e665bc
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.5](https://github.com/Elderjs/plugins/compare/v1.3.4...v1.3.5) (2022-03-04)



## [1.3.4](https://github.com/Elderjs/plugins/compare/v1.3.3...v1.3.4) (2021-10-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.3.4"
"version": "1.3.5"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"scripts": {
"release": "shipjs prepare"
},
"version": "1.3.4"
"version": "1.3.5"
}
2 changes: 1 addition & 1 deletion packages/browser-reload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-browser-reload",
"version": "1.3.4",
"version": "1.3.5",
"description": "Reload your browser when your Elder.js server restarts.",
"keywords": [
"elder.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/critical-path-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-critical-path-css",
"version": "1.3.4",
"version": "1.3.5",
"description": "Easily generate critical path css for your Elder.js powered website.",
"keywords": [
"elder.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-images",
"version": "1.3.4",
"version": "1.3.5",
"description": "Easily generate and manage responsive images for your Elder.js site.",
"keywords": [
"elderjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-markdown",
"version": "1.3.4",
"version": "1.3.5",
"description": "Easily create routes from your markdown files on your Elder.js site using the remark ecosystem.",
"keywords": [
"elder.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/random/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-random",
"version": "1.3.4",
"version": "1.3.5",
"description": "Easily preview a random page of a route by visiting a single url. This plugin should be used exclusively for development.",
"keywords": [
"elderjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-references",
"version": "1.3.4",
"version": "1.3.5",
"description": "Adds {{ref}} and {{referenceList}} shortcodes to Elder.js allowing you to add wikipedia style references to your content.",
"keywords": [
"elder.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/seo-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-seo-check",
"version": "1.3.4",
"version": "1.3.5",
"description": "Easily check your Elder.js site for common SEO issues. ",
"keywords": [
"seo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-sitemap",
"version": "1.3.4",
"version": "1.3.5",
"description": "Easily generate a sitemap for your Elder.js powered website.",
"keywords": [
"elder.js",
Expand Down

0 comments on commit 9e665bc

Please sign in to comment.