Skip to content

Commit

Permalink
chore(main) release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Nov 6, 2022
1 parent fa46bdc commit 142b9e0
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lookbook (1.2.1)
lookbook (1.3.0)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.74.1)
view_component (2.75.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
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.2.1",
"version": "1.3.0",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1)
lookbook (1.3.0)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (2.3.0)
view_component (2.74.1)
view_component (2.75.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1)
lookbook (1.3.0)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.74.1)
view_component (2.75.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1)
lookbook (1.3.0)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.74.1)
view_component (2.75.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
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.2.1"
VERSION = "1.3.0"
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": "1.2.1",
"version": "1.3.0",
"description": "A native development UI for ViewComponent",
"targets": {
"app": {
Expand Down
10 changes: 3 additions & 7 deletions public/lookbook-assets/css/lookbook.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/lookbook-assets/css/lookbook.css.map

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions public/lookbook-assets/js/lookbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,15 @@ var $caa9439642c6336c$var$directiveOrder = [
"ref",
"data",
"id",
"tabs",
"radio",
"tabs",
"switch",
"disclosure",
"menu",
"listbox",
"list",
"item",
"combobox",
"bind",
"init",
"for",
Expand Down Expand Up @@ -1365,7 +1370,7 @@ var $caa9439642c6336c$var$Alpine = {
get raw () {
return $caa9439642c6336c$var$raw;
},
version: "3.10.4",
version: "3.10.5",
flushAndStopDeferringMutations: $caa9439642c6336c$var$flushAndStopDeferringMutations,
dontAutoEvaluateFunctions: $caa9439642c6336c$var$dontAutoEvaluateFunctions,
disableEffectScheduling: $caa9439642c6336c$var$disableEffectScheduling,
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 142b9e0

Please sign in to comment.