From 239b7dce76fe70a8c609ca84f2ae3e0f66fab4f2 Mon Sep 17 00:00:00 2001 From: Frida Erdal <31915755+pomfrida@users.noreply.github.com> Date: Thu, 26 Nov 2020 11:19:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixed=20correct=20version?= =?UTF-8?q?=20(#923)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/tokens/CHANGELOG.md | 2 +- libraries/tokens/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tokens/CHANGELOG.md b/libraries/tokens/CHANGELOG.md index ffbeeef41d..894e244382 100644 --- a/libraries/tokens/CHANGELOG.md +++ b/libraries/tokens/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.0] - 2020-11-26 +## [0.5.1] - 2020-11-26 ### Added diff --git a/libraries/tokens/package.json b/libraries/tokens/package.json index 2a515741ff..ebe4cb6d23 100644 --- a/libraries/tokens/package.json +++ b/libraries/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens", - "version": "0.5.0", + "version": "0.5.1", "description": "Design tokens for the Equinor Design System", "main": "dist/tokens.cjs.js", "module": "dist/tokens.esm.js",