Skip to content

Commit

Permalink
Bump verstion to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Jul 8, 2024
1 parent be841d4 commit 5523ef5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
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))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.0.1",
"version": "3.0.2",
"packages": [
"packages/*",
"showcase"
Expand Down
2 changes: 1 addition & 1 deletion packages/collecticons-chakra/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/collecticons-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion showcase/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5523ef5

Please sign in to comment.