Skip to content

Commit bfdd37f

Browse files
Version Packages (#606)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 371a39c commit bfdd37f

File tree

7 files changed

+19
-15
lines changed

7 files changed

+19
-15
lines changed

.changeset/cool-boats-scream.md

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

.changeset/curvy-months-live.md

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

extensions/plugin-basic-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @stackflow/plugin-basic-ui
22

3+
## 1.14.2
4+
5+
### Patch Changes
6+
7+
- 371a39c: fix(plugin-basic-ui): update dependencies
8+
- Updated dependencies [d2c50f3]
9+
- @stackflow/react-ui-core@1.3.2
10+
311
## 1.14.1
412

513
### Patch Changes

extensions/plugin-basic-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-basic-ui",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
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.3.1",
35+
"@stackflow/react-ui-core": "^1.3.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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackflow/react-ui-core
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- d2c50f3: fix(react-ui-core): add `preventSwipeBack` into effect dependencies
8+
39
## 1.3.1
410

511
### Patch Changes

extensions/react-ui-core/package.json

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5292,7 +5292,7 @@ __metadata:
52925292
"@stackflow/core": "npm:^1.2.0"
52935293
"@stackflow/esbuild-config": "npm:^1.0.3"
52945294
"@stackflow/react": "npm:^1.5.0"
5295-
"@stackflow/react-ui-core": "npm:^1.3.1"
5295+
"@stackflow/react-ui-core": "npm:^1.3.2"
52965296
"@types/react": "npm:^18.3.3"
52975297
"@vanilla-extract/css": "npm:^1.15.3"
52985298
"@vanilla-extract/dynamic": "npm:^2.1.1"
@@ -5476,7 +5476,7 @@ __metadata:
54765476
languageName: unknown
54775477
linkType: soft
54785478

5479-
"@stackflow/react-ui-core@npm:^1.3.1, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
5479+
"@stackflow/react-ui-core@npm:^1.3.2, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
54805480
version: 0.0.0-use.local
54815481
resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
54825482
dependencies:

0 commit comments

Comments
 (0)