Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: downgrading setup intructions to stable version #483

Merged
merged 1 commit into from
Jun 8, 2023
Merged

docs: downgrading setup intructions to stable version #483

merged 1 commit into from
Jun 8, 2023

Conversation

flexbox
Copy link
Contributor

@flexbox flexbox commented Jun 8, 2023

Issue: --

What I did

As a developer
I wanted to install storybook to an existing expo project
So that i can sparks joy in my UI

Why this PR?

Running the last version will install the last version @next

❯ npx sb@next init --type react_native
Need to install the following packages:
  [email protected]
Ok to proceed? (y) y

this can lead to random issues like #473

That's why we could ask to install the last stable version

@flexbox flexbox requested a review from dannyhw as a code owner June 8, 2023 12:52
@dannyhw
Copy link
Member

dannyhw commented Jun 8, 2023

thank you @flexbox 🙇

@dannyhw dannyhw merged commit 33a83c8 into storybookjs:next Jun 8, 2023
hyochan referenced this pull request in hyochan/dooboo-ui Jun 29, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@storybook/addon-ondevice-actions](https://storybook.js.org/)
([source](https://togithub.com/storybookjs/react-native)) | [`6.5.3` ->
`6.5.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-ondevice-actions/6.5.3/6.5.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-actions/6.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-actions/6.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-actions/6.5.4/compatibility-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-actions/6.5.4/confidence-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-ondevice-knobs](https://togithub.com/storybookjs/react-native)
| [`6.5.3` ->
`6.5.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-ondevice-knobs/6.5.3/6.5.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-knobs/6.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-knobs/6.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-knobs/6.5.4/compatibility-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-ondevice-knobs/6.5.4/confidence-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
| [@storybook/react-native](https://storybook.js.org/)
([source](https://togithub.com/storybookjs/react-native)) | [`6.5.3` ->
`6.5.4`](https://renovatebot.com/diffs/npm/@storybook%2freact-native/6.5.3/6.5.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native/6.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native/6.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native/6.5.4/compatibility-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native/6.5.4/confidence-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
| [@storybook/react-native-server](https://storybook.js.org/)
([source](https://togithub.com/storybookjs/react-native)) | [`6.5.3` ->
`6.5.4`](https://renovatebot.com/diffs/npm/@storybook%2freact-native-server/6.5.3/6.5.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native-server/6.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native-server/6.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native-server/6.5.4/compatibility-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact-native-server/6.5.4/confidence-slim/6.5.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>storybookjs/react-native
(@&#8203;storybook/addon-ondevice-actions)</summary>

###
[`v6.5.4`](https://togithub.com/storybookjs/react-native/releases/tag/v6.5.4)

[Compare
Source](https://togithub.com/storybookjs/react-native/compare/v6.5.3...v6.5.4)

##### What's Changed

- chore: refactor to simplify project setup by
[@&#8203;dannyhw](https://togithub.com/dannyhw) in
[https://github.com/storybookjs/react-native/pull/463](https://togithub.com/storybookjs/react-native/pull/463)
- Chore/refactor project structure by
[@&#8203;dannyhw](https://togithub.com/dannyhw) in
[https://github.com/storybookjs/react-native/pull/466](https://togithub.com/storybookjs/react-native/pull/466)
- docs: add another example url by
[@&#8203;zubko](https://togithub.com/zubko) in
[https://github.com/storybookjs/react-native/pull/468](https://togithub.com/storybookjs/react-native/pull/468)
- chore(deps): bump fast-xml-parser from 4.1.2 to 4.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/storybookjs/react-native/pull/481](https://togithub.com/storybookjs/react-native/pull/481)
- docs: downgrading setup intructions to stable version by
[@&#8203;flexbox](https://togithub.com/flexbox) in
[https://github.com/storybookjs/react-native/pull/483](https://togithub.com/storybookjs/react-native/pull/483)
- docs: migrate away from legacy expo-cli by
[@&#8203;flexbox](https://togithub.com/flexbox) in
[https://github.com/storybookjs/react-native/pull/484](https://togithub.com/storybookjs/react-native/pull/484)
- fix: Couldn't find story matching '' after HMR
[#&#8203;459](https://togithub.com/storybookjs/react-native/issues/459)

##### New Contributors

- [@&#8203;zubko](https://togithub.com/zubko) made their first
contribution in
[https://github.com/storybookjs/react-native/pull/468](https://togithub.com/storybookjs/react-native/pull/468)

**Full Changelog**:
storybookjs/react-native@v6.5.3...v6.5.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/dooboolab-community/dooboo-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants