Skip to content

Commit cad563c

Browse files
committed
fix: ALL UI packages 2.0.8, internal deps point to correct published versions
1 parent e7777c7 commit cad563c

File tree

57 files changed

+449
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+449
-449
lines changed

pkg/gui/accordion/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/accordion",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
55
"source": "src/index.ts",
66
"files": [
@@ -37,17 +37,17 @@
3737
},
3838
"dependencies": {
3939
"@hanzogui/collapsible": "2.0.1",
40-
"@hanzogui/collection": "2.0.1",
41-
"@hanzogui/compose-refs": "2.0.1",
42-
"@hanzogui/constants": "2.0.1",
43-
"@hanzogui/core": "2.0.1",
44-
"@hanzogui/create-context": "2.0.1",
45-
"@hanzogui/helpers": "2.0.1",
40+
"@hanzogui/collection": "2.0.7",
41+
"@hanzogui/compose-refs": "2.0.5",
42+
"@hanzogui/constants": "2.0.5",
43+
"@hanzogui/core": "2.0.5",
44+
"@hanzogui/create-context": "2.0.5",
45+
"@hanzogui/helpers": "2.0.5",
4646
"@hanzogui/polyfill-dev": "2.0.1",
47-
"@hanzogui/stacks": "2.0.1",
48-
"@hanzogui/text": "2.0.1",
49-
"@hanzogui/use-controllable-state": "2.0.1",
50-
"@hanzogui/use-direction": "2.0.1"
47+
"@hanzogui/stacks": "2.0.7",
48+
"@hanzogui/text": "2.0.7",
49+
"@hanzogui/use-controllable-state": "2.0.5",
50+
"@hanzogui/use-direction": "2.0.5"
5151
},
5252
"devDependencies": {
5353
"@hanzogui/build": "2.0.1",

pkg/gui/adapt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/adapt",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"files": [
55
"src",
66
"types",
@@ -35,11 +35,11 @@
3535
"clean:build": "hanzo-gui-build clean:build"
3636
},
3737
"dependencies": {
38-
"@hanzogui/constants": "2.0.1",
39-
"@hanzogui/core": "2.0.1",
40-
"@hanzogui/helpers": "2.0.1",
41-
"@hanzogui/portal": "2.0.1",
42-
"@hanzogui/z-index-stack": "2.0.1"
38+
"@hanzogui/constants": "2.0.5",
39+
"@hanzogui/core": "2.0.5",
40+
"@hanzogui/helpers": "2.0.5",
41+
"@hanzogui/portal": "2.0.7",
42+
"@hanzogui/z-index-stack": "2.0.7"
4343
},
4444
"devDependencies": {
4545
"@hanzogui/build": "2.0.1",

pkg/gui/alert-dialog/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/alert-dialog",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"source": "src/index.ts",
55
"files": [
66
"src",
@@ -36,21 +36,21 @@
3636
"clean:build": "hanzo-gui-build clean:build"
3737
},
3838
"dependencies": {
39-
"@hanzogui/animate-presence": "2.0.1",
40-
"@hanzogui/compose-refs": "2.0.1",
41-
"@hanzogui/constants": "2.0.1",
42-
"@hanzogui/core": "2.0.1",
43-
"@hanzogui/create-context": "2.0.1",
44-
"@hanzogui/dialog": "2.0.1",
45-
"@hanzogui/dismissable": "2.0.1",
46-
"@hanzogui/focus-scope": "2.0.1",
47-
"@hanzogui/helpers": "2.0.1",
39+
"@hanzogui/animate-presence": "2.0.5",
40+
"@hanzogui/compose-refs": "2.0.5",
41+
"@hanzogui/constants": "2.0.5",
42+
"@hanzogui/core": "2.0.5",
43+
"@hanzogui/create-context": "2.0.5",
44+
"@hanzogui/dialog": "2.0.7",
45+
"@hanzogui/dismissable": "2.0.7",
46+
"@hanzogui/focus-scope": "2.0.7",
47+
"@hanzogui/helpers": "2.0.5",
4848
"@hanzogui/polyfill-dev": "2.0.1",
49-
"@hanzogui/portal": "2.0.1",
50-
"@hanzogui/remove-scroll": "2.0.1",
51-
"@hanzogui/stacks": "2.0.1",
52-
"@hanzogui/text": "2.0.1",
53-
"@hanzogui/use-controllable-state": "2.0.1"
49+
"@hanzogui/portal": "2.0.7",
50+
"@hanzogui/remove-scroll": "2.0.7",
51+
"@hanzogui/stacks": "2.0.7",
52+
"@hanzogui/text": "2.0.7",
53+
"@hanzogui/use-controllable-state": "2.0.5"
5454
},
5555
"devDependencies": {
5656
"@hanzogui/build": "2.0.1",

pkg/gui/animate-presence/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/animate-presence",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
55
"license": "MIT",
66
"source": "src/index.ts",
@@ -38,12 +38,12 @@
3838
"clean:build": "hanzo-gui-build clean:build"
3939
},
4040
"dependencies": {
41-
"@hanzogui/constants": "2.0.1",
42-
"@hanzogui/helpers": "2.0.1",
41+
"@hanzogui/constants": "2.0.5",
42+
"@hanzogui/helpers": "2.0.5",
4343
"@hanzogui/use-constant": "2.0.1",
44-
"@hanzogui/use-force-update": "2.0.1",
44+
"@hanzogui/use-force-update": "2.0.5",
4545
"@hanzogui/use-presence": "2.0.1",
46-
"@hanzogui/web": "2.0.1"
46+
"@hanzogui/web": "2.0.5"
4747
},
4848
"devDependencies": {
4949
"@hanzogui/build": "2.0.1",

pkg/gui/animate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/animate",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"license": "MIT",
55
"source": "src/index.ts",
66
"files": [
@@ -37,7 +37,7 @@
3737
"clean:build": "hanzo-gui-build clean:build"
3838
},
3939
"dependencies": {
40-
"@hanzogui/animate-presence": "2.0.1"
40+
"@hanzogui/animate-presence": "2.0.5"
4141
},
4242
"devDependencies": {
4343
"@hanzogui/build": "2.0.1",

pkg/gui/avatar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/avatar",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"source": "src/index.ts",
55
"files": [
66
"src",
@@ -36,13 +36,13 @@
3636
"clean:build": "hanzo-gui-build clean:build"
3737
},
3838
"dependencies": {
39-
"@hanzogui/core": "2.0.1",
40-
"@hanzogui/create-context": "2.0.1",
41-
"@hanzogui/helpers": "2.0.1",
42-
"@hanzogui/image": "2.0.1",
39+
"@hanzogui/core": "2.0.5",
40+
"@hanzogui/create-context": "2.0.5",
41+
"@hanzogui/helpers": "2.0.5",
42+
"@hanzogui/image": "2.0.7",
4343
"@hanzogui/shapes": "2.0.1",
44-
"@hanzogui/stacks": "2.0.1",
45-
"@hanzogui/text": "2.0.1"
44+
"@hanzogui/stacks": "2.0.7",
45+
"@hanzogui/text": "2.0.7"
4646
},
4747
"devDependencies": {
4848
"@hanzogui/build": "2.0.1",

pkg/gui/button/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/button",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
55
"source": "src/index.ts",
66
"files": [
@@ -37,15 +37,15 @@
3737
"clean:build": "hanzo-gui-build clean:build"
3838
},
3939
"dependencies": {
40-
"@hanzogui/config-default": "2.0.1",
41-
"@hanzogui/core": "2.0.1",
42-
"@hanzogui/get-button-sized": "2.0.1",
43-
"@hanzogui/helpers": "2.0.1",
44-
"@hanzogui/spacer": "2.0.1",
45-
"@hanzogui/stacks": "2.0.1",
46-
"@hanzogui/text": "2.0.1",
47-
"@hanzogui/font-size": "2.0.1",
48-
"@hanzogui/web": "2.0.1"
40+
"@hanzogui/config-default": "2.0.5",
41+
"@hanzogui/core": "2.0.5",
42+
"@hanzogui/get-button-sized": "2.0.5",
43+
"@hanzogui/helpers": "2.0.5",
44+
"@hanzogui/spacer": "2.0.7",
45+
"@hanzogui/stacks": "2.0.7",
46+
"@hanzogui/text": "2.0.7",
47+
"@hanzogui/font-size": "2.0.5",
48+
"@hanzogui/web": "2.0.5"
4949
},
5050
"devDependencies": {
5151
"@hanzogui/build": "2.0.1",

pkg/gui/card/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/card",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"source": "src/index.ts",
55
"files": [
66
"src",
@@ -36,10 +36,10 @@
3636
"clean:build": "hanzo-gui-build clean:build"
3737
},
3838
"dependencies": {
39-
"@hanzogui/create-context": "2.0.1",
40-
"@hanzogui/helpers": "2.0.1",
41-
"@hanzogui/stacks": "2.0.1",
42-
"@hanzogui/web": "2.0.1"
39+
"@hanzogui/create-context": "2.0.5",
40+
"@hanzogui/helpers": "2.0.5",
41+
"@hanzogui/stacks": "2.0.7",
42+
"@hanzogui/web": "2.0.5"
4343
},
4444
"devDependencies": {
4545
"@hanzogui/build": "2.0.1",

pkg/gui/checkbox-headless/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/checkbox-headless",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
55
"source": "src/index.ts",
66
"files": [
@@ -37,15 +37,15 @@
3737
"clean:build": "hanzo-gui-build clean:build"
3838
},
3939
"dependencies": {
40-
"@hanzogui/compose-refs": "2.0.1",
41-
"@hanzogui/constants": "2.0.1",
42-
"@hanzogui/create-context": "2.0.1",
43-
"@hanzogui/focusable": "2.0.1",
44-
"@hanzogui/helpers": "2.0.1",
45-
"@hanzogui/label": "2.0.1",
46-
"@hanzogui/use-controllable-state": "2.0.1",
47-
"@hanzogui/use-previous": "2.0.1",
48-
"@hanzogui/web": "2.0.1"
40+
"@hanzogui/compose-refs": "2.0.5",
41+
"@hanzogui/constants": "2.0.5",
42+
"@hanzogui/create-context": "2.0.5",
43+
"@hanzogui/focusable": "2.0.5",
44+
"@hanzogui/helpers": "2.0.5",
45+
"@hanzogui/label": "2.0.7",
46+
"@hanzogui/use-controllable-state": "2.0.5",
47+
"@hanzogui/use-previous": "2.0.5",
48+
"@hanzogui/web": "2.0.5"
4949
},
5050
"devDependencies": {
5151
"@hanzogui/build": "2.0.1",

pkg/gui/checkbox/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzogui/checkbox",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
55
"source": "src/index.ts",
66
"files": [
@@ -38,18 +38,18 @@
3838
},
3939
"dependencies": {
4040
"@hanzogui/checkbox-headless": "2.0.1",
41-
"@hanzogui/compose-refs": "2.0.1",
42-
"@hanzogui/constants": "2.0.1",
43-
"@hanzogui/core": "2.0.1",
44-
"@hanzogui/create-context": "2.0.1",
45-
"@hanzogui/focusable": "2.0.1",
46-
"@hanzogui/get-token": "2.0.1",
47-
"@hanzogui/helpers": "2.0.1",
48-
"@hanzogui/label": "2.0.1",
49-
"@hanzogui/stacks": "2.0.1",
50-
"@hanzogui/use-controllable-state": "2.0.1",
51-
"@hanzogui/font-size": "2.0.1",
52-
"@hanzogui/use-previous": "2.0.1"
41+
"@hanzogui/compose-refs": "2.0.5",
42+
"@hanzogui/constants": "2.0.5",
43+
"@hanzogui/core": "2.0.5",
44+
"@hanzogui/create-context": "2.0.5",
45+
"@hanzogui/focusable": "2.0.5",
46+
"@hanzogui/get-token": "2.0.5",
47+
"@hanzogui/helpers": "2.0.5",
48+
"@hanzogui/label": "2.0.7",
49+
"@hanzogui/stacks": "2.0.7",
50+
"@hanzogui/use-controllable-state": "2.0.5",
51+
"@hanzogui/font-size": "2.0.5",
52+
"@hanzogui/use-previous": "2.0.5"
5353
},
5454
"devDependencies": {
5555
"@hanzogui/build": "2.0.1",

0 commit comments

Comments
 (0)