Skip to content

Commit 79c46f9

Browse files
committed
Merge branch 'develop' of github.com:public-ui/kolibri into 7162-rework-counter-v3
* 'develop' of github.com:public-ui/kolibri: (29 commits) Update all snapshots$ $ Refs: #7805 Improve SplitButton sample chore: release 3.0.2-rc.2 test: fix CLI unit tests docs: note KoliBri spelling and ESM imports Apply suggestions from code review Apply suggestions from code review test(cli): add e2e migration test docs(cli): add note about matching cli version test(cli): cover remaining migration tasks test(cli): cover command options test(cli): fix remove task import chore(cli): remove local gitignore and add unit test script test(cli): add coverage for remaining migration tasks test(cli): cover additional migration tasks Fix: selecting typed value on blur in single-select test(cli): add code migration example test(cli): add mocha setup Fix: Clear button causes crash in Singleselect fix(kol-select): add snapshot tests for single and multiple value selections #7758 ...
2 parents 4d3dd57 + d4c544c commit 79c46f9

File tree

62 files changed

+1823
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1823
-77
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ The samples are located in `packages/samples/react` and demonstrate how to use t
230230
- Lists and enumerations in code should be kept in alphanumeric order. This also applies to import specifiers and union type literals.
231231
- Commit messages follow the **Conventional Commits** specification.
232232
- See also the [Contributing Guide](CONTRIBUTING.md) for more details on coding conventions and best practices.
233+
- Spell "KoliBri" with this casing in all documentation and code. The only exception is the component named KolKolibri.
234+
- Use ESM import syntax in browser code and scripts whenever supported, instead of `require` imports.
233235

234236
## Linting and Formatting
235237

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"packages/tools/visual-tests"
2121
],
2222
"useNx": true,
23-
"version": "3.0.2-rc.1"
23+
"version": "3.0.2-rc.2"
2424
}

packages/adapters/angular/v17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v17",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v18",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v19/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v19",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/angular-v20",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/hydrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/hydrate",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/preact",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/react-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/react-standalone",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/react",
3-
"version": "3.0.2-rc.1",
3+
"version": "3.0.2-rc.2",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

0 commit comments

Comments
 (0)