-
Notifications
You must be signed in to change notification settings - Fork 21
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
1 parent
17a40f5
commit b473199
Showing
26 changed files
with
94 additions
and
94 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
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
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 = "3.3.1.pre.beta.9" | ||
VERSION = "3.3.1.pre.beta.10" | ||
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
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
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
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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Standalone sass compiler for Bookshop", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -25,8 +25,8 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/builder": "3.3.1-beta.10", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Component browser for bookshop components", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -29,8 +29,8 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/builder": "3.3.1-beta.10", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"@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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"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": "3.3.1-beta.9", | ||
"@bookshop/jekyll-engine": "3.3.1-beta.10", | ||
"ava": "^3.15.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/styles": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"@bookshop/styles": "3.3.1-beta.10", | ||
"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/eleventy-engine", | ||
"packageManager": "[email protected]", | ||
"version": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop frontend Eleventy renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -27,7 +27,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop frontend Hugo renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -30,12 +30,12 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"esbuild": "^0.13.10", | ||
"fflate": "^0.7.3", | ||
"liquidjs": "9.28.0" | ||
}, | ||
"engines": { | ||
"node": ">=14.16" | ||
} | ||
} | ||
} |
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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop frontend Jekyll renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -27,7 +27,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"esbuild": "^0.13.10", | ||
"js-base64": "^3.6.1", | ||
"kramed": "^0.5.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/svelte-engine", | ||
"packageManager": "[email protected]", | ||
"version": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop frontend Svelte renderer", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -25,8 +25,8 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@bookshop/builder": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/builder": "3.3.1-beta.10", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"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/generate", | ||
"packageManager": "[email protected]", | ||
"version": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop generate powers rich editing experiences on your Bookshop website", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -26,10 +26,10 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/browser": "3.3.1-beta.9", | ||
"@bookshop/builder": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/live": "3.3.1-beta.9", | ||
"@bookshop/browser": "3.3.1-beta.10", | ||
"@bookshop/builder": "3.3.1-beta.10", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"@bookshop/live": "3.3.1-beta.10", | ||
"@ltd/j-toml": "^1.30.0", | ||
"chalk": "^5.0.1", | ||
"commander": "^8.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-bookshop", | ||
"packageManager": "[email protected]", | ||
"version": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Eleventy plugin for consuming Bookshop components", | ||
"main": "main.js", | ||
"scripts": { | ||
|
@@ -21,7 +21,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"normalize-path": "^3.0.0", | ||
"safe-stable-stringify": "^2.3.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/sveltekit-bookshop", | ||
"packageManager": "[email protected]", | ||
"version": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"type": "module", | ||
"description": "SvelteKit plugin for consuming Bookshop components", | ||
"main": "main.js", | ||
|
@@ -22,7 +22,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"svelte": "^3" | ||
}, | ||
"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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -27,7 +27,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"chalk": "^5.0.1", | ||
"commander": "^9.1.0", | ||
"ejs": "^3.1.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 |
---|---|---|
|
@@ -13,10 +13,10 @@ | |
"dependencies": { | ||
"@11ty/eleventy": "1.0.0", | ||
"@11ty/eleventy-zero": "npm:@11ty/[email protected]", | ||
"@bookshop/generate": "3.3.1-beta.9", | ||
"@bookshop/init": "3.3.1-beta.9", | ||
"@bookshop/sass": "3.3.1-beta.9", | ||
"@bookshop/up": "3.3.1-beta.9", | ||
"@bookshop/generate": "3.3.1-beta.10", | ||
"@bookshop/init": "3.3.1-beta.10", | ||
"@bookshop/sass": "3.3.1-beta.10", | ||
"@bookshop/up": "3.3.1-beta.10", | ||
"@cloudcannon/reader": "latest", | ||
"@cloudcannon/svelte-connector": "^1.0.3", | ||
"@sveltejs/adapter-static": "latest", | ||
|
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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Live component renderer for editing from a CMS", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -23,15 +23,15 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@bookshop/eleventy-engine": "3.3.1-beta.9", | ||
"@bookshop/jekyll-engine": "3.3.1-beta.9", | ||
"@bookshop/eleventy-engine": "3.3.1-beta.10", | ||
"@bookshop/jekyll-engine": "3.3.1-beta.10", | ||
"ava": "^3.15.0", | ||
"jsdom": "^18.0.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/builder": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/builder": "3.3.1-beta.10", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"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": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop style importer for esbuild", | ||
"type": "module", | ||
"main": "bookshopStylePlugin.js", | ||
|
@@ -25,7 +25,7 @@ | |
"postcss-fluidvars": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"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/up", | ||
"packageManager": "[email protected]", | ||
"version": "3.3.1-beta.9", | ||
"version": "3.3.1-beta.10", | ||
"description": "Bookshop up allows you to upgrade Bookshop versions and file syntax automatically", | ||
"type": "module", | ||
"main": "main.js", | ||
|
@@ -26,7 +26,7 @@ | |
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.1-beta.9", | ||
"@bookshop/helpers": "3.3.1-beta.10", | ||
"@ltd/j-toml": "^1.30.0", | ||
"chalk": "^5.0.1", | ||
"commander": "^8.1.0", | ||
|
Oops, something went wrong.