From 3cc3d2960ff10dac5351f7f337b9c70cabdeb85b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Nov 2022 10:40:59 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-pets-accept.md | 5 --- .changeset/cold-houses-accept.md | 5 --- .changeset/great-jokes-travel.md | 5 --- .changeset/hot-carrots-pay.md | 6 --- .changeset/late-donkeys-collect.md | 5 --- .changeset/moody-days-yawn.md | 5 --- .changeset/nine-fishes-fly.md | 5 --- .changeset/pink-games-grin.md | 5 --- .changeset/red-pugs-promise.md | 32 ---------------- .changeset/smooth-flowers-kiss.md | 6 --- .../providence-analytics/CHANGELOG.md | 18 +++++++-- .../providence-analytics/package.json | 2 +- packages/ajax/CHANGELOG.md | 11 ++++++ packages/ajax/package.json | 16 ++++---- packages/singleton-manager/CHANGELOG.md | 7 ++++ packages/singleton-manager/package.json | 16 ++++---- packages/ui/CHANGELOG.md | 37 +++++++++++++++++++ packages/ui/package.json | 4 +- 18 files changed, 89 insertions(+), 101 deletions(-) delete mode 100644 .changeset/brown-pets-accept.md delete mode 100644 .changeset/cold-houses-accept.md delete mode 100644 .changeset/great-jokes-travel.md delete mode 100644 .changeset/hot-carrots-pay.md delete mode 100644 .changeset/late-donkeys-collect.md delete mode 100644 .changeset/moody-days-yawn.md delete mode 100644 .changeset/nine-fishes-fly.md delete mode 100644 .changeset/pink-games-grin.md delete mode 100644 .changeset/red-pugs-promise.md delete mode 100644 .changeset/smooth-flowers-kiss.md create mode 100644 packages/ui/CHANGELOG.md diff --git a/.changeset/brown-pets-accept.md b/.changeset/brown-pets-accept.md deleted file mode 100644 index 70c4b0558..000000000 --- a/.changeset/brown-pets-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -add possibility to provide a 'custom defined project' (array of filePaths) to Analyzer diff --git a/.changeset/cold-houses-accept.md b/.changeset/cold-houses-accept.md deleted file mode 100644 index 43db3834f..000000000 --- a/.changeset/cold-houses-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': minor ---- - -Expose more exports; updated to cjs format only diff --git a/.changeset/great-jokes-travel.md b/.changeset/great-jokes-travel.md deleted file mode 100644 index ea7c17ab2..000000000 --- a/.changeset/great-jokes-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -improvements find-exports, trackdown-identifier, get-source-code-fragment-of-declaration diff --git a/.changeset/hot-carrots-pay.md b/.changeset/hot-carrots-pay.md deleted file mode 100644 index 78af23fcd..000000000 --- a/.changeset/hot-carrots-pay.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/ajax': minor ---- - -Update to use `package exports` with a dedicated `types` entry. -This means the package only supports node 16+ and TS 4.7+ with `moduleResolution: Node16` or `moduleResolution: NodeNext` as described in the [TS 4.7 Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). diff --git a/.changeset/late-donkeys-collect.md b/.changeset/late-donkeys-collect.md deleted file mode 100644 index d4b2d5fd9..000000000 --- a/.changeset/late-donkeys-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -don't throw on non-JSON responses in fetchJson diff --git a/.changeset/moody-days-yawn.md b/.changeset/moody-days-yawn.md deleted file mode 100644 index 6bfd7bca2..000000000 --- a/.changeset/moody-days-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -providence-analytics: add export-map functionality to InputDataService diff --git a/.changeset/nine-fishes-fly.md b/.changeset/nine-fishes-fly.md deleted file mode 100644 index 02c33ddd6..000000000 --- a/.changeset/nine-fishes-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -add util "getSourceCodeFragmentOfDeclaration" diff --git a/.changeset/pink-games-grin.md b/.changeset/pink-games-grin.md deleted file mode 100644 index 8c0bf912c..000000000 --- a/.changeset/pink-games-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -improve memoization diff --git a/.changeset/red-pugs-promise.md b/.changeset/red-pugs-promise.md deleted file mode 100644 index 77fb3a96a..000000000 --- a/.changeset/red-pugs-promise.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -'@lion/ui': patch ---- - -This introduces a new package `@lion/ui` which is a collection of UI components that can be used in your application. It contains all the components/systems that used to be distributed via separate `@lion/*` packages. - -This is a breaking as you will need to import all components from `@lion/ui` instead of `@lion/*` packages now. - -```diff -- import { LionAccordion } from '@lion/accordion'; -+ import { LionAccordion } from '@lion/ui/accordion.js'; -``` - -This is also true for element registrations - -```diff -- import '@lion/accordion/define'; -+ import '@lion/ui/define/lion-accordion.js'; -``` - -Essentially the whole public API e.g. all the available exports can be found in the [exports](https://github.com/ing-bank/lion/tree/master/packages/ui/exports) folder. - -The package only supports TS 4.7+ using `"moduleResolution": "Node16"` or `"moduleResolution": "NodeNext"` as described in the [TS 4.7 Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). - -This package will have a new single CHANGELOG.md for the whole package. If you are interested the older individual changelogs then you can find them in the [\_legacy-changelogs folder](https://github.com/ing-bank/lion/tree/master/packages/ui/_legacy-changelogs). - -This new version also includes the following changes for it's containing components: - -- fix(switch): SwitchButton do not dispatch checked-change event when is disabled -- fix(calendar): calendar translation de.js strings corrected - -Note: This package is considered alpha until extending docs and type exports are verified. diff --git a/.changeset/smooth-flowers-kiss.md b/.changeset/smooth-flowers-kiss.md deleted file mode 100644 index cfb006335..000000000 --- a/.changeset/smooth-flowers-kiss.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'singleton-manager': minor ---- - -Update to use `package exports` with a dedicated `types` entry. -This means the package only supports node 16+ and TS 4.7+ with `moduleResolution: Node16` or `moduleResolution: NodeNext` as described in the [TS 4.7 Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). diff --git a/packages-node/providence-analytics/CHANGELOG.md b/packages-node/providence-analytics/CHANGELOG.md index 947261409..edfaf17fa 100644 --- a/packages-node/providence-analytics/CHANGELOG.md +++ b/packages-node/providence-analytics/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- e9c6523f: Expose more exports; updated to cjs format only + +### Patch Changes + +- a849f09f: add possibility to provide a 'custom defined project' (array of filePaths) to Analyzer +- f7fc7df3: improvements find-exports, trackdown-identifier, get-source-code-fragment-of-declaration +- 9593c456: providence-analytics: add export-map functionality to InputDataService +- a849f09f: add util "getSourceCodeFragmentOfDeclaration" +- dd3458af: improve memoization + ## 0.13.0 ### Minor Changes @@ -106,9 +120,7 @@ } render() { - return html` - click me - `; + return html` click me `; } } ``` diff --git a/packages-node/providence-analytics/package.json b/packages-node/providence-analytics/package.json index 3dcb18b7a..60604f766 100644 --- a/packages-node/providence-analytics/package.json +++ b/packages-node/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.13.0", + "version": "0.14.0", "description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes", "license": "MIT", "author": "ing-bank", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 185a2214b..3617ec571 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.1.0 + +### Minor Changes + +- e08b6bec: Update to use `package exports` with a dedicated `types` entry. + This means the package only supports node 16+ and TS 4.7+ with `moduleResolution: Node16` or `moduleResolution: NodeNext` as described in the [TS 4.7 Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). + +### Patch Changes + +- 66abd3ea: don't throw on non-JSON responses in fetchJson + ## 1.0.0 ### Major Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 1fee682bf..bf6b51254 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "1.0.0", + "version": "1.1.0", "description": "Thin wrapper around fetch with support for interceptors.", "license": "MIT", "author": "ing-bank", @@ -11,6 +11,13 @@ "directory": "packages/ajax" }, "type": "module", + "exports": { + ".": { + "types": "./dist-types/src/index.d.ts", + "default": "./src/index.js" + }, + "./docs/*": "./docs/*" + }, "main": "src/index.js", "module": "src/index.js", "files": [ @@ -37,13 +44,6 @@ "publishConfig": { "access": "public" }, - "exports": { - ".": { - "types": "./dist-types/src/index.d.ts", - "default": "./src/index.js" - }, - "./docs/*": "./docs/*" - }, "wireit": { "types": { "command": "tsc --build --pretty", diff --git a/packages/singleton-manager/CHANGELOG.md b/packages/singleton-manager/CHANGELOG.md index cfa4d4d65..bd63edd59 100644 --- a/packages/singleton-manager/CHANGELOG.md +++ b/packages/singleton-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.0 + +### Minor Changes + +- e08b6bec: Update to use `package exports` with a dedicated `types` entry. + This means the package only supports node 16+ and TS 4.7+ with `moduleResolution: Node16` or `moduleResolution: NodeNext` as described in the [TS 4.7 Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). + ## 1.5.0 ### Minor Changes diff --git a/packages/singleton-manager/package.json b/packages/singleton-manager/package.json index 1397df12e..46750e8d9 100644 --- a/packages/singleton-manager/package.json +++ b/packages/singleton-manager/package.json @@ -1,6 +1,6 @@ { "name": "singleton-manager", - "version": "1.5.0", + "version": "1.6.0", "description": "Manage singletons across multiple major versions so they converge to a single instance", "license": "MIT", "author": "ing-bank", @@ -11,6 +11,13 @@ "directory": "packages/singleton-manager" }, "type": "module", + "exports": { + ".": { + "types": "./dist-types/src/index.d.ts", + "default": "./src/index.js" + }, + "./docs/*": "./docs/*" + }, "files": [ "dist-types", "docs", @@ -36,13 +43,6 @@ "publishConfig": { "access": "public" }, - "exports": { - ".": { - "types": "./dist-types/src/index.d.ts", - "default": "./src/index.js" - }, - "./docs/*": "./docs/*" - }, "wireit": { "types": { "command": "tsc --build --pretty", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 000000000..36ecfa9b1 --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -0,0 +1,37 @@ +# @lion/ui + +## 0.0.1 + +### Patch Changes + +- e08b6bec: This introduces a new package `@lion/ui` which is a collection of UI components that can be used in your application. It contains all the components/systems that used to be distributed via separate `@lion/*` packages. + + This is a breaking as you will need to import all components from `@lion/ui` instead of `@lion/*` packages now. + + ```diff + - import { LionAccordion } from '@lion/accordion'; + + import { LionAccordion } from '@lion/ui/accordion.js'; + ``` + + This is also true for element registrations + + ```diff + - import '@lion/accordion/define'; + + import '@lion/ui/define/lion-accordion.js'; + ``` + + Essentially the whole public API e.g. all the available exports can be found in the [exports](https://github.com/ing-bank/lion/tree/master/packages/ui/exports) folder. + + The package only supports TS 4.7+ using `"moduleResolution": "Node16"` or `"moduleResolution": "NodeNext"` as described in the [TS 4.7 Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). + + This package will have a new single CHANGELOG.md for the whole package. If you are interested the older individual changelogs then you can find them in the [\_legacy-changelogs folder](https://github.com/ing-bank/lion/tree/master/packages/ui/_legacy-changelogs). + + This new version also includes the following changes for it's containing components: + + - fix(switch): SwitchButton do not dispatch checked-change event when is disabled + - fix(calendar): calendar translation de.js strings corrected + + Note: This package is considered alpha until extending docs and type exports are verified. + +- Updated dependencies [e08b6bec] + - singleton-manager@1.6.0 diff --git a/packages/ui/package.json b/packages/ui/package.json index ddd136672..a2797a9d4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.0.0", + "version": "0.0.1", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank", @@ -50,7 +50,7 @@ "awesome-phonenumber": "^3.0.1", "ibantools": "^2.2.0", "lit": "^2.4.0", - "singleton-manager": "^1.5.0" + "singleton-manager": "^1.6.0" }, "keywords": [ "design-system",