@rxap/contenteditable
Advanced tools
Comparing version 16.0.0-dev.15 to 16.0.0-dev.16
@@ -6,2 +6,13 @@ # Change Log | ||
# [16.0.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/contenteditable@16.0.0-dev.4...@rxap/contenteditable@16.0.0-dev.16) (2023-10-11) | ||
### Bug Fixes | ||
- add browser-tailwind as imp dep if project has tailwind configuration ([3d90660](https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3)) | ||
- add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6)) | ||
- add tailwind bundle build target and configurations ([de3825a](https://gitlab.com/rxap/packages/commit/de3825a0e2977389f81cc4ce63e510767ca25810)) | ||
- ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2)) | ||
- generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9)) | ||
- peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a)) | ||
# [16.0.0-dev.15](https://gitlab.com/rxap/packages/compare/@rxap/contenteditable@16.0.0-dev.14...@rxap/contenteditable@16.0.0-dev.15) (2023-09-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"version": "16.0.0-dev.15", | ||
"version": "16.0.0-dev.16", | ||
"name": "@rxap/contenteditable", | ||
@@ -10,4 +10,4 @@ "license": "GPL-3.0-or-later", | ||
"@angular/core": "^16.1.4", | ||
"@rxap/pattern": "^1.0.1-dev.10", | ||
"@rxap/utilities": "^16.0.0-dev.17" | ||
"@rxap/pattern": "^1.1.0-dev.0", | ||
"@rxap/utilities": "^16.0.0-dev.21" | ||
}, | ||
@@ -35,7 +35,7 @@ "author": { | ||
"package": "@rxap/pattern", | ||
"version": "1.0.1-dev.10" | ||
"version": "1.1.0-dev.0" | ||
}, | ||
{ | ||
"package": "@rxap/utilities", | ||
"version": "16.0.0-dev.17" | ||
"version": "16.0.0-dev.21" | ||
} | ||
@@ -54,3 +54,3 @@ ] | ||
"sideEffects": false, | ||
"gitHead": "8d7aeb0f4a5ef9c6476b98d06c6f52f5d79d4a95", | ||
"gitHead": "cc79abe8b76799cf9e91a91b92e8172b23a74b13", | ||
"module": "fesm2022/rxap-contenteditable.mjs", | ||
@@ -57,0 +57,0 @@ "typings": "index.d.ts", |
@@ -20,3 +20,3 @@ # @rxap/contenteditable | ||
```bash | ||
yarn add @angular/core@^16.1.4 @rxap/pattern@^1.0.1-dev.10 @rxap/utilities@^16.0.0-dev.17 tslib@2.6.2 | ||
yarn add @angular/core@^16.1.4 @rxap/pattern@^1.1.0-dev.0 @rxap/utilities@^16.0.0-dev.21 tslib@2.6.2 | ||
``` |
94533