Skip to content

Commit

Permalink
Release packages (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2023
1 parent e778cf8 commit 0e4b095
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,29 @@
"beige-suits-jam",
"big-ducks-confess",
"brave-suits-exercise",
"bright-cats-reflect",
"calm-owls-shout",
"calm-scissors-smoke",
"clean-paws-run",
"cold-needles-know",
"empty-months-rest",
"empty-rockets-try",
"few-dogs-fold",
"few-ghosts-judge",
"four-humans-wait",
"gentle-baboons-eat",
"gorgeous-boxes-smell",
"happy-queens-refuse",
"happy-walls-nail",
"hip-moose-flow",
"itchy-poems-shout",
"khaki-pears-flow",
"late-tips-beam",
"lazy-waves-walk",
"loud-adults-deny",
"lovely-trees-share",
"many-actors-tell",
"mighty-chefs-exist",
"moody-monkeys-compare",
"nasty-walls-juggle",
"nervous-birds-shake",
Expand All @@ -48,6 +53,7 @@
"ninety-phones-deny",
"odd-crabs-approve",
"orange-yaks-lay",
"plenty-eels-sort",
"polite-walls-rush",
"quick-balloons-drum",
"quick-dodos-hang",
Expand All @@ -61,6 +67,8 @@
"sharp-pianos-destroy",
"silly-roses-yell",
"silver-coats-eat",
"slimy-ladybugs-draw",
"small-hotels-protect",
"smart-guests-play",
"smart-otters-hug",
"soft-crabs-flow",
Expand All @@ -71,6 +79,7 @@
"strong-maps-explode",
"tall-cups-refuse",
"ten-grapes-approve",
"ten-melons-help",
"thick-goats-work",
"thirty-lemons-tie",
"tidy-days-appear",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist"
},
"dependencies": {
"@itwin/itwinui-css": "2.0.0-dev.6",
"@itwin/itwinui-css": "2.0.0-dev.7",
"@itwin/itwinui-variables": "3.0.0-dev.1",
"astro": "2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {},
"devDependencies": {
"@itwin/itwinui-icons-react": "2",
"@itwin/itwinui-react": "3.0.0-dev.6",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@storybook/addon-a11y": "~7.0.2",
"@storybook/addon-actions": "~7.0.2",
"@storybook/addon-essentials": "~7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docsearch/js": "3",
"@fontsource/noto-sans": "^4.5.11",
"@fontsource/noto-sans-mono": "^4.5.11",
"@itwin/itwinui-react": "3.0.0-dev.6",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@jsdevtools/rehype-toc": "3.0.2",
"@tippyjs/react": "4.2.6",
"@types/react": "^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/itwinui-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0-dev.7

### Major Changes

- [#1446](https://github.com/iTwin/iTwinUI/pull/1446): `iui-avatar` has been refactored to be a single `<span>`, and the status is now applied using the `data-iui-status` attribute. The colors have been updated to pass AAA contrast ratio.

## 2.0.0-dev.6

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-css",
"version": "2.0.0-dev.6",
"version": "2.0.0-dev.7",
"author": "Bentley Systems",
"license": "MIT",
"main": "css/all.css",
Expand Down
22 changes: 22 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 3.0.0-dev.7

### Major Changes

- [#1478](https://github.com/iTwin/iTwinUI/pull/1478): ThemeProvider now defaults the `theme` value to `"inherit"` and falls back to `"light"` there is no parent theme found. Also the inherit behavior has been made more resilient for cases where react context fails.
- [#1435](https://github.com/iTwin/iTwinUI/pull/1435): Improving customization of SplitButton with wrapperProps and menuButtonProps. ClassName now passed to the button instead of the component wrapper.
- [#1461](https://github.com/iTwin/iTwinUI/pull/1461): Changed disabled button behavior to make them focusable and use `aria-disabled` instead of `disabled` attribute.

### Minor Changes

- [#1440](https://github.com/iTwin/iTwinUI/pull/1440): Adding the ability for every DOM node to have a custom className passed to it.
New prop for `FileUpload` component: `contentProps`
- [#1430](https://github.com/iTwin/iTwinUI/pull/1430): Adding the ability for each node element in `Stepper` to have a custom `prop`.
New props include: `stepProps`, `trackContentProps`, `circleProps`, `nameProps`, `labelProps`, `labelCountProps`
- [#1435](https://github.com/iTwin/iTwinUI/pull/1435): Improving customization of Button with new props: labelProps, startIconProps, and endIconProps.
Improving customization of IconButton with iconProps.
- [#1477](https://github.com/iTwin/iTwinUI/pull/1477): Added a new `portalContainer` prop to `ThemeProvider`. When specified, all floating elements (tooltips, toats, dialogs) under the ThemeProvider will read this prop from context and portal into it.

### Patch Changes

- [#1446](https://github.com/iTwin/iTwinUI/pull/1446): Avatar has been refactored to be a single `<span>`. The colors have been updated to pass AAA contrast ratio.

## 3.0.0-dev.6

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/itwinui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-react",
"version": "3.0.0-dev.6",
"version": "3.0.0-dev.7",
"author": "Bentley Systems",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -83,7 +83,7 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@itwin/itwinui-css": "^2.0.0-dev.6",
"@itwin/itwinui-css": "^2.0.0-dev.7",
"@itwin/itwinui-illustrations-react": "^2.1.0",
"@itwin/itwinui-variables": "3.0.0-dev.1",
"@swc/cli": "^0.1.62",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/react": "^2.0.2",
"@itwin/itwinui-react": "3.0.0-dev.6",
"@itwin/itwinui-react": "3.0.0-dev.7",
"astro": "^2.0.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next"
},
"dependencies": {
"@itwin/itwinui-react": "3.0.0-dev.6",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist"
},
"dependencies": {
"@itwin/itwinui-react": "3.0.0-dev.6",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-icons-react": "2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf .turbo && rimraf node_modules"
},
"dependencies": {
"@itwin/itwinui-react": "3.0.0-dev.6",
"@itwin/itwinui-react": "3.0.0-dev.7",
"axe-core": "^4.7.2",
"cypress": "12.17.2",
"cypress-axe": "^1.4.0",
Expand Down

0 comments on commit 0e4b095

Please sign in to comment.