Skip to content

Commit

Permalink
chore(main) release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Nov 20, 2022
1 parent 59d6dcd commit ae1bb5a
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lookbook (1.3.4)
lookbook (1.4.0)
actioncable
activemodel
css_parser
Expand Down
2 changes: 1 addition & 1 deletion app/components/lookbook/nav/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize(tree:, id: nil, **attrs)

def items
tree.map do |node|
item_class = node.type == :directory ? Nav::Directory::Component : Nav::Entity::Component
item_class = (node.type == :directory) ? Nav::Directory::Component : Nav::Entity::Component
lookbook_render item_class.new node, nav_id: id
end
end
Expand Down
2 changes: 1 addition & 1 deletion app/components/lookbook/nav/item/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def children?
end

def render_item(node)
item_class = node.type == :directory ? Nav::Directory::Component : Nav::Entity::Component
item_class = (node.type == :directory) ? Nav::Directory::Component : Nav::Entity::Component
lookbook_render item_class.new node, nav_id: nav_id
end

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": "1.3.4",
"version": "1.4.0",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lookbook (1.3.4)
lookbook (1.4.0)
actioncable
activemodel
css_parser
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lookbook (1.3.4)
lookbook (1.4.0)
actioncable
activemodel
css_parser
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lookbook (1.3.4)
lookbook (1.4.0)
actioncable
activemodel
css_parser
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 = "1.3.4"
VERSION = "1.4.0"
end
2 changes: 1 addition & 1 deletion lookbook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ViewComponent/lookbook"
spec.summary = "A native development UI for ViewComponent"
spec.license = "MIT"
spec.metadata = { "rubygems_mfa_required" => "true" }
spec.metadata = {"rubygems_mfa_required" => "true"}

spec.files = Dir["{app,config,lib,public}/**/*", "LICENSE.txt", "README.md"]
spec.require_paths = ["lib"]
Expand Down
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": "1.3.4",
"version": "1.4.0",
"description": "A native development UI for ViewComponent",
"targets": {
"app": {
Expand Down
28 changes: 14 additions & 14 deletions public/lookbook-assets/js/lookbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -7705,7 +7705,7 @@ function $5439cede634b2921$var$toCamel(s) {
}


var $cf5e0863b2775ac3$exports = {};
var $4ae691aa3fe187ba$exports = {};
var $cbd28b10fa9798c7$exports = {};

$parcel$defineInteropFlag($cbd28b10fa9798c7$exports);
Expand Down Expand Up @@ -11228,6 +11228,16 @@ 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 @@ -11317,16 +11327,6 @@ function $e398acaded942bbe$export$2e2bcd8739ae039(targetSelector) {
}


var $99486586f6691564$exports = {};

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

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


var $e1f51f020443edd4$exports = {};

$parcel$defineInteropFlag($e1f51f020443edd4$exports);
Expand Down Expand Up @@ -13078,11 +13078,11 @@ function $6d64716f0b34fdf4$export$2e2bcd8739ae039(store) {
}


$cf5e0863b2775ac3$exports = {
$4ae691aa3fe187ba$exports = {
"button": $cbd28b10fa9798c7$exports,
"code": $99486586f6691564$exports,
"copy_button": $47a1c62621be0c54$exports,
"dimensions_display": $e398acaded942bbe$exports,
"code": $99486586f6691564$exports,
"embed": $e1f51f020443edd4$exports,
"filter": $e9904a14dabf652d$exports,
"icon": $36506012e0c6e9e3$exports,
Expand Down Expand Up @@ -13379,7 +13379,7 @@ const $d73574cc5e9b9e72$var$prefix = window.APP_NAME;
// Components
(0, $caa9439642c6336c$export$2e2bcd8739ae039).data("app", (0, $d709d0f4027033b2$export$2e2bcd8739ae039));
[
$cf5e0863b2775ac3$exports,
$4ae691aa3fe187ba$exports,
$fe98e3f2bf49b28f$exports,
$6c10158820e535ef$exports
].forEach((scripts)=>{
Expand Down
2 changes: 1 addition & 1 deletion public/lookbook-assets/js/lookbook.js.map

Large diffs are not rendered by default.

0 comments on commit ae1bb5a

Please sign in to comment.