Skip to content

Commit bfafdca

Browse files
committed
chore(release): v4100.0.8
1 parent 4f8994a commit bfafdca

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.7",
4+
"version": "4100.0.8",
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.7",
3+
"version": "4100.0.8",
44
"main": "dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "dist/src/index.d.ts",
@@ -30,8 +30,8 @@
3030
"sync:typography": "node tools/sync-figma-typography.js --write"
3131
},
3232
"dependencies": {
33-
"@cloudtower/icons-react": "^4100.0.7",
34-
"@cloudtower/parrot": "^4100.0.7",
33+
"@cloudtower/icons-react": "^4100.0.8",
34+
"@cloudtower/parrot": "^4100.0.8",
3535
"@cloudtower/rc-notification": "^4.6.1",
3636
"@linaria/core": "^4.2.2",
3737
"@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.7",
4+
"version": "4100.0.8",
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.7",
44+
"@cloudtower/icons": "^4100.0.8",
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.7",
3+
"version": "4100.0.8",
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.7",
3+
"version": "4100.0.8",
44
"description": "i18n modules for cloudtower sparrow and eagle",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)