Skip to content

Commit

Permalink
build(version): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaynevayne committed May 26, 2023
1 parent df611f7 commit 5294d19
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-bikes-fix.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"deploy": "pnpm build && touch ./storybook-static/.nojekyll && gh-pages -d ./storybook-static -t true"
},
"dependencies": {
"@soul/core": "workspace:0.0.1",
"@soul/core": "workspace:0.0.2",
"mockjs": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@soul/tsconfig": "workspace:0.0.1",
"@soul/tsconfig": "workspace:0.0.2",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
Expand All @@ -25,7 +25,7 @@
"@storybook/react-vite": "^7.0.12",
"@storybook/testing-library": "^0.0.14-next.2",
"@vitejs/plugin-react": "^1.3.2",
"eslint-config-soul": "workspace:0.0.1",
"eslint-config-soul": "workspace:0.0.2",
"eslint-plugin-storybook": "^0.6.12",
"prop-types": "^15.8.1",
"serve": "^13.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-soul/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-soul

## 0.0.2

### Patch Changes

- df611f7: feat(core):[Table] support excel

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-soul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-soul",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/soul-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soul/core

## 0.0.2

### Patch Changes

- df611f7: feat(core):[Table] support excel
- Updated dependencies [df611f7]
- @soul/utils@0.0.2

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soul-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soul/core",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/soul-tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soul/tsconfig

## 0.0.2

### Patch Changes

- df611f7: feat(core):[Table] support excel

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soul-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soul/tsconfig",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/soul-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soul/utils

## 0.0.2

### Patch Changes

- df611f7: feat(core):[Table] support excel

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soul-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soul/utils",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 5294d19

Please sign in to comment.