Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Jul 16, 2024
1 parent 2a965ee commit 36e8948
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ The `icon font` and the `collecticons processor` were deprecated in favor of the
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))
Fix deployment script that was not building the packages ([#22](https://github.com/developmentseed/collecticons/issues/22))

## 3.0.3
- Remove icon added by mistake `collection-layers.svg` (not a real collecticon)
- Fix showcase build script
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.2",
"version": "3.0.3",
"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.2",
"version": "3.0.3",
"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.2",
"version": "3.0.3",
"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.2",
"version": "3.0.3",
"description": "Showcase site for Collecticons",
"private": true,
"scripts": {
Expand Down

0 comments on commit 36e8948

Please sign in to comment.