Skip to content

Commit

Permalink
chore(v2) release 2.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Mar 21, 2023
1 parent 40c7c5e commit 0a8f726
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.7)
lookbook (2.0.0.beta.8)
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.7",
"version": "2.0.0.beta.8",
"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.7"
VERSION = "2.0.0.beta.8"
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.7",
"version": "2.0.0-beta.8",
"description": "A native development UI for ViewComponent",
"targets": {
"app": {
Expand Down

0 comments on commit 0a8f726

Please sign in to comment.