Skip to content

Commit

Permalink
chore(release): bump version to 2.0.0-beta.2
Browse files Browse the repository at this point in the history
# [2.0.0-beta.2](v2.0.0-beta.1...v2.0.0-beta.2) (2024-05-06)

### Build System

* upgrade TS to v5.4.5 ([d02d237](d02d237))

### Features

* use React 18.3 ([a333116](a333116))

### BREAKING CHANGES

* With this change we are removing support of React 17 and lower and we will be focusing only on version 18 and higher. Although majority of the DS can still work with lower versions of React we cannot guarantee that and we won't be providing fixes for older versions.
* Upgrading on new major version of Typescript can possibly break some of the typings in third-party applications where DS is used.
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent 1298111 commit 87e9cce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0-beta.2](https://github.com/securityscorecard/design-system/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-05-06)


### Build System

* upgrade TS to v5.4.5 ([d02d237](https://github.com/securityscorecard/design-system/commit/d02d237cfccd9a69a33f12aa21d143f628134b09))


### Features

* use React 18.3 ([a333116](https://github.com/securityscorecard/design-system/commit/a333116474917dbe7d4040186b4e0f1c8374a18a))


### BREAKING CHANGES

* With this change we are removing support of React 17 and lower and we will be focusing only on version 18 and higher. Although majority of the DS can still work with lower versions of React we cannot guarantee that and we won't be providing fixes for older versions.
* Upgrading on new major version of Typescript can possibly break some of the typings in third-party applications where DS is used.

# [2.0.0-beta.1](https://github.com/securityscorecard/design-system/compare/v1.24.1...v2.0.0-beta.1) (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@securityscorecard/design-system",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Security Scorecard Design System",
"author": "Radek Podrazky <rpodrazky@securityscorecard.io>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 87e9cce

Please sign in to comment.