Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/better-turkeys-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chatty-kings-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funky-ants-beg.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-ghosts-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-chairs-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-books-peel.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @scouterna/ui-react

## 2.2.0

### Minor Changes

- [#73](https://github.com/Scouterna/j26-components/pull/73) [`6809433`](https://github.com/Scouterna/j26-components/commit/680943319672245a54532e3cc9010bac2a606994) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Added list view subheader

- [#77](https://github.com/Scouterna/j26-components/pull/77) [`f2e4ab2`](https://github.com/Scouterna/j26-components/commit/f2e4ab23f967cdb86e9b4649b2ca0f057ba24060) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add iconOnly option to button

- [#77](https://github.com/Scouterna/j26-components/pull/77) [`f2e4ab2`](https://github.com/Scouterna/j26-components/commit/f2e4ab23f967cdb86e9b4649b2ca0f057ba24060) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add app bar component

- [#81](https://github.com/Scouterna/j26-components/pull/81) [`2fcac32`](https://github.com/Scouterna/j26-components/commit/2fcac325abb76033d03f65e470022d0c1f469a2f) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add radio button component

### Patch Changes

- [#81](https://github.com/Scouterna/j26-components/pull/81) [`2fcac32`](https://github.com/Scouterna/j26-components/commit/2fcac325abb76033d03f65e470022d0c1f469a2f) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Align all input components

- Updated dependencies [[`d85c9e6`](https://github.com/Scouterna/j26-components/commit/d85c9e60588c9b35b0093eeccb08241c9f1e7924), [`6809433`](https://github.com/Scouterna/j26-components/commit/680943319672245a54532e3cc9010bac2a606994), [`f2e4ab2`](https://github.com/Scouterna/j26-components/commit/f2e4ab23f967cdb86e9b4649b2ca0f057ba24060), [`f2e4ab2`](https://github.com/Scouterna/j26-components/commit/f2e4ab23f967cdb86e9b4649b2ca0f057ba24060), [`2fcac32`](https://github.com/Scouterna/j26-components/commit/2fcac325abb76033d03f65e470022d0c1f469a2f), [`2fcac32`](https://github.com/Scouterna/j26-components/commit/2fcac325abb76033d03f65e470022d0c1f469a2f)]:
- @scouterna/ui-webc@2.2.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scouterna/ui-react",
"version": "2.1.0",
"version": "2.2.0",
"description": "Scouterna Design System React Components",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/ui-webc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @scouterna/ui-webc

## 2.2.0

### Minor Changes

- [#82](https://github.com/Scouterna/j26-components/pull/82) [`d85c9e6`](https://github.com/Scouterna/j26-components/commit/d85c9e60588c9b35b0093eeccb08241c9f1e7924) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add support for checkbox and radio button to list view item

- [#73](https://github.com/Scouterna/j26-components/pull/73) [`6809433`](https://github.com/Scouterna/j26-components/commit/680943319672245a54532e3cc9010bac2a606994) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Added list view subheader

- [#77](https://github.com/Scouterna/j26-components/pull/77) [`f2e4ab2`](https://github.com/Scouterna/j26-components/commit/f2e4ab23f967cdb86e9b4649b2ca0f057ba24060) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add iconOnly option to button

- [#77](https://github.com/Scouterna/j26-components/pull/77) [`f2e4ab2`](https://github.com/Scouterna/j26-components/commit/f2e4ab23f967cdb86e9b4649b2ca0f057ba24060) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add app bar component

- [#81](https://github.com/Scouterna/j26-components/pull/81) [`2fcac32`](https://github.com/Scouterna/j26-components/commit/2fcac325abb76033d03f65e470022d0c1f469a2f) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Add radio button component

### Patch Changes

- [#81](https://github.com/Scouterna/j26-components/pull/81) [`2fcac32`](https://github.com/Scouterna/j26-components/commit/2fcac325abb76033d03f65e470022d0c1f469a2f) Thanks [@scriptcoded](https://github.com/scriptcoded)! - Align all input components

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-webc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scouterna/ui-webc",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "Scouterna Design System Web Components",
"main": "dist/index.cjs.js",
Expand Down