Skip to content

Commit

Permalink
Bump version for 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 23, 2025
1 parent 84ed6a4 commit 0441533
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 23 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.11)
marksmith (0.0.12)
rails (>= 7.0.0)
redcarpet

Expand Down
18 changes: 0 additions & 18 deletions app/assets/stylesheets/marksmith.css
Original file line number Diff line number Diff line change
Expand Up @@ -870,12 +870,6 @@
--tw-border-style: none;
border-style: none;
}
.ms\:border-neutral-100 {
border-color: var(--ms-color-neutral-100);
}
.ms\:border-neutral-200 {
border-color: var(--ms-color-neutral-200);
}
.ms\:border-neutral-300 {
border-color: var(--ms-color-neutral-300);
}
Expand Down Expand Up @@ -988,11 +982,6 @@
border-color: var(--ms-color-neutral-400);
}
}
.ms\:focus-within\:border-neutral-500 {
&:focus-within {
border-color: var(--ms-color-neutral-500);
}
}
.ms\:hover\:bg-neutral-100 {
&:hover {
@media (hover: hover) {
Expand All @@ -1014,13 +1003,6 @@
}
}
}
.ms\:hover\:underline {
&:hover {
@media (hover: hover) {
text-decoration-line: underline;
}
}
}
.ms\:focus\:ring-0 {
&:focus {
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
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.11
Marksmith 0.0.12
*/
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.11
Marksmith 0.0.12
*/
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.11"
VERSION = "0.0.12"
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.11",
"version": "0.0.12",
"exports": {
".": "./dist/marksmith.esm.js",
"./core": "./dist/marksmith-core.esm.js"
Expand Down

0 comments on commit 0441533

Please sign in to comment.