Skip to content

Commit 075b92d

Browse files
committed
chore(release): v4100.0.2
1 parent 30fa39f commit 075b92d

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "4100.0.1",
4+
"version": "4100.0.2",
55
"command": {
66
"version": {
77
"message": "chore(release):publish %s"

packages/eagle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudtower/eagle",
3-
"version": "4100.0.1",
3+
"version": "4100.0.2",
44
"main": "dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "dist/src/index.d.ts",
@@ -27,8 +27,8 @@
2727
"sync:color": "node tools/fetch-figma-color.js"
2828
},
2929
"dependencies": {
30-
"@cloudtower/icons-react": "^4100.0.1",
31-
"@cloudtower/parrot": "^4100.0.1",
30+
"@cloudtower/icons-react": "^4100.0.2",
31+
"@cloudtower/parrot": "^4100.0.2",
3232
"@cloudtower/rc-notification": "^4.6.1",
3333
"@linaria/core": "^4.2.2",
3434
"@linaria/react": "^4.3.0",

packages/icons-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudtower/icons-react",
33
"license": "MIT",
4-
"version": "4100.0.1",
4+
"version": "4100.0.2",
55
"types": "./dist/index.d.ts",
66
"main": "dist/cjs/index.js",
77
"module": "dist/esm/index.js",
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@babel/core": "^7.21.0",
4343
"@babel/plugin-transform-react-jsx": "^7.21.0",
44-
"@cloudtower/icons": "^4100.0.1",
44+
"@cloudtower/icons": "^4100.0.2",
4545
"@svgr/core": "^5.0.0",
4646
"camelcase": "^6.0.0"
4747
},

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudtower/icons",
3-
"version": "4100.0.1",
3+
"version": "4100.0.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/parrot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudtower/parrot",
3-
"version": "4100.0.1",
3+
"version": "4100.0.2",
44
"description": "i18n modules for cloudtower sparrow and eagle",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)