Skip to content

Commit 6286620

Browse files
Version Packages (#546)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc35bfc commit 6286620

File tree

7 files changed

+23
-16
lines changed

7 files changed

+23
-16
lines changed

.changeset/fuzzy-cobras-joke.md

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

.changeset/silly-rats-itch.md

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

extensions/plugin-basic-ui/CHANGELOG.md

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

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- f9f1399: Change to the latest AppBar style
8+
- dc35bfc: feat(react-ui-core, plugin-basic-ui): add `onSwipe*` hooks and add data attributes and css variables
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [dc35bfc]
13+
- @stackflow/react-ui-core@1.2.0
14+
315
## 1.10.1
416

517
### 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.10.1",
3+
"version": "1.11.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.1.2",
35+
"@stackflow/react-ui-core": "^1.2.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.2.0
4+
5+
### Minor Changes
6+
7+
- dc35bfc: feat(react-ui-core, plugin-basic-ui): add `onSwipe*` hooks and add data attributes and css variables
8+
39
## 1.1.2
410

511
## 1.1.2-canary.0

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.1.2",
3+
"version": "1.2.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
@@ -2173,7 +2173,7 @@ __metadata:
21732173
"@stackflow/core": "npm:^1.1.0"
21742174
"@stackflow/esbuild-config": "npm:^1.0.3"
21752175
"@stackflow/react": "npm:^1.3.2"
2176-
"@stackflow/react-ui-core": "npm:^1.1.2"
2176+
"@stackflow/react-ui-core": "npm:^1.2.0"
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.1.2, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
2360+
"@stackflow/react-ui-core@npm:^1.2.0, @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)