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

Graduated Releases #292

Merged
merged 213 commits into from
Oct 19, 2021
Merged

Graduated Releases #292

merged 213 commits into from
Oct 19, 2021

Conversation

rociobaena
Copy link
Contributor

@rociobaena rociobaena commented Oct 19, 2021

Releasing new packages

lordpixel and others added 30 commits March 16, 2021 23:19
* chore(FDS-148): get all *TestID code out of ActionEdit.js

* chore(FDS-148): add aria-label to table columns in tests

* chore(FDS-148): remove testids from unit tests

* chore(FDS-148): fix all tests

* chore(FDS-148): address PR comments

Co-authored-by: Manu Ramirez <manu.ramirez@espressive.com>
 - @espressive/cascara@0.4.2-alpha.0
* feat(FDS-172): Structure slots have suspense

* Rename structure test apps

* chore(FDS-62) Updates Structure API with drawer

* Add CI Skip to publish commits from lerna

* Structure API cleaned up, ready for style dryup

* Fix design tokens so we can use them in different scenarios

* remove custom notify message for now

* Cleaned up mixins for breakpoints/scrolling

* Change package dep on docs to use workspace

* Force docs to link

* Update caniuse

* Custom properties for branding

* make sure our tokens are getting built before cascara build

* publish notice for slack
 - @espressive/cascara@0.4.2-alpha.1
 - @espressive/design-tokens@0.1.3-alpha.0
Co-authored-by: Manu Ramirez <manu.ramirez@espressive.com>
 - @espressive/cascara@0.4.2-alpha.2
* chore(FDS-179): [Chat, Structures] fix prop type warnings

* Update packages/cascara/src/structures/AdminStructure/AdminStructureHeader.js

Co-authored-by: Manu Ramirez <manu.ramirez@espressive.com>
Co-authored-by: Brian Espinosa <brianespinosa@users.noreply.github.com>
 - @espressive/cascara@0.4.2-alpha.3
* Fix lockfile with @Espressive outside resolutions

* chore(FDS-182) Bump version of Nivo and dependencies

* Get docs happy again
 - @espressive/cascara@0.4.2-alpha.4
* feat(FDS-177) feat(FDS-178) List and Bubble Widget

* Change button import path
 - @espressive/cascara@0.4.2-alpha.5
* feat(FDS-172): Structure slots have suspense

* Rename structure test apps

* chore(FDS-62) Updates Structure API with drawer

* Add CI Skip to publish commits from lerna

* Structure API cleaned up, ready for style dryup

* Fix design tokens so we can use them in different scenarios

* remove custom notify message for now

* Cleaned up mixins for breakpoints/scrolling

* Change package dep on docs to use workspace

* Force docs to link

* Update caniuse

* Custom properties for branding

* make sure our tokens are getting built before cascara build

* publish notice for slack

* Styles for header chiclet

* Make sure we support different app base path

* Move Reakit components into slot components, responsive

* Add dev dependency for eslint in test apps

* Clean up structure org

* Bump patch and minor versions

* Resolve new lint issues after dep updates

* Update rollup plugins, resolve warnings on faker

* Roll back react-scripts until Cosmos can get updated
 - @espressive/cascara@0.4.2-alpha.6
…#202)

Co-authored-by: Manu Ramirez <manu.ramirez@espressive.com>
 - @espressive/cascara@0.4.2-alpha.7
* feat(FDS-172): Structure slots have suspense

* Rename structure test apps

* chore(FDS-62) Updates Structure API with drawer

* Add CI Skip to publish commits from lerna

* Structure API cleaned up, ready for style dryup

* Fix design tokens so we can use them in different scenarios

* remove custom notify message for now

* Cleaned up mixins for breakpoints/scrolling

* Change package dep on docs to use workspace

* Force docs to link

* Update caniuse

* Custom properties for branding

* make sure our tokens are getting built before cascara build

* publish notice for slack

* Styles for header chiclet

* Make sure we support different app base path

* Move Reakit components into slot components, responsive

* Add dev dependency for eslint in test apps

* Clean up structure org

* Bump patch and minor versions

* Resolve new lint issues after dep updates

* Update rollup plugins, resolve warnings on faker

* Roll back react-scripts until Cosmos can get updated

* chore(FDS-195) Update Cosmos to work with RS v4

* Simplify config

* upgrade
 - @espressive/cascara@0.4.2-alpha.8
* Fix design tokens dep and upgrade

* FDS-207 Structures w/ theme object support
 - @espressive/cascara@0.4.2-alpha.9
* Fix design tokens dep and upgrade

* FDS-207 Structures w/ theme object support

* Help out docs

* Get design tokens out of our lockfile

* Change the process for design-tokens

* Go back to a postinstall for now, include src

* fml put prepare back

* get postinstall back pout

* postinstall is back again

* include src for postinstall
 - @espressive/design-tokens@0.1.3-alpha.1
Co-authored-by: Manu Ramirez <manu.ramirez@espressive.com>
 - @espressive/cascara@0.4.2-alpha.10
brianespinosa and others added 13 commits September 27, 2021 16:11
* chore(FDS-357) Adds Flex to Cascara

* Remove old changeset
…able prop on a DOM element. (#285)

* Start development

* Remove isEditable prop

* pass option prop to ViewConfigItem

* apply feedback

* Create plenty-tigers-marry.md
…the eslint config (#287)

* move dependecy to peerDependency

* test

* testing

* just making a change

* Add eslint-plugin-json-format to package json

* recover placeholder

* run eslint fix

* Add changesets
…check for description comments for changes on develop/master (#288)

* Start development

* avoid run workflow if PR is edited

* apply feedback

* test action

* test action

* test action

* test actions

* test danger file

* test danger file

* test danger

* test danger

* test danger

* test danger

* test danger

* test dangerfile

* test danger

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* update from develop

* feat(FDS-343): [Cascara Form] - unit tests WIP

* feat(FDS-343): [Form] - Create SEPARATE tests for each module that will validate when we are setting data, we are getting the same data out on submit (WIP)

* feat(FDS-343): [Form] - Create SEPARATE tests for each module that will validate when we are setting data, we are getting the same data out on submit (WIP)

* feat(FDS-343): [Form] - create separate data-type tests for existing modules

* feat(FDS-343): [Form] - create separate data-type tests for existing modules

* feat(FDS-343): [Form] - remove unwanted ESLint rules

Co-authored-by: Manu Ramirez <manu.ramirez@espressive.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…r changes on develop/master - v2 (#290)

* Start development

* avoid run workflow if PR is edited

* apply feedback

* test action

* test action

* test action

* test actions

* test danger file

* test danger file

* test danger

* test danger

* test danger

* test danger

* test danger

* test dangerfile

* test danger

* ignore danger if the current branch is develop or main

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2021

🦋 Changeset detected

Latest commit: 4579d9a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@espressive/eslint-config Major
@espressive/cascara Minor
docs Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/espressive/cascara/DP1ATx8oXT6ioAHt7vaRcNoFxsRq
✅ Preview: https://cascara-git-develop-espressive1.vercel.app

@ghost
Copy link

ghost commented Oct 19, 2021

Messages
📖 Dangerfile.js does not run when the current branch is develop

Generated by 🚫 dangerJS against 4579d9a

@rociobaena
Copy link
Contributor Author

rociobaena commented Oct 19, 2021

We don't need this PR. It was created for testing purposes.

@brianespinosa
Copy link
Contributor

@rociobaena actually, we do want it. This PR into main is how we will deploy new full releases. Once my other PR comes in, this PR will be ready to go to main and give us a minor Cascara version and a major eslint-config version. 👍🏽

@brianespinosa brianespinosa reopened this Oct 19, 2021
* feat(FDS-362) AdminStructure slot comp improvements

- adds up missing padding at the top when a nav item exists outside of a section group
- Adds support for Flex inside nav items (fewer styles)
- Nav items are not as greedy with their vertical padding
- `post` prop now available in Nav link items for right aligned content
- Header slot component now support no-logo scenario (rare)
- Header has layout from Flex component now (fewer styles)
- Header has more consistent horizontal padding with other slot components
- `post` prop now available on Header for right aligned header content

* Create young-beers-matter.md
@brianespinosa brianespinosa changed the title Do not merge- Testing danger code Graduated Releases Oct 19, 2021
@brianespinosa brianespinosa enabled auto-merge (squash) October 19, 2021 22:00
@brianespinosa brianespinosa merged commit f0a54e7 into main Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants