From fe0eb22467d7db0fb3bdc4010632ab78fe063888 Mon Sep 17 00:00:00 2001 From: ingvilddev <72200992+ingvilddev@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:25:26 +0200 Subject: [PATCH] Release major 15.0.0 --- 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 b3be789..db10448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nrk/core-icons", - "version": "14.3.0", + "version": "15.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nrk/core-icons", - "version": "14.3.0", + "version": "15.0.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "svg2vectordrawable": "2.9.1" diff --git a/package.json b/package.json index c1154a2..f287856 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://static.nrk.no/core-icons/latest/", "description": "The official icons for NRK.", "author": "NRK (https://www.nrk.no/)", - "version": "14.3.0", + "version": "15.0.0", "license": "SEE LICENSE IN LICENSE.txt", "main": "core-icons.js", "module": "core-icons.mjs",