Skip to content

Commit ef8a796

Browse files
committed
Bump version for 0.3.0
1 parent ad604b9 commit ef8a796

10 files changed

+15
-9
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.2.2)
4+
marksmith (0.3.0)
55
activesupport
66

77
GEM

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.2.2
2+
Marksmith 0.3.0
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.2.2
2+
Marksmith 0.3.0
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.2.2
2+
Marksmith 0.3.0
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.2.2
2+
Marksmith 0.3.0
33
*/
44
var MarksmithController = (function (stimulus) {
55
'use strict';

app/assets/stylesheets/marksmith.css

+6
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,9 @@
803803
.ms\:inline {
804804
display: inline;
805805
}
806+
.ms\:field-sizing-content {
807+
field-sizing: content;
808+
}
806809
.ms\:size-4 {
807810
width: calc(var(--ms-spacing) * 4);
808811
height: calc(var(--ms-spacing) * 4);
@@ -811,6 +814,9 @@
811814
width: 100%;
812815
height: 100%;
813816
}
817+
.ms\:min-h-60 {
818+
min-height: calc(var(--ms-spacing) * 60);
819+
}
814820
.ms\:w-full {
815821
width: 100%;
816822
}

dist/marksmith-core.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.2.2
2+
Marksmith 0.3.0
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.2.2
2+
Marksmith 0.3.0
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.2.2"
2+
VERSION = "0.3.0"
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.2.2",
8+
"version": "0.3.0",
99
"exports": {
1010
".": "./dist/marksmith.esm.js",
1111
"./core": "./dist/marksmith-core.esm.js"

0 commit comments

Comments
 (0)