Skip to content

Commit 8742998

Browse files
Version Packages (#581)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8593b5a commit 8742998

File tree

7 files changed

+23
-16
lines changed

7 files changed

+23
-16
lines changed

.changeset/metal-pandas-dance.md

-6
This file was deleted.

.changeset/poor-mice-join.md

-5
This file was deleted.

extensions/plugin-basic-ui/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @stackflow/plugin-basic-ui
22

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- 91413b6: To support various background designs, enable users to configure the background-image option in AppScreen, AppBar, BottomSheet and Modal.
8+
9+
### Patch Changes
10+
11+
- 8593b5a: fix(plugin-basic-ui,react-ui-core): prevent touch events while transitioning
12+
- Updated dependencies [8593b5a]
13+
- @stackflow/react-ui-core@1.2.2
14+
315
## 1.12.0
416

517
### Minor Changes

extensions/plugin-basic-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-basic-ui",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"dependencies": {
35-
"@stackflow/react-ui-core": "^1.2.1",
35+
"@stackflow/react-ui-core": "^1.2.2",
3636
"@vanilla-extract/css": "^1.15.3",
3737
"@vanilla-extract/dynamic": "^2.1.1",
3838
"@vanilla-extract/private": "^1.0.5",

extensions/react-ui-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackflow/react-ui-core
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- 8593b5a: fix(plugin-basic-ui,react-ui-core): prevent touch events while transitioning
8+
39
## 1.2.1
410

511
### Patch Changes

extensions/react-ui-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/react-ui-core",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ __metadata:
21732173
"@stackflow/core": "npm:^1.2.0"
21742174
"@stackflow/esbuild-config": "npm:^1.0.3"
21752175
"@stackflow/react": "npm:^1.5.0"
2176-
"@stackflow/react-ui-core": "npm:^1.2.1"
2176+
"@stackflow/react-ui-core": "npm:^1.2.2"
21772177
"@types/react": "npm:^18.3.3"
21782178
"@vanilla-extract/css": "npm:^1.15.3"
21792179
"@vanilla-extract/dynamic": "npm:^2.1.1"
@@ -2357,7 +2357,7 @@ __metadata:
23572357
languageName: unknown
23582358
linkType: soft
23592359

2360-
"@stackflow/react-ui-core@npm:^1.2.1, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
2360+
"@stackflow/react-ui-core@npm:^1.2.2, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
23612361
version: 0.0.0-use.local
23622362
resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
23632363
dependencies:

0 commit comments

Comments
 (0)