Skip to content

Commit

Permalink
chore(v2) release 2.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Mar 17, 2023
1 parent da1d9b8 commit 0968e56
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
lookbook (2.0.0.beta.6)
lookbook (2.0.0.beta.7)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lookbook-docs",
"version": "2.0.0.beta.6",
"version": "2.0.0.beta.7",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
Expand Down
2 changes: 1 addition & 1 deletion lib/lookbook/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lookbook
VERSION = "2.0.0.beta.6"
VERSION = "2.0.0.beta.7"
end
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "lookbook",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "A native development UI for ViewComponent",
"targets": {
"app": {
Expand Down
28 changes: 14 additions & 14 deletions public/lookbook-assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7815,7 +7815,17 @@ function $12b7aa006b8a97e1$var$toCamel(s) {
}


var $52abf2efa3492135$exports = {};
var $28969a71dc98c66d$exports = {};
var $99486586f6691564$exports = {};

$parcel$defineInteropFlag($99486586f6691564$exports);

$parcel$export($99486586f6691564$exports, "default", () => $99486586f6691564$export$2e2bcd8739ae039);
function $99486586f6691564$export$2e2bcd8739ae039() {
return {};
}


var $cbd28b10fa9798c7$exports = {};

$parcel$defineInteropFlag($cbd28b10fa9798c7$exports);
Expand Down Expand Up @@ -11346,16 +11356,6 @@ function $cbd28b10fa9798c7$export$2e2bcd8739ae039() {
}


var $99486586f6691564$exports = {};

$parcel$defineInteropFlag($99486586f6691564$exports);

$parcel$export($99486586f6691564$exports, "default", () => $99486586f6691564$export$2e2bcd8739ae039);
function $99486586f6691564$export$2e2bcd8739ae039() {
return {};
}


var $47a1c62621be0c54$exports = {};

$parcel$defineInteropFlag($47a1c62621be0c54$exports);
Expand Down Expand Up @@ -12336,9 +12336,9 @@ function $6d64716f0b34fdf4$export$2e2bcd8739ae039(store) {
}


$52abf2efa3492135$exports = {
"button": $cbd28b10fa9798c7$exports,
$28969a71dc98c66d$exports = {
"code": $99486586f6691564$exports,
"button": $cbd28b10fa9798c7$exports,
"copy_button": $47a1c62621be0c54$exports,
"dimensions_display": $e398acaded942bbe$exports,
"embed_code_dropdown": $216ef7001f59f21d$exports,
Expand Down Expand Up @@ -13521,7 +13521,7 @@ const $22969b543678f572$var$prefix = window.APP_NAME;
// Components
(0, $caa9439642c6336c$export$2e2bcd8739ae039).data("app", (0, $5792afa4170ed552$export$2e2bcd8739ae039));
[
$52abf2efa3492135$exports,
$28969a71dc98c66d$exports,
$f3e1e32f4a1bd6da$exports,
$338da9a25bc5c332$exports
].forEach((scripts)=>{
Expand Down
2 changes: 1 addition & 1 deletion public/lookbook-assets/js/index.js.map

Large diffs are not rendered by default.

0 comments on commit 0968e56

Please sign in to comment.