From 493151cf08b324cddcd623f35252c22386c0bbe2 Mon Sep 17 00:00:00 2001 From: Yannick Date: Tue, 14 Sep 2021 14:31:53 +0200 Subject: [PATCH] Valkyrie 0.7 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 941cbdbf..19b18851 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm install @optimisegroup/valkyrie Valkyrie includes a number of ways to use it. Our package will include the individual SVG files, a React-component and JavaScript implementation with TypeScript definitions, as well as an old-school webfont. -# 112 icons +# 183 icons [Available on Figma](https://www.figma.com/file/jeP1aSRulegRxHDegrrmWc/Valkyrie?node-id=1%3A11358) # About diff --git a/package-lock.json b/package-lock.json index 5d77edde..ef1d1367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@optimisegroup/valkyrie", - "version": "0.7.0-alpha.3", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 655293f0..a8614911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@optimisegroup/valkyrie", - "version": "0.7.0-alpha.3", + "version": "0.7.0", "description": "The iconography of Sippy.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",