From 9a36355f8b03e0f8d85daa9225cc705fabb811a8 Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Thu, 4 Jan 2024 00:11:37 +0900 Subject: [PATCH] chore: bump version to 0.9.27 (buefy/buefy#3958) - We had a problem with GitHub Actions workflow for npm publish. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0af9cd33..08905d4e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "buefy", - "version": "0.9.26", + "version": "0.9.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "buefy", - "version": "0.9.26", + "version": "0.9.27", "license": "MIT", "dependencies": { "bulma": "0.9.4" diff --git a/package.json b/package.json index a5f285385..2d38321ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buefy", - "version": "0.9.26", + "version": "0.9.27", "homepage": "https://buefy.org", "description": "Lightweight UI components for Vue.js based on Bulma", "author": "Rafael Beraldo ",