-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
102 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tor-plugins/jekyll/cloudcannon-jekyll-bookshop/lib/cloudcannon-jekyll-bookshop/version.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module CloudCannonJekyllBookshop | ||
VERSION = "2.4.0" | ||
VERSION = "2.4.1" | ||
end |
2 changes: 1 addition & 1 deletion
2
generator-plugins/jekyll/jekyll-bookshop/lib/jekyll-bookshop/version.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module JekyllBookshop | ||
VERSION = "2.4.0" | ||
VERSION = "2.4.1" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/sass", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Standalone sass compiler for Bookshop", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -25,8 +25,8 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "2.4.0", | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/builder": "2.4.1", | ||
"@bookshop/helpers": "2.4.1", | ||
"commander": "^8.1.0" | ||
}, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/browser", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Component browser for bookshop components", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -30,8 +30,8 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "2.4.0", | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/builder": "2.4.1", | ||
"@bookshop/helpers": "2.4.1", | ||
"@codemirror/basic-setup": "^0.18.2", | ||
"@codemirror/commands": "^0.18.3", | ||
"@codemirror/legacy-modes": "^0.18.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/builder", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "esbuild wrapper for bringing bookshop components and engines throught to a frontend", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -19,13 +19,13 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@bookshop/jekyll-engine": "2.4.0", | ||
"@bookshop/jekyll-engine": "2.4.1", | ||
"ava": "^3.15.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/styles": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"@bookshop/styles": "2.4.1", | ||
"esbuild": "^0.13.10", | ||
"fast-glob": "^3.2.7", | ||
"normalize-path": "^3.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/cloudcannon-structures", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Convert a Bookshop object into a CloudCannon structure", | ||
"main": "main.js", | ||
"scripts": { | ||
|
@@ -17,7 +17,7 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@bookshop/toml-narrator": "2.4.0", | ||
"@bookshop/toml-narrator": "2.4.1", | ||
"@ltd/j-toml": "^1.17.0", | ||
"ava": "^3.15.0", | ||
"nyc": "^15.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/eleventy-engine", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Bookshop frontend Eleventy renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -27,7 +27,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"esbuild": "^0.13.10", | ||
"liquidjs": "9.28.0", | ||
"slugify": "^1.5.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/hugo-engine", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Bookshop frontend Hugo renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -29,7 +29,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"esbuild": "^0.13.10", | ||
"liquidjs": "9.28.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/jekyll-engine", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Bookshop frontend Jekyll renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -27,7 +27,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"esbuild": "^0.13.10", | ||
"js-base64": "^3.6.1", | ||
"liquidjs": "9.28.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/svelte-engine", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Bookshop frontend Svelte renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -24,8 +24,8 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@bookshop/builder": "2.4.0", | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/builder": "2.4.1", | ||
"@bookshop/helpers": "2.4.1", | ||
"ava": "^3.15.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/gen", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "", | ||
"main": "src/index.js", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/generate", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Bookshop generate powers rich editing experiences on your Bookshop website", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -26,11 +26,11 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "2.4.0", | ||
"@bookshop/cloudcannon-structures": "2.4.0", | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/live": "2.4.0", | ||
"@bookshop/toml-narrator": "2.4.0", | ||
"@bookshop/builder": "2.4.1", | ||
"@bookshop/cloudcannon-structures": "2.4.1", | ||
"@bookshop/helpers": "2.4.1", | ||
"@bookshop/live": "2.4.1", | ||
"@bookshop/toml-narrator": "2.4.1", | ||
"@ltd/j-toml": "^1.17.0", | ||
"commander": "^8.1.0", | ||
"fast-glob": "^3.2.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/cloudcannon-eleventy-bookshop", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Eleventy plugin for generating CloudCannon Array Structures from Bookshop components", | ||
"main": "main.js", | ||
"scripts": { | ||
|
@@ -20,9 +20,9 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/cloudcannon-structures": "2.4.0", | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/toml-narrator": "2.4.0", | ||
"@bookshop/cloudcannon-structures": "2.4.1", | ||
"@bookshop/helpers": "2.4.1", | ||
"@bookshop/toml-narrator": "2.4.1", | ||
"@ltd/j-toml": "^1.17.0", | ||
"fast-glob": "^3.2.7", | ||
"normalize-path": "^3.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/eleventy-bookshop", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Eleventy plugin for consuming Bookshop components", | ||
"main": "main.js", | ||
"scripts": { | ||
|
@@ -21,7 +21,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"normalize-path": "^3.0.0" | ||
}, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/helpers", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "", | ||
"type": "module", | ||
"main": "main.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/init", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "", | ||
"main": "src/index.js", | ||
"repository": { | ||
|
@@ -24,7 +24,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"ejs": "^3.1.6", | ||
"yargs": "^17.2.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ | |
"dependencies": { | ||
"@11ty/eleventy": "1.0.0", | ||
"@11ty/eleventy-zero": "npm:@11ty/[email protected]", | ||
"@bookshop/generate": "2.4.0", | ||
"@bookshop/init": "2.4.0", | ||
"@bookshop/sass": "2.4.0", | ||
"@bookshop/generate": "2.4.1", | ||
"@bookshop/init": "2.4.1", | ||
"@bookshop/sass": "2.4.1", | ||
"cloudcannon-hugo": "0.12.5", | ||
"eleventy-plugin-cloudcannon": "^0.0.17", | ||
"get-port": "^6.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/live", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Live component renderer for editing from a CMS", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -23,15 +23,15 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@bookshop/eleventy-engine": "2.4.0", | ||
"@bookshop/jekyll-engine": "2.4.0", | ||
"@bookshop/eleventy-engine": "2.4.1", | ||
"@bookshop/jekyll-engine": "2.4.1", | ||
"ava": "^3.15.0", | ||
"jsdom": "^18.0.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "2.4.0", | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/builder": "2.4.1", | ||
"@bookshop/helpers": "2.4.1", | ||
"commander": "^8.1.0" | ||
}, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/styles", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Bookshop style importer for esbuild", | ||
"type": "module", | ||
"main": "bookshopStylePlugin.js", | ||
|
@@ -25,7 +25,7 @@ | |
"postcss-fluidvars": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "2.4.0", | ||
"@bookshop/helpers": "2.4.1", | ||
"fast-glob": "^3.2.7", | ||
"normalize-path": "^3.0.0", | ||
"postcss": "^8.3.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bookshop/toml-narrator", | ||
"packageManager": "[email protected]", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Rewrite Bookshop TOML files to preserve comments", | ||
"main": "main.js", | ||
"scripts": { | ||
|
Oops, something went wrong.