Skip to content

Commit

Permalink
ci: release (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dev-wonderflow and github-actions[bot] authored Sep 16, 2024
1 parent 1fc5f7f commit d071460
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-cherries-beg.md

This file was deleted.

10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@mvasilkov/outdent": "1.0.5",
"@next/mdx": "12.3.1",
"@slack/web-api": "6.10.0",
"@wonderflow/react-components": "14.0.6",
"@wonderflow/symbols": "14.0.6",
"@wonderflow/themes": "14.0.6",
"@wonderflow/charts": "14.0.6",
"@wonderflow/react-components": "14.0.7",
"@wonderflow/symbols": "14.0.7",
"@wonderflow/themes": "14.0.7",
"@wonderflow/charts": "14.0.7",
"ahooks": "3.7.11",
"bezier-easing-editor": "0.8.0",
"clsx": "1.2.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"slugify": "1.6.6"
},
"devDependencies": {
"@wonderflow/config": "14.0.6",
"@wonderflow/config": "14.0.7",
"@next/bundle-analyzer": "12.3.1",
"@next/eslint-plugin-next": "12.3.1",
"@types/mdx-js__react": "1.5.8",
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wonderflow/charts

## 14.0.7

## 14.0.6

## 14.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wonderflow/charts",
"version": "14.0.6",
"version": "14.0.7",
"description": "Wonderflow's Wanda Design System Charting Library",
"author": "Wonderflow Design Team",
"contributors": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "18.0.7",
"@types/uuid": "9.0.8",
"@wonderflow/config": "14.0.6",
"@wonderflow/config": "14.0.7",
"babel-loader": "8.2.5",
"cpy-cli": "3.1.1",
"postcss": "8.4.38",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wonderflow/config

## 14.0.7

### Patch Changes

- @wonderflow/tokens@14.0.7

## 14.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wonderflow/config",
"description": "Wanda design system shared configurations ",
"version": "14.0.6",
"version": "14.0.7",
"author": "Wonderflow",
"license": "Apache-2.0",
"main": "dist/index",
Expand Down Expand Up @@ -34,7 +34,7 @@
"postcss": ">=8.x"
},
"dependencies": {
"@wonderflow/tokens": "14.0.6",
"@wonderflow/tokens": "14.0.7",
"cssnano": "5.1.13",
"cssnano-preset-default": "5.2.12",
"flat": "5.0.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wonderflow/react-components

## 14.0.7

## 14.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wonderflow/react-components",
"version": "14.0.6",
"version": "14.0.7",
"description": "UI components from Wonderflow's Wanda design system",
"author": "Wonderflow",
"license": "Apache-2.0",
Expand Down Expand Up @@ -82,9 +82,9 @@
"@types/react-dom": "17.0.14",
"@types/react-table": "7.7.20",
"@types/react-test-renderer": "18.0.7",
"@wonderflow/config": "14.0.6",
"@wonderflow/tokens": "14.0.6",
"@wonderflow/charts": "14.0.6",
"@wonderflow/config": "14.0.7",
"@wonderflow/tokens": "14.0.7",
"@wonderflow/charts": "14.0.7",
"@types/uuid": "9.0.8",
"babel-loader": "8.2.5",
"cpy-cli": "3.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/symbols/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wonderflow/symbols

## 14.0.7

### Patch Changes

- 1fc5f7f: add scatter-chart and box icons

## 14.0.6

## 14.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/symbols/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wonderflow/symbols",
"description": "Wanda's symbols",
"version": "14.0.6",
"version": "14.0.7",
"author": "Wonderflow",
"license": "Apache-2.0",
"main": "dist/index",
Expand Down
2 changes: 2 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wonderflow/themes

## 14.0.7

## 14.0.6

## 14.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wonderflow/themes",
"description": "Wanda design system themes",
"version": "14.0.6",
"version": "14.0.7",
"author": "Wonderflow",
"main": "dist/themes.css",
"style": "dist/themes.css",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/wonderflow-bv/wanda/issues"
},
"devDependencies": {
"@wonderflow/tokens": "14.0.6",
"@wonderflow/tokens": "14.0.7",
"fs-extra": "10.1.0",
"style-dictionary": "3.9.2",
"tsconfig": "10.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wonderflow/tokens

## 14.0.7

## 14.0.6

## 14.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wonderflow/tokens",
"version": "14.0.6",
"version": "14.0.7",
"description": "Design tokens from Wonderflow design language",
"main": "platforms/web/index",
"files": [
Expand Down

0 comments on commit d071460

Please sign in to comment.