Skip to content

Commit c6d1a81

Browse files
committed
chore: Bump package versions to 14.58.9 and update nx config
1 parent e1ab982 commit c6d1a81

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtable/api",
3-
"version": "14.57.2",
3+
"version": "14.58.9",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtable/dashboard",
3-
"version": "14.58.8",
3+
"version": "14.58.9",
44
"license": "Apache-2.0",
55
"repository": {
66
"url": "https://github.com/merico-dev/table"

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
},
3737
"plugins": ["workspace-plugin"],
3838
"useInferencePlugins": false,
39-
"defaultBase": "main"
39+
"defaultBase": "main",
40+
"release": {
41+
"projects": ["dashboard", "settings-form", "api"]
42+
}
4043
}

settings-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtable/settings-form",
3-
"version": "14.58.8",
3+
"version": "14.58.9",
44
"license": "Apache-2.0",
55
"repository": {
66
"url": "https://github.com/merico-dev/table"

0 commit comments

Comments
 (0)