Skip to content

Commit 0bee9d8

Browse files
Version Packages (#593)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7650d4 commit 0bee9d8

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.changeset/nasty-ghosts-obey.md

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

extensions/plugin-basic-ui/CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- a7650d4: Support full screen gradient background and introduce new app bar entrance type "cover"
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a7650d4]
12+
- @stackflow/react-ui-core@1.3.0
13+
314
## 1.13.1
415

516
### 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.13.1",
3+
"version": "1.14.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.3",
35+
"@stackflow/react-ui-core": "^1.3.0",
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.0
4+
5+
### Minor Changes
6+
7+
- a7650d4: Support full screen gradient background and introduce new app bar entrance type "cover"
8+
39
## 1.2.3
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.2.3",
3+
"version": "1.3.0",
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
@@ -2158,7 +2158,7 @@ __metadata:
21582158
"@stackflow/core": "npm:^1.2.0"
21592159
"@stackflow/esbuild-config": "npm:^1.0.3"
21602160
"@stackflow/react": "npm:^1.5.0"
2161-
"@stackflow/react-ui-core": "npm:^1.2.3"
2161+
"@stackflow/react-ui-core": "npm:^1.3.0"
21622162
"@types/react": "npm:^18.3.3"
21632163
"@vanilla-extract/css": "npm:^1.15.3"
21642164
"@vanilla-extract/dynamic": "npm:^2.1.1"
@@ -2342,7 +2342,7 @@ __metadata:
23422342
languageName: unknown
23432343
linkType: soft
23442344

2345-
"@stackflow/react-ui-core@npm:^1.2.3, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
2345+
"@stackflow/react-ui-core@npm:^1.3.0, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
23462346
version: 0.0.0-use.local
23472347
resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
23482348
dependencies:

0 commit comments

Comments
 (0)