Skip to content

Commit c945ea5

Browse files
ci: release (#365)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6387249 commit c945ea5

File tree

15 files changed

+65
-50
lines changed

15 files changed

+65
-50
lines changed

.changeset/strong-socks-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@mvasilkov/outdent": "1.0.5",
3939
"@next/mdx": "12.3.1",
4040
"@slack/web-api": "6.10.0",
41-
"@wonderflow/react-components": "14.0.5",
42-
"@wonderflow/symbols": "14.0.5",
43-
"@wonderflow/themes": "14.0.5",
44-
"@wonderflow/charts": "14.0.5",
41+
"@wonderflow/react-components": "14.0.6",
42+
"@wonderflow/symbols": "14.0.6",
43+
"@wonderflow/themes": "14.0.6",
44+
"@wonderflow/charts": "14.0.6",
4545
"ahooks": "3.7.11",
4646
"bezier-easing-editor": "0.8.0",
4747
"clsx": "1.2.1",
@@ -69,7 +69,7 @@
6969
"slugify": "1.6.6"
7070
},
7171
"devDependencies": {
72-
"@wonderflow/config": "14.0.5",
72+
"@wonderflow/config": "14.0.6",
7373
"@next/bundle-analyzer": "12.3.1",
7474
"@next/eslint-plugin-next": "12.3.1",
7575
"@types/mdx-js__react": "1.5.8",

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/charts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @wonderflow/charts
22

3+
## 14.0.6
4+
35
## 14.0.5
46

57
## 14.0.4

packages/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wonderflow/charts",
3-
"version": "14.0.5",
3+
"version": "14.0.6",
44
"description": "Wonderflow's Wanda Design System Charting Library",
55
"author": "Wonderflow Design Team",
66
"contributors": [
@@ -67,7 +67,7 @@
6767
"@types/react-dom": "17.0.14",
6868
"@types/react-test-renderer": "18.0.7",
6969
"@types/uuid": "9.0.8",
70-
"@wonderflow/config": "14.0.5",
70+
"@wonderflow/config": "14.0.6",
7171
"babel-loader": "8.2.5",
7272
"cpy-cli": "3.1.1",
7373
"postcss": "8.4.38",

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wonderflow/config
22

3+
## 14.0.6
4+
5+
### Patch Changes
6+
7+
- @wonderflow/tokens@14.0.6
8+
39
## 14.0.5
410

511
### Patch Changes

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wonderflow/config",
33
"description": "Wanda design system shared configurations ",
4-
"version": "14.0.5",
4+
"version": "14.0.6",
55
"author": "Wonderflow",
66
"license": "Apache-2.0",
77
"main": "dist/index",
@@ -34,7 +34,7 @@
3434
"postcss": ">=8.x"
3535
},
3636
"dependencies": {
37-
"@wonderflow/tokens": "14.0.5",
37+
"@wonderflow/tokens": "14.0.6",
3838
"cssnano": "5.1.13",
3939
"cssnano-preset-default": "5.2.12",
4040
"flat": "5.0.2",

packages/react-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wonderflow/react-components
22

3+
## 14.0.6
4+
5+
### Patch Changes
6+
7+
- 6387249: card component ui bugfix
8+
39
## 14.0.5
410

511
## 14.0.4

packages/react-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wonderflow/react-components",
3-
"version": "14.0.5",
3+
"version": "14.0.6",
44
"description": "UI components from Wonderflow's Wanda design system",
55
"author": "Wonderflow",
66
"license": "Apache-2.0",
@@ -82,9 +82,9 @@
8282
"@types/react-dom": "17.0.14",
8383
"@types/react-table": "7.7.20",
8484
"@types/react-test-renderer": "18.0.7",
85-
"@wonderflow/config": "14.0.5",
86-
"@wonderflow/tokens": "14.0.5",
87-
"@wonderflow/charts": "14.0.5",
85+
"@wonderflow/config": "14.0.6",
86+
"@wonderflow/tokens": "14.0.6",
87+
"@wonderflow/charts": "14.0.6",
8888
"@types/uuid": "9.0.8",
8989
"babel-loader": "8.2.5",
9090
"cpy-cli": "3.1.1",

packages/symbols/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @wonderflow/symbols
22

3+
## 14.0.6
4+
35
## 14.0.5
46

57
### Patch Changes

0 commit comments

Comments
 (0)