Skip to content

Commit 8af83e2

Browse files
authored
Merge branch 'develop' into 1834-table-settings
2 parents 819a75c + ba12c49 commit 8af83e2

File tree

86 files changed

+3388
-3664
lines changed

Some content is hidden

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

86 files changed

+3388
-3664
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 'Create GitHub app token'
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v2
1616
id: app-token
1717
with:
1818
app-id: ${{ secrets.APP_ID }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444
packages: write
4545
steps:
46-
- uses: actions/create-github-app-token@v1
46+
- uses: actions/create-github-app-token@v2
4747
id: app-token
4848
with:
4949
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
update-snapshots:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/create-github-app-token@v1
16+
- uses: actions/create-github-app-token@v2
1717
id: app-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"packages/tools/visual-tests"
2020
],
2121
"useNx": true,
22-
"version": "3.0.0-rc.6"
22+
"version": "3.0.0-rc.7"
2323
}

packages/adapters/angular/v15/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-v15",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/angular/v16/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-v16",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

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.0-rc.6",
3+
"version": "3.0.0-rc.7",
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.0-rc.6",
3+
"version": "3.0.0-rc.7",
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.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {

packages/adapters/preact/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@public-ui/preact",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"license": "EUPL-1.2",
55
"homepage": "https://public-ui.github.io",
66
"repository": {
@@ -47,9 +47,6 @@
4747
"scripts": {
4848
"build": "unbuild"
4949
},
50-
"dependencies": {
51-
"@public-ui/react": "workspace:*"
52-
},
5350
"devDependencies": {
5451
"@public-ui/components": "workspace:*",
5552
"react": "18.3.1",
@@ -58,6 +55,7 @@
5855
"unbuild": "1.2.1"
5956
},
6057
"peerDependencies": {
58+
"@public-ui/react": "workspace:*",
6159
"preact": ">=10.26.4"
6260
},
6361
"sideEffects": false,

0 commit comments

Comments
 (0)