Skip to content

Commit

Permalink
Bump version to 9.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Feb 6, 2025
1 parent 844aa65 commit ae4e8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0.alpha
9.0.0.beta1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blacklight-frontend",
"version": "9.0.0-alpha",
"version": "9.0.0-beta1",
"description": "The frontend code and styles for Blacklight",
"exports": {
"./blacklight.esm.js": "./app/assets/javascripts/blacklight/blacklight.esm.js",
Expand All @@ -10,7 +10,7 @@
"require": "./app/assets/javascripts/blacklight.js"
},
"./*": "./app/javascript/blacklight-frontend/*.js"
},
},
"type": "module",
"scripts": {
"build": "sass ./app/assets/stylesheets/blacklight/build.scss:./app/assets/builds/blacklight.css --no-source-map --load-path=node_modules --quiet-deps",
Expand Down

0 comments on commit ae4e8fd

Please sign in to comment.