Skip to content

Commit 81f9b53

Browse files
Version Packages for Stable Release (#2319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10d755e commit 81f9b53

File tree

10 files changed

+27
-15
lines changed

10 files changed

+27
-15
lines changed

.changeset/fluffy-ways-smell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/itchy-cases-deny.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/xmlui-playground/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# xmlui-playground
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- 10d755e: refactor: xmlui-playground - design update
8+
39
## 0.1.12
410

511
### Patch Changes

packages/xmlui-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmlui-playground",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"sideEffects": false,
55
"type": "module",
66
"scripts": {

tools/create-app/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-xmlui-app
22

3+
## 0.11.5
4+
35
## 0.11.4
46

57
## 0.11.3

tools/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-xmlui-app",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"scripts": {
55
"dev": "mkdir -p dist && cp -r templates/default dist/ && ncc build ./index.ts -w -o dist/",
66
"build": "ncc build ./index.ts -o dist/ --minify --no-cache --no-source-map-register && cp -r templates/default dist/",

tools/vscode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# xmlui-vscode
22

3+
## 0.11.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [10d755e]
8+
- Updated dependencies [b3a4194]
9+
- xmlui@0.11.5
10+
311
## 0.11.4
412

513
### Patch Changes

tools/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "xmlui.org",
77
"publisher": "xmlui",
88
"license": "MIT",
9-
"version": "0.11.4",
9+
"version": "0.11.5",
1010
"private": true,
1111
"categories": [],
1212
"keywords": [],

xmlui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# xmlui
22

3+
## 0.11.5
4+
5+
### Patch Changes
6+
7+
- 10d755e: refactor: xmlui-playground - design update
8+
- b3a4194: Fixed a case where if the data provided to a Table did not have 'id' attributes, the row selection would not work correctly.
9+
310
## 0.11.4
411

512
### Patch Changes

xmlui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmlui",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"sideEffects": false,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)