Skip to content

Commit

Permalink
Sync Publish with master (#231)
Browse files Browse the repository at this point in the history
* feat: pipline for publish

* feat: pipline for publish

* feat: pipline for publish

* feat: publish release

* refactor: rollback workflow

* fix: collapsible export

* fix: collapsible changelog

* chore: version

---------

Co-authored-by: vrlopess <[email protected]>
  • Loading branch information
vrlopess and vrlopess authored Mar 12, 2024
1 parent 502b8d5 commit 58a3718
Show file tree
Hide file tree
Showing 142 changed files with 299 additions and 289 deletions.
6 changes: 6 additions & 0 deletions .yarn/versions/513e0b1f.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
releases:
"@nimbus-ds/collapsible": patch
"@nimbus-ds/components": patch
"@nimbus-ds/styles": patch

declined:
- nimbus-design-system
- "@nimbus-ds/icons"
2 changes: 1 addition & 1 deletion packages/core/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nimbus-ds/styles",
"version": "9.11.2",
"version": "9.11.3",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const bodyAnimation = style({
display: "flex",
boxSizing: "border-box",
fontFamily: varsThemeBase.fontFamily.sans,
animation: `${open} .4s`,
animation: `${open} .3s`,
});

const openReversal = keyframes({
Expand All @@ -35,7 +35,7 @@ const bodyReversalAnimation = style({
display: "flex",
boxSizing: "border-box",
fontFamily: varsThemeBase.fontFamily.sans,
animation: `${openReversal} .4s`,
animation: `${openReversal} .3s`,
});

export const styles = {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/src/assets/Infinite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/Peso.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/Pix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/accordion.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/apps-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/apps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/archive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/arrows-vertical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/backspace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/bag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/box-packed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/box-unpacked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/briefcase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/browser-search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/assets/browser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 58a3718

Please sign in to comment.