Skip to content

Commit d064c74

Browse files
github-actions[bot]scriptcoded
authored andcommitted
chore: update versions
1 parent 1d81444 commit d064c74

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/wicked-doors-go.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/ui-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @scouterna/ui-react
22

3+
## 3.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d81444`](https://github.com/Scouterna/j26-components/commit/1d81444b4ae9f96cd8c0323bb2a15403f279239f)]:
8+
- @scouterna/ui-webc@3.0.0
9+
310
## 2.2.7
411

512
### Patch Changes

packages/ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scouterna/ui-react",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"description": "Scouterna Design System React Components",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/ui-webc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @scouterna/ui-webc
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [`1d81444`](https://github.com/Scouterna/j26-components/commit/1d81444b4ae9f96cd8c0323bb2a15403f279239f) Thanks [@scriptcoded](https://github.com/scriptcoded)! - This release changes how validation works for input fields. The `validation`
8+
prop has been superseeded by the `scoutValidate` event in conjunction with the
9+
`validity` prop on input fields.
10+
311
## 2.2.7
412

513
### Patch Changes

packages/ui-webc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scouterna/ui-webc",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "Scouterna Design System Web Components",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)