Skip to content

Commit

Permalink
Merge branch 'release/1.7' into release/v1to2-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisdo82 authored Nov 24, 2023
2 parents 5dc9565 + f1dad63 commit dbbd03b
Show file tree
Hide file tree
Showing 342 changed files with 3,807 additions and 2,254 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
ref: 'develop'
ref: 'release/1.7'

# - uses: pnpm/action-setup@v2.2.4
# with:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-pnpm-store
- name: Create new branch
run: git checkout -b chore/auto-update-deps
run: git checkout -b chore/auto-update-deps-v1
- name: Install tools
run: npm i lerna npm-check-updates --no-save
- name: Update dependencies
Expand All @@ -68,5 +68,5 @@ jobs:
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'chore/auto-update-deps'
branch: 'chore/auto-update-deps-v1'
force: true
2 changes: 1 addition & 1 deletion .github/workflows/auto-file-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
ref: 'develop'
ref: 'release/1.7'

# - uses: pnpm/action-setup@v2.2.4
# with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'develop'
- 'main'
- 'release/*'
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{env.token}}

publish-page:
needs: publish
uses: public-ui/kolibri/.github/workflows/publish-page.yml@develop
# publish-page:
# needs: publish
# uses: public-ui/kolibri/.github/workflows/publish-page.yml@release/1.7
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-opencode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
ref: 'develop'
ref: 'release/1.7'
- name: git-sync
run: |
git remote add opencode https://OC000005112572:${{ secrets.GITLAB_PERSONAL_ACCESS_TOKEN }}@gitlab.opencode.de/OC000005112572/kolibri.git
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"packages/tools/visual-tests"
],
"useNx": true,
"version": "1.7.2"
"version": "1.7.6-rc.1"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ncu:minor": "ncu -t minor -u -x rimraf && pnpm -r exec ncu -t minor -u -x rimraf,rxjs,typescript,zone.js",
"ncu:patch": "ncu -t patch -u -x rimraf && pnpm -r exec ncu -t patch -u -x rimraf",
"pack": "pnpm -r exec pnpm pack",
"postinstall": "pnpm exec playwright install",
"postinstall": "pnpm exec playwright install && echo \"Don't forget to build all packages once: pnpm -r build\"",
"prepare:husky": "rimraf .husky && husky install && npm-run-all prepare:husky:*",
"prepare:husky:commitlint": "husky add .husky/commit-msg \"npx commitlint --edit $1\"",
"prepare:husky:depcheck": "husky add .husky/pre-push \"pnpm -r depcheck\"",
Expand All @@ -28,18 +28,18 @@
"update": "pnpm ncu:patch && pnpm ncu:minor && pnpm ncu:major"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@types/node": "ts5.1",
"cross-env": "7.0.3",
"depcheck": "1.4.6",
"depcheck": "1.4.7",
"husky": "8.0.3",
"lerna": "7.3.0",
"license-report": "6.4.0",
"lint-staged": "14.0.1",
"npm-check-updates": "16.14.4",
"lerna": "7.4.2",
"license-report": "6.5.0",
"lint-staged": "15.0.2",
"npm-check-updates": "16.14.6",
"npm-run-all": "4.1.5",
"pnpm": "8.8.0",
"pnpm": "8.10.2",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/angular/v11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v11",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@angular/compiler": "11.2.14",
"@angular/compiler-cli": "11.2.14",
"@angular/core": "11.2.14",
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.3",
"@types/minimist": "1.2.5",
"@types/node": "ts4.1",
"@types/normalize-package-data": "2.4.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^11",
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/angular/v12/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v12",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@angular/compiler": "12.2.17",
"@angular/compiler-cli": "12.2.17",
"@angular/core": "12.2.17",
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.3",
"@types/minimist": "1.2.5",
"@types/node": "ts4.3",
"@types/normalize-package-data": "2.4.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^12",
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/angular/v13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v13",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@angular/compiler": "13.4.0",
"@angular/compiler-cli": "13.4.0",
"@angular/core": "13.4.0",
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.3",
"@types/minimist": "1.2.5",
"@types/node": "ts4.6",
"@types/normalize-package-data": "2.4.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^13",
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/angular/v14/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v14",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@angular/compiler": "14.3.0",
"@angular/compiler-cli": "14.3.0",
"@angular/core": "14.3.0",
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.3",
"@types/minimist": "1.2.5",
"@types/node": "ts4.8",
"@types/normalize-package-data": "2.4.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^14",
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"files": [
"dist"
Expand Down
16 changes: 8 additions & 8 deletions packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v15",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -63,14 +63,14 @@
"import": "./dist/index.js"
},
"devDependencies": {
"@angular/compiler": "15.2.9",
"@angular/compiler-cli": "15.2.9",
"@angular/core": "15.2.9",
"@public-ui/components": "1.7.2",
"@angular/compiler": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@angular/core": "15.2.10",
"@public-ui/components": "1.7.6-rc.1",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.3",
"@types/minimist": "1.2.5",
"@types/node": "ts4.9",
"@types/normalize-package-data": "2.4.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"rxjs": "7.8.1",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^15",
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"files": [
"dist"
Expand Down
16 changes: 8 additions & 8 deletions packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v16",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -63,14 +63,14 @@
"import": "./dist/index.js"
},
"devDependencies": {
"@angular/compiler": "16.2.7",
"@angular/compiler-cli": "16.2.7",
"@angular/core": "16.2.7",
"@public-ui/components": "1.7.2",
"@angular/compiler": "16.2.12",
"@angular/compiler-cli": "16.2.12",
"@angular/core": "16.2.12",
"@public-ui/components": "1.7.6-rc.1",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.3",
"@types/minimist": "1.2.5",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"rxjs": "7.8.1",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^16",
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/hydrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/hydrate",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -46,11 +46,11 @@
"prepack": "npm run build"
},
"devDependencies": {
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"rimraf": "3.0.2"
},
"peerDependencies": {
"@public-ui/components": "1.7.2"
"@public-ui/components": "1.7.6-rc.1"
},
"sideEffects": false,
"type": "commonjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/preact",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -46,10 +46,10 @@
"prepack": "unbuild"
},
"dependencies": {
"@public-ui/react": "1.7.2"
"@public-ui/react": "1.7.6-rc.1"
},
"devDependencies": {
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/react-standalone/kolibri-rock's.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>

<!-- KoliBri -->
<script crossorigin src="https://unpkg.com/@public-ui/components@1.7.2/dist/kolibri/kolibri.esm.js" type="module"></script>
<script crossorigin src="https://unpkg.com/@public-ui/react-standalone@1.7.2/dist/index.mjs" type="module"></script>
<script crossorigin src="https://unpkg.com/@public-ui/components@1.7.6-rc.1/dist/kolibri/kolibri.esm.js" type="module"></script>
<script crossorigin src="https://unpkg.com/@public-ui/react-standalone@1.7.6-rc.1/dist/index.mjs" type="module"></script>

<!-- Babel -->
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
Expand All @@ -23,7 +23,7 @@
<main id="app"></main>

<script type="module">
import { register } from 'https://unpkg.com/@public-ui/components@1.7.2/dist/esm/index.js';
import { register } from 'https://unpkg.com/@public-ui/components@1.7.6-rc.1/dist/esm/index.js';
import { DEFAULT } from 'https://unpkg.com/@public-ui/themes/dist/index.mjs';
register(DEFAULT, []).catch(console.warn);
</script>
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/react-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/react-standalone",
"version": "1.7.2",
"version": "1.7.6-rc.1",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -47,12 +47,12 @@
"prepack": "pnpm build"
},
"devDependencies": {
"@public-ui/react": "1.7.2",
"@public-ui/react": "1.7.6-rc.1",
"cpy-cli": "5.0.0",
"rimraf": "3.0.2"
},
"peerDependencies": {
"@public-ui/components": "1.7.2",
"@public-ui/components": "1.7.6-rc.1",
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
Expand Down
Loading

0 comments on commit dbbd03b

Please sign in to comment.