From 5523ef5fcd37d54915054e71a6fd71edbfa26b3f Mon Sep 17 00:00:00 2001 From: Daniel da Silva Date: Mon, 8 Jul 2024 10:16:41 +0100 Subject: [PATCH] Bump verstion to v3.0.2 --- CHANGELOG.md | 5 ++++- lerna.json | 2 +- packages/collecticons-chakra/package.json | 2 +- packages/collecticons-react/package.json | 2 +- showcase/package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc38aa..42b6630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,7 @@ Total revamp of the collecticons library. The different repositories were centra The `icon font` and the `collecticons processor` were deprecated in favor of the new versions. ## 3.0.1 -Fix incorrect svg paths for `calendar-minus.svg`, `magnifier-minus.svg`, `magnifier-plus.svg`. \ No newline at end of file +Fix incorrect svg paths for `calendar-minus.svg`, `magnifier-minus.svg`, `magnifier-plus.svg`. + +## 3.0.2 +Fix deployment script that was not building the packages ([#22](https://github.com/developmentseed/collecticons/issues/22)) \ No newline at end of file diff --git a/lerna.json b/lerna.json index 4a0a2ed..8450f05 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "3.0.1", + "version": "3.0.2", "packages": [ "packages/*", "showcase" diff --git a/packages/collecticons-chakra/package.json b/packages/collecticons-chakra/package.json index 321bac5..05a4bad 100644 --- a/packages/collecticons-chakra/package.json +++ b/packages/collecticons-chakra/package.json @@ -1,6 +1,6 @@ { "name": "@devseed-ui/collecticons-chakra", - "version": "3.0.1", + "version": "3.0.2", "description": "devseed UI Kit Collecticons for Chakra", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/packages/collecticons-react/package.json b/packages/collecticons-react/package.json index 0541770..b8ce632 100644 --- a/packages/collecticons-react/package.json +++ b/packages/collecticons-react/package.json @@ -1,6 +1,6 @@ { "name": "@devseed-ui/collecticons-react", - "version": "3.0.1", + "version": "3.0.2", "description": "devseed UI Kit Collecticons for React", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/showcase/package.json b/showcase/package.json index 2fe525c..b7148c2 100644 --- a/showcase/package.json +++ b/showcase/package.json @@ -1,6 +1,6 @@ { "name": "@devseed-ui/collecticons-showcase", - "version": "3.0.1", + "version": "3.0.2", "description": "Showcase site for Collecticons", "private": true, "scripts": {