Skip to content

Commit

Permalink
Bump version for 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 23, 2025
1 parent bd49541 commit c55de90
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
marksmith (0.0.12)
marksmith (0.0.13)
rails (>= 7.0.0)
redcarpet

Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/marksmith.css
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,9 @@
margin-bottom: 0;
}
}
.ms\:block {
display: block;
}
.ms\:flex {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/marksmith-core.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.12
Marksmith 0.0.13
*/
import '@github/markdown-toolbar-element';
import { Controller } from '@hotwired/stimulus';
Expand Down
2 changes: 1 addition & 1 deletion dist/marksmith.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.12
Marksmith 0.0.13
*/
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
Expand Down
2 changes: 1 addition & 1 deletion lib/marksmith/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Marksmith
VERSION = "0.0.12"
VERSION = "0.0.13"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://github.com/avo-hq/marksmith",
"module": "app/assets/builds/marksmith.esm.js",
"version": "0.0.12",
"version": "0.0.13",
"exports": {
".": "./dist/marksmith.esm.js",
"./core": "./dist/marksmith-core.esm.js"
Expand Down

0 comments on commit c55de90

Please sign in to comment.