From a3c6b764591a884e06ce353c38371328ae627ff3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:54:57 +0000 Subject: [PATCH] chore(main): release 2.18.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34e5b0..c86ee2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.18.0](https://github.com/leviat-tech/concrete/compare/v2.17.0...v2.18.0) (2024-02-12) + + +### Features + +* enable ub and sup script for input labels ([#255](https://github.com/leviat-tech/concrete/issues/255)) ([57be9ba](https://github.com/leviat-tech/concrete/commit/57be9baa422e15fab32efd72f8994e1e811e783a)) + + +### Bug Fixes + +* add g/m3 and kg/m3 to units ([535a14b](https://github.com/leviat-tech/concrete/commit/535a14b5652462ca1d2ecd35a680a1f12cb767fd)) + ## [2.17.0](https://github.com/leviat-tech/concrete/compare/v2.16.0...v2.17.0) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index 6c73978..7140467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crhio/concrete", - "version": "2.17.0", + "version": "2.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@crhio/concrete", - "version": "2.17.0", + "version": "2.18.0", "dependencies": { "@crhio/leviat-tailwind-configuration": "^1.0.0", "@headlessui/tailwindcss": "^0.1.0", diff --git a/package.json b/package.json index bb1e42c..5a24171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@crhio/concrete", - "version": "2.17.0", + "version": "2.18.0", "main": "src/index.js", "scripts": { "dev": "vite",