Skip to content

Commit

Permalink
build: releasing 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Feb 25, 2022
1 parent dc8cedd commit caea7e4
Show file tree
Hide file tree
Showing 23 changed files with 124 additions and 96 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [2.6.0](https://github.com/CloudCannon/bookshop/compare/v2.5.0...v2.6.0) (2022-02-25)


### Bug Fixes

* bookshop tags can now be broken up onto multiple lines in all ssgs ([9ea3462](https://github.com/CloudCannon/bookshop/commit/9ea346243fc7a193234077e1d8bef4b4a7c9db8c))
* bookshop tags can now be called without props in all ssgs ([3e370e8](https://github.com/CloudCannon/bookshop/commit/3e370e8a77612573a76c04b4a228560ef3e6f10b))
* **browser:** prevent compression of the bookshop browser javascript ([ba132d9](https://github.com/CloudCannon/bookshop/commit/ba132d9955667e6e89b4e60ff1867f6706950887))
* **hugo:** components passed params directly would not get a binding ([77ec44b](https://github.com/CloudCannon/bookshop/commit/77ec44b7f69f673d3eb4a4480311e90091f7b469))
* **hugo:** hugo partials passed only a string would error in live editor ([8ae7e67](https://github.com/CloudCannon/bookshop/commit/8ae7e677365e8912a74836e0903a465a3efa82cb))
* **hugo:** improve complex templating support in the live editor ([5706627](https://github.com/CloudCannon/bookshop/commit/5706627d8bfecdffeaa540dc3bca9cad71bba1ea))
* **hugo:** iterating over a map now works correctly when live editing ([408573f](https://github.com/CloudCannon/bookshop/commit/408573f6df15a95fddff3cd28ed687d49aba223b))
* **hugo:** reduce errors when using assigned variables in components ([e6a85c2](https://github.com/CloudCannon/bookshop/commit/e6a85c2c33acb419f2ba750f4f1f6e51c3178ca7))
* **live:** downgrade data binding errors to console warnings ([66e9dfe](https://github.com/CloudCannon/bookshop/commit/66e9dfeee65de9adf4a0df374c590c12f260619a))


### Features

* **generate:** add flags to skip default steps ([8660328](https://github.com/CloudCannon/bookshop/commit/86603282265c8f1c88cfaa4221ec5ac021cd8c3e))
* **live:** opt-out of live rendering with the live_render flag in props ([939be4c](https://github.com/CloudCannon/bookshop/commit/939be4cb4b0b16133ae96184773887b847f33165))


### Performance Improvements

* **live:** improve performance by throttling renders ([c34e2d4](https://github.com/CloudCannon/bookshop/commit/c34e2d401b27f3c377c17c19f2d3c49efbff9cb5))



# [2.5.0](https://github.com/CloudCannon/bookshop/compare/v2.4.2...v2.5.0) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion bookshop-packages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.6.0",
"custom": {
"javascript-modules/engines/hugo-engine/hugo-renderer": {
"versionFile": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CloudCannonJekyllBookshop
VERSION = "2.5.0"
VERSION = "2.6.0"
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllBookshop
VERSION = "2.5.0"
VERSION = "2.6.0"
end
6 changes: 3 additions & 3 deletions javascript-modules/bookshop-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/sass",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Standalone sass compiler for Bookshop",
"type": "module",
"main": "main.js",
Expand All @@ -25,8 +25,8 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/builder": "2.5.0",
"@bookshop/helpers": "2.5.0",
"@bookshop/builder": "2.6.0",
"@bookshop/helpers": "2.6.0",
"commander": "^8.1.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions javascript-modules/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/browser",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Component browser for bookshop components",
"type": "module",
"main": "main.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/builder": "2.5.0",
"@bookshop/helpers": "2.5.0",
"@bookshop/builder": "2.6.0",
"@bookshop/helpers": "2.6.0",
"@codemirror/basic-setup": "^0.18.2",
"@codemirror/commands": "^0.18.3",
"@codemirror/legacy-modes": "^0.18.1",
Expand Down
8 changes: 4 additions & 4 deletions javascript-modules/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/builder",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "esbuild wrapper for bringing bookshop components and engines throught to a frontend",
"type": "module",
"main": "main.js",
Expand All @@ -19,13 +19,13 @@
"access": "public"
},
"devDependencies": {
"@bookshop/jekyll-engine": "2.5.0",
"@bookshop/jekyll-engine": "2.6.0",
"ava": "^3.15.0",
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/styles": "2.5.0",
"@bookshop/helpers": "2.6.0",
"@bookshop/styles": "2.6.0",
"esbuild": "^0.13.10",
"fast-glob": "^3.2.7",
"normalize-path": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/cloudcannon-structures/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/cloudcannon-structures",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Convert a Bookshop object into a CloudCannon structure",
"main": "main.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"devDependencies": {
"@bookshop/toml-narrator": "2.5.0",
"@bookshop/toml-narrator": "2.6.0",
"@ltd/j-toml": "^1.17.0",
"ava": "^3.15.0",
"nyc": "^15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/engines/eleventy-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/eleventy-engine",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop frontend Eleventy renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"esbuild": "^0.13.10",
"liquidjs": "9.28.0",
"slugify": "^1.5.3"
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/engines/hugo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/hugo-engine",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop frontend Hugo renderer",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"esbuild": "^0.13.10",
"liquidjs": "9.28.0"
},
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/engines/jekyll-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/jekyll-engine",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop frontend Jekyll renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"esbuild": "^0.13.10",
"js-base64": "^3.6.1",
"kramed": "^0.5.6",
Expand Down
6 changes: 3 additions & 3 deletions javascript-modules/engines/svelte-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/svelte-engine",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop frontend Svelte renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"devDependencies": {
"@bookshop/builder": "2.5.0",
"@bookshop/helpers": "2.5.0",
"@bookshop/builder": "2.6.0",
"@bookshop/helpers": "2.6.0",
"ava": "^3.15.0",
"nyc": "^15.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion javascript-modules/gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/gen",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "src/index.js",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions javascript-modules/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/generate",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop generate powers rich editing experiences on your Bookshop website",
"type": "module",
"main": "main.js",
Expand All @@ -26,12 +26,12 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/browser": "2.5.0",
"@bookshop/builder": "2.5.0",
"@bookshop/cloudcannon-structures": "2.5.0",
"@bookshop/helpers": "2.5.0",
"@bookshop/live": "2.5.0",
"@bookshop/toml-narrator": "2.5.0",
"@bookshop/browser": "2.6.0",
"@bookshop/builder": "2.6.0",
"@bookshop/cloudcannon-structures": "2.6.0",
"@bookshop/helpers": "2.6.0",
"@bookshop/live": "2.6.0",
"@bookshop/toml-narrator": "2.6.0",
"@ltd/j-toml": "^1.17.0",
"commander": "^8.1.0",
"fast-glob": "^3.2.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/cloudcannon-eleventy-bookshop",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Eleventy plugin for generating CloudCannon Array Structures from Bookshop components",
"main": "main.js",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/cloudcannon-structures": "2.5.0",
"@bookshop/helpers": "2.5.0",
"@bookshop/toml-narrator": "2.5.0",
"@bookshop/cloudcannon-structures": "2.6.0",
"@bookshop/helpers": "2.6.0",
"@bookshop/toml-narrator": "2.6.0",
"@ltd/j-toml": "^1.17.0",
"fast-glob": "^3.2.7",
"normalize-path": "^3.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/eleventy-bookshop",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Eleventy plugin for consuming Bookshop components",
"main": "main.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"normalize-path": "^3.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion javascript-modules/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/helpers",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"type": "module",
"main": "main.js",
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/init",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "src/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"ejs": "^3.1.6",
"yargs": "^17.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions javascript-modules/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"@11ty/eleventy": "1.0.0",
"@11ty/eleventy-zero": "npm:@11ty/eleventy@0.12.1",
"@bookshop/generate": "2.5.0",
"@bookshop/init": "2.5.0",
"@bookshop/sass": "2.5.0",
"@bookshop/generate": "2.6.0",
"@bookshop/init": "2.6.0",
"@bookshop/sass": "2.6.0",
"cloudcannon-hugo": "0.12.5",
"eleventy-plugin-cloudcannon": "^0.0.17",
"get-port": "^6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions javascript-modules/live/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/live",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Live component renderer for editing from a CMS",
"type": "module",
"main": "main.js",
Expand All @@ -23,15 +23,15 @@
"access": "public"
},
"devDependencies": {
"@bookshop/eleventy-engine": "2.5.0",
"@bookshop/jekyll-engine": "2.5.0",
"@bookshop/eleventy-engine": "2.6.0",
"@bookshop/jekyll-engine": "2.6.0",
"ava": "^3.15.0",
"jsdom": "^18.0.0",
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/builder": "2.5.0",
"@bookshop/helpers": "2.5.0",
"@bookshop/builder": "2.6.0",
"@bookshop/helpers": "2.6.0",
"commander": "^8.1.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions javascript-modules/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/styles",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Bookshop style importer for esbuild",
"type": "module",
"main": "bookshopStylePlugin.js",
Expand All @@ -25,7 +25,7 @@
"postcss-fluidvars": "^1.1.2"
},
"dependencies": {
"@bookshop/helpers": "2.5.0",
"@bookshop/helpers": "2.6.0",
"fast-glob": "^3.2.7",
"normalize-path": "^3.0.0",
"postcss": "^8.3.6",
Expand Down
2 changes: 1 addition & 1 deletion javascript-modules/toml-narrator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/toml-narrator",
"packageManager": "yarn@3.0.0",
"version": "2.5.0",
"version": "2.6.0",
"description": "Rewrite Bookshop TOML files to preserve comments",
"main": "main.js",
"scripts": {
Expand Down
Loading

0 comments on commit caea7e4

Please sign in to comment.