Skip to content

Commit

Permalink
chore: publish v13.42.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GerilLeto committed Oct 9, 2024
1 parent e4d49aa commit dbbda3d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/api",
"version": "13.42.9-patch.1",
"version": "13.42.10",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/dashboard",
"version": "13.42.9-patch.1",
"version": "13.42.10",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/utils/function-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const descriptions: DescriptionType[] = [
{ name: 'd3Array', url: 'https://github.com/d3/d3-array', version: '3.2.4' },
{ name: 'dayjs', url: 'https://day.js.org/', version: '1.11.6' },
{ name: 'lodash', url: 'https://lodash.com/docs/4.17.15', version: '4.17.21' },
{ name: 'mathjs', url: 'https://mathjs.org/', version: '11.7.0' },
{ name: 'mathjs', url: 'https://mathjs.org/', version: '11.12.0' },
{ name: 'numbro', url: 'https://numbrojs.com/', version: '2.3.6' },
{ name: 'faker', url: 'https://fakerjs.dev/', version: '7.6.0' },
{ name: 'popmotion', url: 'https://popmotion.io/', version: '11.0.3' },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/root",
"version": "13.42.9-patch.1",
"version": "13.42.10",
"private": true,
"workspaces": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion settings-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/settings-form",
"version": "13.42.9-patch.1",
"version": "13.42.10",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@devtable/website",
"private": true,
"license": "Apache-2.0",
"version": "13.42.9-patch.1",
"version": "13.42.10",
"scripts": {
"dev": "vite",
"preview": "vite preview"
Expand Down

0 comments on commit dbbda3d

Please sign in to comment.