Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Jul 18, 2024
1 parent 7c14a8c commit 1bc0afb
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 15 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

## v2.0.0 (2024-07-18)

#### Breaking Change
* `cfpb-atomic-component`, `cfpb-buttons`, `cfpb-core`, `cfpb-design-system`, `cfpb-expandables`, `cfpb-forms`, `cfpb-grid`, `cfpb-icons`, `cfpb-layout`, `cfpb-notifications`, `cfpb-pagination`, `cfpb-tables`, `cfpb-typography`
* [#1993](https://github.com/cfpb/design-system/pull/1993) Convert Less to Sass ([@anselmbradford](https://github.com/anselmbradford))
* `cfpb-design-system`, `cfpb-forms`, `cfpb-layout`, `cfpb-notifications`
* [#1997](https://github.com/cfpb/design-system/pull/1997) Replace `content__wrapper` with `wrapper` ([@anselmbradford](https://github.com/anselmbradford))

#### Bug Fix
* Other
* [#1998](https://github.com/cfpb/design-system/pull/1998) Remove `@cf-icon-path` ([@anselmbradford](https://github.com/anselmbradford))
* `cfpb-forms`, `cfpb-notifications`
* [#1995](https://github.com/cfpb/design-system/pull/1995) Update deps ([@anselmbradford](https://github.com/anselmbradford))

#### Internal
* `cfpb-core`, `cfpb-forms`, `cfpb-grid`
* [#2002](https://github.com/cfpb/design-system/pull/2002) Update dependencies: cypress, prettier, sass, saucectl, stylelint ([@anselmbradford](https://github.com/anselmbradford))
* Other
* [#1999](https://github.com/cfpb/design-system/pull/1999) Update browserslist-config, cypress, esbuild, glob, lerna, postcss ([@anselmbradford](https://github.com/anselmbradford))

#### Committers: 1
- Ans ([@anselmbradford](https://github.com/anselmbradford))



## v1.3.2 (2024-05-31)

#### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-buttons/dist/cfpb-buttons.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-core/dist/cfpb-core.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/cfpb-design-system.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/cfpb-design-system.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-expandables/dist/cfpb-expandables.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-expandables/dist/cfpb-expandables.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-forms/dist/cfpb-forms.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-layout/dist/cfpb-layout.css.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-pagination/dist/cfpb-pagination.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-tables/dist/cfpb-tables.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-typography/dist/cfpb-typography.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
yarn build-packages &

# Make sure everything is current and built and generate changelog.
yarn build
yarn build &

# Update the changelog.
yarn changelog
Expand Down

0 comments on commit 1bc0afb

Please sign in to comment.