Skip to content

Commit bea8bad

Browse files
committed
Version 3.1.0
1 parent 2c926dd commit bea8bad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Fix deployment script that was not building the packages ([#22](https://github.c
1515
- Fix showcase build script
1616

1717
## 3.1.0
18-
- Include 7 new icons
18+
- Include 7 new icons: `collecticon-brand-bluesky`, `collecticon-brand-stackoverflow`, `collecticon-download-3`, `collecticon-form`, `collecticon-page-plus`, `collecticon-stream`, `collecticon-upload-3`
1919
- Update documentation

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"packages": [
55
"packages/*",
66
"showcase"

packages/collecticons-chakra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devseed-ui/collecticons-chakra",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "devseed UI Kit Collecticons for Chakra",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

packages/collecticons-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devseed-ui/collecticons-react",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "devseed UI Kit Collecticons for React",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devseed-ui/collecticons-showcase",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "Showcase site for Collecticons",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)