Skip to content

Commit

Permalink
build: releasing 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcannon-oss[bot] committed Jun 6, 2023
1 parent 677d0b9 commit e95ded0
Show file tree
Hide file tree
Showing 30 changed files with 127 additions and 125 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## Unreleased

## v3.6.1 (June 6, 2023)

* Improved error handling for Astro Bookshop sites.
* Fixed a bug which could cause incorrect component data-bindings for Astro sites.
* Fixed Bookshop metadata not being correctly removed from Astro components in some cases.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifdef::env-github[]
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:version: 3.6.0
:version: 3.6.1

https://github.com/CloudCannon/bookshop/actions/workflows/integration-test.yml[image:https://github.com/CloudCannon/bookshop/actions/workflows/integration-test.yml/badge.svg?branch=main&event=push[Integration Test Status]]
https://github.com/CloudCannon/bookshop/actions/workflows/test-node.yml[image:https://github.com/CloudCannon/bookshop/actions/workflows/test-node.yml/badge.svg?branch=main&event=push[Javascript Test Status]]
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": "3.6.0",
"version": "3.6.1",
"custom": {
"javascript-modules/engines/hugo-engine/full-hugo-renderer": {
"versionFile": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def render_once_found(context, file)

# If this component is not a subcomponent,
# we also drop in some site metadata here so that it can be used in the render.
version = "3.6.0"
version = "3.6.1"
meta_comment = context["__bookshop__nested"] ? "" : "<!--bookshop-live meta(version=\"#{version}\" baseurl=\"#{site.baseurl}\" title=\"#{site.config["title"]&.gsub('"', '\"') || ""}\") -->\n"

context.stack do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllBookshop
VERSION = "3.6.0"
VERSION = "3.6.1"
end
2 changes: 1 addition & 1 deletion guides/eleventy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:toc:
:toclevels: 3
:toc-placement!:
:version: 3.6.0
:version: 3.6.1

ifdef::env-github[]
:tip-caption: :bulb:
Expand Down
2 changes: 1 addition & 1 deletion guides/hugo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:toc:
:toclevels: 3
:toc-placement!:
:version: 3.6.0
:version: 3.6.1

ifdef::env-github[]
:tip-caption: :bulb:
Expand Down
2 changes: 1 addition & 1 deletion guides/jekyll.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:toc:
:toclevels: 3
:toc-placement!:
:version: 3.6.0
:version: 3.6.1

ifdef::env-github[]
:tip-caption: :bulb:
Expand Down
2 changes: 1 addition & 1 deletion guides/sveltekit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:toc:
:toclevels: 3
:toc-placement!:
:version: 3.6.0
:version: 3.6.1

ifdef::env-github[]
:tip-caption: :bulb:
Expand Down
2 changes: 1 addition & 1 deletion hugo/v3/core/bookshop_bindings.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Expects one argument, a string to use as the data binding in CloudCannon
*/}}

{{- (printf `<!--bookshop-live meta(version: "3.6.0" baseurl: "%s" copyright: "%s" title: "%s")-->` site.BaseURL site.Copyright site.Title) | safeHTML }}
{{- (printf `<!--bookshop-live meta(version: "3.6.1" baseurl: "%s" copyright: "%s" title: "%s")-->` site.BaseURL site.Copyright site.Title) | safeHTML }}
{{ $is_string := eq "string" (printf "%T" .) -}}

{{- if $is_string -}}
Expand Down
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": "3.6.0",
"version": "3.6.1",
"description": "Standalone sass compiler for Bookshop",
"type": "module",
"main": "main.js",
Expand All @@ -25,8 +25,8 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/builder": "3.6.0",
"@bookshop/helpers": "3.6.0",
"@bookshop/builder": "3.6.1",
"@bookshop/helpers": "3.6.1",
"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": "3.6.0",
"version": "3.6.1",
"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": "3.6.0",
"@bookshop/helpers": "3.6.0",
"@bookshop/builder": "3.6.1",
"@bookshop/helpers": "3.6.1",
"@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": "3.6.0",
"version": "3.6.1",
"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": "3.6.0",
"@bookshop/jekyll-engine": "3.6.1",
"ava": "^3.15.0",
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/styles": "3.6.0",
"@bookshop/helpers": "3.6.1",
"@bookshop/styles": "3.6.1",
"esbuild": "^0.13.10",
"fast-glob": "^3.2.7",
"normalize-path": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions javascript-modules/engines/astro-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/astro-engine",
"packageManager": "yarn@3.0.0",
"version": "3.6.0",
"version": "3.6.1",
"description": "Bookshop frontend Astro renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -25,15 +25,15 @@
"access": "public"
},
"devDependencies": {
"@bookshop/builder": "3.6.0",
"@bookshop/helpers": "3.6.0",
"@bookshop/builder": "3.6.1",
"@bookshop/helpers": "3.6.1",
"ava": "^3.15.0",
"nyc": "^15.1.0"
},
"dependencies": {
"@astrojs/compiler": "^1.0.1",
"@bookshop/astro-bookshop": "3.6.0",
"@bookshop/vite-plugin-astro-bookshop": "3.6.0",
"@bookshop/astro-bookshop": "3.6.1",
"@bookshop/vite-plugin-astro-bookshop": "3.6.1",
"astro": "^2.0.4",
"esbuild": "^0.13.15",
"vite": "^4.2.1"
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": "3.6.0",
"version": "3.6.1",
"description": "Bookshop frontend Eleventy renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/helpers": "3.6.1",
"esbuild": "^0.13.10",
"liquidjs": "9.28.0",
"markdown-it": "^13.0.1",
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": "3.6.0",
"version": "3.6.1",
"description": "Bookshop frontend Hugo renderer",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -31,7 +31,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/helpers": "3.6.1",
"esbuild": "^0.13.10",
"fflate": "^0.7.3",
"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": "3.6.0",
"version": "3.6.1",
"description": "Bookshop frontend Jekyll renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/helpers": "3.6.1",
"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": "3.6.0",
"version": "3.6.1",
"description": "Bookshop frontend Svelte renderer",
"type": "module",
"sideEffects": false,
Expand All @@ -25,8 +25,8 @@
"access": "public"
},
"devDependencies": {
"@bookshop/builder": "3.6.0",
"@bookshop/helpers": "3.6.0",
"@bookshop/builder": "3.6.1",
"@bookshop/helpers": "3.6.1",
"ava": "^3.15.0",
"nyc": "^15.1.0"
},
Expand Down
10 changes: 5 additions & 5 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": "3.6.0",
"version": "3.6.1",
"description": "Bookshop generate powers rich editing experiences on your Bookshop website",
"type": "module",
"main": "main.js",
Expand All @@ -26,10 +26,10 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/browser": "3.6.0",
"@bookshop/builder": "3.6.0",
"@bookshop/helpers": "3.6.0",
"@bookshop/live": "3.6.0",
"@bookshop/browser": "3.6.1",
"@bookshop/builder": "3.6.1",
"@bookshop/helpers": "3.6.1",
"@bookshop/live": "3.6.1",
"@ltd/j-toml": "^1.30.0",
"chalk": "^5.0.1",
"commander": "^8.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/astro-bookshop",
"packageManager": "yarn@3.0.0",
"version": "3.6.0",
"version": "3.6.1",
"type": "module",
"description": "Astro plugin for consuming Bookshop components",
"exports": {
Expand All @@ -28,8 +28,8 @@
},
"dependencies": {
"@astrojs/react": "^2.1.0",
"@bookshop/helpers": "3.6.0",
"@bookshop/vite-plugin-astro-bookshop": "3.6.0",
"@bookshop/helpers": "3.6.1",
"@bookshop/vite-plugin-astro-bookshop": "3.6.1",
"@cloudcannon/remark-auto-import": "^1.0.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/vite-plugin-astro-bookshop",
"packageManager": "yarn@3.0.0",
"version": "3.6.0",
"version": "3.6.1",
"type": "module",
"description": "Astro plugin for consuming Bookshop components",
"main": "main.js",
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": "3.6.0",
"version": "3.6.1",
"description": "Eleventy plugin for consuming Bookshop components",
"main": "main.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/helpers": "3.6.1",
"normalize-path": "^3.0.0",
"safe-stable-stringify": "^2.3.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bookshop/sveltekit-bookshop",
"packageManager": "yarn@3.0.0",
"version": "3.6.0",
"version": "3.6.1",
"type": "module",
"description": "SvelteKit plugin for consuming Bookshop components",
"main": "main.js",
Expand All @@ -22,7 +22,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/helpers": "3.6.1",
"svelte": "^3"
},
"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": "3.6.0",
"version": "3.6.1",
"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": "3.6.0",
"version": "3.6.1",
"description": "",
"type": "module",
"main": "main.js",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@bookshop/helpers": "3.6.0",
"@bookshop/helpers": "3.6.1",
"chalk": "^5.0.1",
"commander": "^9.1.0",
"ejs": "^3.1.6",
Expand Down
20 changes: 10 additions & 10 deletions javascript-modules/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@astrojs/mdx": "^0",
"@astrojs/react": "^1",
"@babel/generator": "^7",
"@bookshop/astro-engine": "3.6.0",
"@bookshop/eleventy-engine": "3.6.0",
"@bookshop/generate": "3.6.0",
"@bookshop/hugo-engine": "3.6.0",
"@bookshop/init": "3.6.0",
"@bookshop/jekyll-engine": "3.6.0",
"@bookshop/sass": "3.6.0",
"@bookshop/svelte-engine": "3.6.0",
"@bookshop/up": "3.6.0",
"@bookshop/vite-plugin-astro-bookshop": "3.6.0",
"@bookshop/astro-engine": "3.6.1",
"@bookshop/eleventy-engine": "3.6.1",
"@bookshop/generate": "3.6.1",
"@bookshop/hugo-engine": "3.6.1",
"@bookshop/init": "3.6.1",
"@bookshop/jekyll-engine": "3.6.1",
"@bookshop/sass": "3.6.1",
"@bookshop/svelte-engine": "3.6.1",
"@bookshop/up": "3.6.1",
"@bookshop/vite-plugin-astro-bookshop": "3.6.1",
"@cloudcannon/filer": "latest",
"@cloudcannon/reader": "latest",
"@cloudcannon/remark-auto-import": "latest",
Expand Down
Loading

0 comments on commit e95ded0

Please sign in to comment.