Skip to content

Commit

Permalink
chore(main) release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Nov 23, 2023
1 parent d65f6a8 commit 1ddc4f7
Show file tree
Hide file tree
Showing 13 changed files with 1,205 additions and 1,084 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.1.1)
lookbook (2.2.0)
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.1.1",
"version": "2.2.0",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_components/lookbook_docs/screenshot/component.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
}

&.shadow-xl {
box-shadow: 0px 1.2px 4px -7px rgba(0, 0, 0, 0.045),
box-shadow:
0px 1.2px 4px -7px rgba(0, 0, 0, 0.045),
0px 3px 10.2px -7px rgba(0, 0, 0, 0.066),
0px 6.1px 19.8px -7px rgba(0, 0, 0, 0.083),
0px 11.6px 35.4px -7px rgba(0, 0, 0, 0.099),
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.1.1"
VERSION = "2.2.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": "2.1.1",
"version": "2.2.0",
"description": "A native development UI for ViewComponent",
"targets": {
"app": {
Expand Down
Loading

0 comments on commit 1ddc4f7

Please sign in to comment.