Skip to content

Commit 3b6cff6

Browse files
authored
Merge branch 'develop' into feature/update-migrations-tool-auf-3.0.1
2 parents 7ee3ffd + d4c544c commit 3b6cff6

File tree

72 files changed

+1870
-141
lines changed

Some content is hidden

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

72 files changed

+1870
-141
lines changed

.github/dod.yml

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

.github/workflows/dod-checker.yml

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

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.0"
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.0",
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.0",
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.0",
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.0",
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.0",
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.0",
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)