Skip to content

Commit db811b9

Browse files
committed
fix: try to close process after a build (hotfix), readme.md for xyd-js
1 parent facb77f commit db811b9

78 files changed

Lines changed: 15383 additions & 37 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
"release-1754996838802",
118118
"release-1754998219477",
119119
"release-1754998251378",
120-
"release-1754999605157"
120+
"release-1754999605157",
121+
"release-1755008535207",
122+
"release-1755008539593"
121123
]
122124
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
"@xyd-js/openapi-sampler": patch
3+
"@xyd-js/analytics": patch
4+
"@xyd-js/atlas": patch
5+
"@xyd-js/components": patch
6+
"@xyd-js/composer": patch
7+
"@xyd-js/content": patch
8+
"@xyd-js/context": patch
9+
"@xyd-js/core": patch
10+
"@xyd-js/documan": patch
11+
"@xyd-js/foo": patch
12+
"@xyd-js/framework": patch
13+
"@xyd-js/gql": patch
14+
"@xyd-js/host": patch
15+
"@xyd-js/openapi": patch
16+
"@xyd-js/plugin-algolia": patch
17+
"@xyd-js/plugin-docs": patch
18+
"@xyd-js/plugin-orama": patch
19+
"@xyd-js/plugin-chatwoot": patch
20+
"@xyd-js/plugin-intercom": patch
21+
"@xyd-js/plugin-livechat": patch
22+
"@xyd-js/plugin-supademo": patch
23+
"@xyd-js/plugins": patch
24+
"@xyd-js/sources": patch
25+
"@xyd-js/storybook": patch
26+
"@xyd-js/theme-cosmo": patch
27+
"@xyd-js/theme-gusto": patch
28+
"@xyd-js/theme-opener": patch
29+
"@xyd-js/theme-picasso": patch
30+
"@xyd-js/theme-poetry": patch
31+
"@xyd-js/theme-solar": patch
32+
"@xyd-js/themes": patch
33+
"@xyd-js/ui": patch
34+
"@xyd-js/uniform": patch
35+
"@xyd-js/cli": patch
36+
---
37+
38+
update all packages
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
"@xyd-js/openapi-sampler": patch
3+
"@xyd-js/analytics": patch
4+
"@xyd-js/atlas": patch
5+
"@xyd-js/components": patch
6+
"@xyd-js/composer": patch
7+
"@xyd-js/content": patch
8+
"@xyd-js/context": patch
9+
"@xyd-js/core": patch
10+
"@xyd-js/documan": patch
11+
"@xyd-js/foo": patch
12+
"@xyd-js/framework": patch
13+
"@xyd-js/gql": patch
14+
"@xyd-js/host": patch
15+
"@xyd-js/openapi": patch
16+
"@xyd-js/plugin-algolia": patch
17+
"@xyd-js/plugin-docs": patch
18+
"@xyd-js/plugin-orama": patch
19+
"@xyd-js/plugin-chatwoot": patch
20+
"@xyd-js/plugin-intercom": patch
21+
"@xyd-js/plugin-livechat": patch
22+
"@xyd-js/plugin-supademo": patch
23+
"@xyd-js/plugins": patch
24+
"@xyd-js/sources": patch
25+
"@xyd-js/storybook": patch
26+
"@xyd-js/theme-cosmo": patch
27+
"@xyd-js/theme-gusto": patch
28+
"@xyd-js/theme-opener": patch
29+
"@xyd-js/theme-picasso": patch
30+
"@xyd-js/theme-poetry": patch
31+
"@xyd-js/theme-solar": patch
32+
"@xyd-js/themes": patch
33+
"@xyd-js/ui": patch
34+
"@xyd-js/uniform": patch
35+
"@xyd-js/cli": patch
36+
---
37+
38+
update all packages

apps/apidocs-demo/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @xyd-js/apidocs-demo
22

3+
## 0.0.1-build.85
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- Updated dependencies
9+
- @xyd-js/atlas@0.1.0-build.185
10+
- @xyd-js/components@0.1.0-build.180
11+
- @xyd-js/core@0.1.0-build.182
12+
- @xyd-js/framework@0.1.0-build.201
13+
- @xyd-js/gql@0.1.0-build.182
14+
- @xyd-js/openapi@0.1.0-build.180
15+
- @xyd-js/theme-cosmo@0.1.0-build.169
16+
- @xyd-js/theme-gusto@0.1.0-build.168
17+
- @xyd-js/theme-opener@0.1.0-build.169
18+
- @xyd-js/theme-picasso@0.1.0-build.169
19+
- @xyd-js/theme-poetry@0.1.0-build.196
20+
- @xyd-js/theme-solar@0.1.0-build.83
21+
- @xyd-js/themes@0.1.1-build.172
22+
- @xyd-js/ui@0.1.0-build.185
23+
- @xyd-js/uniform@0.1.0-build.184
24+
325
## 0.0.1-build.84
426

527
### Patch Changes

apps/apidocs-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xyd-js/apidocs-demo",
33
"type": "module",
4-
"version": "0.0.1-build.84",
4+
"version": "0.0.1-build.85",
55
"scripts": {
66
"build": "react-router build",
77
"dev": "react-router dev",

packages/openapi-sampler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @xyd-js/openapi-sampler
22

3+
## 0.1.0-build.150
4+
5+
### Patch Changes
6+
7+
- update all packages
8+
- update all packages
9+
310
## 0.1.0-build.149
411

512
### Patch Changes

packages/openapi-sampler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xyd-js/openapi-sampler",
3-
"version": "0.1.0-build.149",
3+
"version": "0.1.0-build.150",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./src/index.d.ts",

packages/xyd-analytics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @xyd-js/framework
22

3+
## 0.1.0-build.169
4+
5+
### Patch Changes
6+
7+
- update all packages
8+
- update all packages
9+
- Updated dependencies
10+
- Updated dependencies
11+
- @xyd-js/core@0.1.0-build.182
12+
- @xyd-js/uniform@0.1.0-build.184
13+
314
## 0.1.0-build.168
415

516
### Patch Changes

packages/xyd-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xyd-js/analytics",
3-
"version": "0.1.0-build.168",
3+
"version": "0.1.0-build.169",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

packages/xyd-atlas/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @xyd-js/atlas
22

3+
## 0.1.0-build.185
4+
5+
### Patch Changes
6+
7+
- update all packages
8+
- update all packages
9+
- Updated dependencies
10+
- Updated dependencies
11+
- @xyd-js/components@0.1.0-build.180
12+
- @xyd-js/core@0.1.0-build.182
13+
- @xyd-js/framework@0.1.0-build.201
14+
- @xyd-js/plugins@0.1.0-build.169
15+
- @xyd-js/uniform@0.1.0-build.184
16+
317
## 0.1.0-build.184
418

519
### Patch Changes

0 commit comments

Comments
 (0)