Skip to content

Commit

Permalink
chore: release 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Dec 6, 2022
1 parent efe81f5 commit 6c1d48d
Show file tree
Hide file tree
Showing 53 changed files with 9,066 additions and 9,076 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"packages/themes"
],
"useNx": false,
"version": "1.1.14-rc.0"
"version": "1.1.14"
}
8 changes: 4 additions & 4 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.1.14-rc.0",
"version": "1.1.14",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@angular/compiler-cli": "11.2.14",
"@angular/compiler": "11.2.14",
"@angular/core": "11.2.14",
"@public-ui/core": "1.1.14-rc.0",
"@public-ui/components": "1.1.14-rc.0",
"@public-ui/core": "1.1.14",
"@public-ui/components": "1.1.14",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.2",
"@types/node": "18.11.11",
Expand All @@ -86,7 +86,7 @@
},
"peerDependencies": {
"@angular/core": "^11",
"@public-ui/components": "1.1.14-rc.0"
"@public-ui/components": "1.1.14"
},
"files": [
"dist/"
Expand Down
417 changes: 208 additions & 209 deletions packages/adapters/angular/v11/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.1.14-rc.0",
"version": "1.1.14",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@angular/compiler-cli": "12.2.17",
"@angular/compiler": "12.2.17",
"@angular/core": "12.2.17",
"@public-ui/core": "1.1.14-rc.0",
"@public-ui/components": "1.1.14-rc.0",
"@public-ui/core": "1.1.14",
"@public-ui/components": "1.1.14",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.2",
"@types/node": "18.11.11",
Expand All @@ -86,7 +86,7 @@
},
"peerDependencies": {
"@angular/core": "^12",
"@public-ui/components": "1.1.14-rc.0"
"@public-ui/components": "1.1.14"
},
"files": [
"dist/"
Expand Down
Loading

0 comments on commit 6c1d48d

Please sign in to comment.