Skip to content

Commit d32dabe

Browse files
committed
Bump version for 0.1.3
1 parent a45ed22 commit d32dabe

10 files changed

+11
-11
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
marksmith (0.1.2)
4+
marksmith (0.1.3)
55
activesupport
66
redcarpet
77

app/assets/javascripts/list_continuation_controller-full.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.2
2+
Marksmith 0.1.3
33
*/
44
var ListContinuationController = (function () {
55
'use strict';

app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.2
2+
Marksmith 0.1.3
33
*/
44
var ListContinuationController = (function (stimulus) {
55
'use strict';

app/assets/javascripts/marksmith_controller-full.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.2
2+
Marksmith 0.1.3
33
*/
44
var MarksmithController = (function () {
55
'use strict';

app/assets/javascripts/marksmith_controller-no-stimulus.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.2
2+
Marksmith 0.1.3
33
*/
44
var MarksmithController = (function (stimulus) {
55
'use strict';

app/assets/stylesheets/marksmith.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@
829829
.ms\:cursor-pointer {
830830
cursor: pointer;
831831
}
832-
.ms\:resize-y {
833-
resize: vertical;
832+
.ms\:resize-none {
833+
resize: none;
834834
}
835835
.ms\:flex-col {
836836
flex-direction: column;

dist/marksmith-core.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.2
2+
Marksmith 0.1.3
33
*/
44
import '@github/markdown-toolbar-element';
55
import { Controller } from '@hotwired/stimulus';

dist/marksmith.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.2
2+
Marksmith 0.1.3
33
*/
44
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
55
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");

lib/marksmith/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Marksmith
2-
VERSION = "0.1.2"
2+
VERSION = "0.1.3"
33
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"homepage": "https://github.com/avo-hq/marksmith",
77
"module": "app/assets/builds/marksmith.esm.js",
8-
"version": "0.1.2",
8+
"version": "0.1.3",
99
"exports": {
1010
".": "./dist/marksmith.esm.js",
1111
"./core": "./dist/marksmith-core.esm.js"

0 commit comments

Comments
 (0)