From c1176c0900d4a2ac99ed68645b4fa33d0b9578c6 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Fri, 21 Feb 2025 16:30:27 +0200 Subject: [PATCH] Bump version for 0.2.2 --- Gemfile.lock | 2 +- app/assets/javascripts/list_continuation_controller-full.esm.js | 2 +- .../javascripts/list_continuation_controller-no-stimulus.esm.js | 2 +- app/assets/javascripts/marksmith_controller-full.esm.js | 2 +- app/assets/javascripts/marksmith_controller-no-stimulus.esm.js | 2 +- dist/marksmith-core.esm.js | 2 +- dist/marksmith.esm.js | 2 +- lib/marksmith/version.rb | 2 +- package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72bc6f7..7ea8b73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - marksmith (0.2.1) + marksmith (0.2.2) activesupport GEM diff --git a/app/assets/javascripts/list_continuation_controller-full.esm.js b/app/assets/javascripts/list_continuation_controller-full.esm.js index 145ef61..3260d8a 100644 --- a/app/assets/javascripts/list_continuation_controller-full.esm.js +++ b/app/assets/javascripts/list_continuation_controller-full.esm.js @@ -1,5 +1,5 @@ /*! -Marksmith 0.2.1 +Marksmith 0.2.2 */ var ListContinuationController = (function () { 'use strict'; diff --git a/app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js b/app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js index 76936f8..a9e5d45 100644 --- a/app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js +++ b/app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js @@ -1,5 +1,5 @@ /*! -Marksmith 0.2.1 +Marksmith 0.2.2 */ var ListContinuationController = (function (stimulus) { 'use strict'; diff --git a/app/assets/javascripts/marksmith_controller-full.esm.js b/app/assets/javascripts/marksmith_controller-full.esm.js index ff9eccb..f81b07c 100644 --- a/app/assets/javascripts/marksmith_controller-full.esm.js +++ b/app/assets/javascripts/marksmith_controller-full.esm.js @@ -1,5 +1,5 @@ /*! -Marksmith 0.2.1 +Marksmith 0.2.2 */ var MarksmithController = (function () { 'use strict'; diff --git a/app/assets/javascripts/marksmith_controller-no-stimulus.esm.js b/app/assets/javascripts/marksmith_controller-no-stimulus.esm.js index 1f770e5..ca98e01 100644 --- a/app/assets/javascripts/marksmith_controller-no-stimulus.esm.js +++ b/app/assets/javascripts/marksmith_controller-no-stimulus.esm.js @@ -1,5 +1,5 @@ /*! -Marksmith 0.2.1 +Marksmith 0.2.2 */ var MarksmithController = (function (stimulus) { 'use strict'; diff --git a/dist/marksmith-core.esm.js b/dist/marksmith-core.esm.js index 2d84739..c031611 100644 --- a/dist/marksmith-core.esm.js +++ b/dist/marksmith-core.esm.js @@ -1,5 +1,5 @@ /*! -Marksmith 0.2.1 +Marksmith 0.2.2 */ import '@github/markdown-toolbar-element'; import { Controller } from '@hotwired/stimulus'; diff --git a/dist/marksmith.esm.js b/dist/marksmith.esm.js index 5985ae5..b938e5a 100644 --- a/dist/marksmith.esm.js +++ b/dist/marksmith.esm.js @@ -1,5 +1,5 @@ /*! -Marksmith 0.2.1 +Marksmith 0.2.2 */ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); diff --git a/lib/marksmith/version.rb b/lib/marksmith/version.rb index ddb52b2..778e72f 100644 --- a/lib/marksmith/version.rb +++ b/lib/marksmith/version.rb @@ -1,3 +1,3 @@ module Marksmith - VERSION = "0.2.1" + VERSION = "0.2.2" end diff --git a/package.json b/package.json index 2d7f9b4..5094396 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "homepage": "https://github.com/avo-hq/marksmith", "module": "app/assets/builds/marksmith.esm.js", - "version": "0.2.1", + "version": "0.2.2", "exports": { ".": "./dist/marksmith.esm.js", "./core": "./dist/marksmith-core.esm.js"