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

Release 5.0 #5222

Merged
merged 510 commits into from
Jan 13, 2019
Merged

Release 5.0 #5222

merged 510 commits into from
Jan 13, 2019

Conversation

shilman
Copy link
Member

@shilman shilman commented Jan 12, 2019

sb5

What I did

Merge 5.0 release branch into next now that the tests are passing

Released this on debug NPM tag as 5.0.0-debug.3

How to test

yarn test
cd examples/official-storybook
yarn storybook

ndelangen and others added 30 commits December 6, 2018 23:55
…alue if nothing is in respective input, change error handling
# Conflicts:
#	.eslintrc.js
#	addons/notes/package.json
#	addons/notes/src/index.ts
#	addons/notes/src/register.js
#	yarn.lock
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/info/src/__snapshots__/index.test.js.snap
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/notes/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/config.js
#	examples/official-storybook/package.json
#	lib/components/package.json
#	lib/components/src/layout/desktop.js
#	lib/components/src/layout/index.js
#	lib/core/package.json
#	lib/ui/package.json
#	lib/ui/src/modules/ui/components/search_box.js
#	lib/ui/src/modules/ui/components/shortcuts_help.js
#	lib/ui/src/modules/ui/components/stories_panel/__snapshots__/index.stories.storyshot
#	lib/ui/src/modules/ui/components/stories_panel/__snapshots__/text_filter.stories.storyshot
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/__snapshots__/index.stories.storyshot
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/tree_decorators.js
#	package.json
#	yarn.lock
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/official-storybook/stories/addon-info.stories.js
#	lib/addons/package.json
#	lib/channel-websocket/package.json
#	lib/core/package.json
#	lib/ui/package.json
@codecov
Copy link

codecov bot commented Jan 12, 2019

Codecov Report

Merging #5222 into next will decrease coverage by 5.48%.
The diff coverage is 13.4%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next    #5222      +/-   ##
==========================================
- Coverage   35.53%   30.05%   -5.49%     
==========================================
  Files         597      608      +11     
  Lines        7423     8823    +1400     
  Branches     1012     1275     +263     
==========================================
+ Hits         2638     2652      +14     
- Misses       4281     5439    +1158     
- Partials      504      732     +228
Impacted Files Coverage Δ
app/svelte/src/client/preview/index.js 0% <ø> (ø) ⬆️
addons/knobs/src/components/types/Select.js 84.61% <ø> (ø) ⬆️
addons/knobs/src/components/types/Object.js 20% <ø> (ø) ⬆️
app/angular/src/server/options.js 0% <ø> (ø) ⬆️
addons/viewport/src/defaults.js 0% <ø> (ø)
addons/info/src/components/PropTable.js 96.77% <ø> (ø) ⬆️
app/react/src/server/options.js 0% <ø> (ø) ⬆️
app/polymer/src/client/preview/index.js 0% <ø> (ø) ⬆️
addons/ondevice-backgrounds/src/BackgroundPanel.js 0% <ø> (ø) ⬆️
app/react/src/client/preview/render.js 7.69% <ø> (ø) ⬆️
... and 344 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96d9d92...05f771b. Read the comment docs.

@Hypnosphi
Copy link
Member

^5.0.0-alpha.N will match 5.0.0-debug =(

@shilman
Copy link
Member Author

shilman commented Jan 13, 2019

@Hypnosphi OUCH--sorry about that! I guess that means we'll have to get it out of alpha quickly. Or people will just have to use the @next tag. FML.

Any ideas what we should do next time around?

@shilman
Copy link
Member Author

shilman commented Jan 13, 2019

I took two shortcuts to get this building:

  1. Downgraded react-syntax-highlighter in addon-cssresources due to some version conflict with 5.0 components cc @nm123github
  2. Commented out cra-svgr.stories.js App.stories.js due to an SVGR / storyshots issue cc @igor-dv

@shilman shilman merged commit 99223b1 into next Jan 13, 2019
@shilman shilman deleted the release/5.0 branch January 13, 2019 06:44
@Hypnosphi
Copy link
Member

@shilman beta is lower than debug as well. But honestly, using a caret when depending on a pre-release is a bad idea anyway

@Hypnosphi
Copy link
Member

Hypnosphi commented Jan 13, 2019

Any ideas what we should do next time around?

Use any word that stands before alpha alphabetically =). Or just release first couple of alphas when debugging

@tmeasday
Copy link
Member

tmeasday commented Jan 13, 2019 via email

@Hypnosphi
Copy link
Member

Hypnosphi commented Jan 14, 2019

@tmeasday adebug

@tmeasday
Copy link
Member

👌

@SimenB
Copy link
Contributor

SimenB commented Jan 14, 2019

Reminds me of https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md#600-tactical-rc1-2018-04-07 😀

In the meantime, could you do a dist-tag with delta or something? Or rc? Just to avoid the issue, even though I agree one should not necessarily use semver ranges on pre-releases

@tmeasday
Copy link
Member

We're looking to do an rc pretty soon anyway, so hopefully this particular example will be a non-event ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants