Skip to content

Commit

Permalink
Bump version for 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 25, 2025
1 parent 687bd97 commit e3635b8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.14)
marksmith (0.0.15)
rails (>= 7.0.0)
redcarpet

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.14
Marksmith 0.0.15
*/
var ListContinuationController = (function () {
'use strict';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.14
Marksmith 0.0.15
*/
var ListContinuationController = (function (stimulus) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/marksmith_controller-full.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.14
Marksmith 0.0.15
*/
var MarksmithController = (function () {
'use strict';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.14
Marksmith 0.0.15
*/
var MarksmithController = (function (stimulus) {
'use strict';
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.14
Marksmith 0.0.15
*/
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.14
Marksmith 0.0.15
*/
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.14"
VERSION = "0.0.15"
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.14",
"version": "0.0.15",
"exports": {
".": "./dist/marksmith.esm.js",
"./core": "./dist/marksmith-core.esm.js"
Expand Down

0 comments on commit e3635b8

Please sign in to comment.