Skip to content

Commit

Permalink
release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Nov 18, 2021
1 parent 4999330 commit 755cbbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lookbook (0.4.3)
lookbook (0.4.4)
htmlbeautifier (~> 1.3)
listen (~> 3.0)
rails (>= 5.0)
Expand Down Expand Up @@ -177,9 +177,9 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.4.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
standard (1.3.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 = "0.4.3"
VERSION = "0.4.4"
end
2 changes: 1 addition & 1 deletion 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": "0.4.3",
"version": "0.4.4",
"private": true,
"description": "A native development UI for ViewComponent",
"scripts": {
Expand Down

0 comments on commit 755cbbb

Please sign in to comment.