Skip to content

Commit

Permalink
publish: v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Jan 8, 2024
1 parent 5b2df2b commit d9b752e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"@dodoex/widgets": "^2.5.6",
"@dodoex/widgets": "^2.6.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion example/js-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start:prod": "yarn run build && node express.js"
},
"dependencies": {
"@dodoex/widgets": "^2.5.6"
"@dodoex/widgets": "^2.6.2"
},
"devDependencies": {
"express": "^4.18.1",
Expand Down
2 changes: 1 addition & 1 deletion example/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@dodoex/widgets": "^2.5.6",
"@dodoex/widgets": "^2.6.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "build-storybook"
},
"peerDependencies": {
"@dodoex/widgets": "^2.5.6"
"@dodoex/widgets": "^2.6.2"
},
"dependencies": {
"@babel/runtime": "^7.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodoex/widgets",
"version": "2.6.1",
"version": "2.6.2",
"description": "DODO Widgets",
"source": "src/index.tsx",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit d9b752e

Please sign in to comment.