Skip to content

Commit

Permalink
v3.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Jan 18, 2024
1 parent c23b9be commit 4016439
Show file tree
Hide file tree
Showing 29 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"packageManager": "[email protected]",
"volta": {
"node": "18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/appbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/async-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/base-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/flexbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/invertible-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@xylabs/lodash": "^2.13.23",
"@xylabs/react-animation": "workspace:~",
"@xylabs/react-flexbox": "^3.0.36"
"@xylabs/react-flexbox": "^3.0.37"
},
"description": "Common React library for all XY Labs projects that use React",
"devDependencies": {
Expand Down Expand Up @@ -78,6 +78,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/number-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/pixel-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/quick-tip-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/render-spin-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/rich-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/scroll-to-top/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"url": "https://github.com/xylabs/sdk-react.git"
},
"sideEffects": false,
"version": "3.0.36",
"version": "3.0.37",
"type": "module"
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6863,7 +6863,7 @@ __metadata:
languageName: unknown
linkType: soft

"@xylabs/react-flexbox@npm:^3.0.36, @xylabs/react-flexbox@workspace:packages/flexbox, @xylabs/react-flexbox@workspace:~":
"@xylabs/react-flexbox@npm:^3.0.37, @xylabs/react-flexbox@workspace:packages/flexbox, @xylabs/react-flexbox@workspace:~":
version: 0.0.0-use.local
resolution: "@xylabs/react-flexbox@workspace:packages/flexbox"
dependencies:
Expand Down Expand Up @@ -6919,7 +6919,7 @@ __metadata:
"@storybook/react": "npm:^7.6.10"
"@xylabs/lodash": "npm:^2.13.23"
"@xylabs/react-animation": "workspace:~"
"@xylabs/react-flexbox": "npm:^3.0.36"
"@xylabs/react-flexbox": "npm:^3.0.37"
"@xylabs/ts-scripts-yarn3": "npm:^3.2.41"
"@xylabs/tsconfig-react": "npm:^3.2.41"
react: "npm:^18.2.0"
Expand Down

0 comments on commit 4016439

Please sign in to comment.