Version Packages

This commit is contained in:
github-actions[bot] 2024-11-06 11:02:12 +00:00 committed by Thijs Louisse
parent 1d2ab389a3
commit 0bee6e3e0b
10 changed files with 23 additions and 24 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': minor
---
add interceptors for parsed response JSON objects

View file

@ -1,5 +0,0 @@
---
'providence-analytics': patch
---
optimisedGlob: allow providing cwd with trailing slash

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
expand script that corrects types after build

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix(ui/types): export FocusHost type from types/form-core.js

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.17.1
### Patch Changes
- cc2a646: optimisedGlob: allow providing cwd with trailing slash
## 0.17.0 ## 0.17.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "providence-analytics", "name": "providence-analytics",
"version": "0.17.0", "version": "0.17.1",
"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", "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", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 2.1.0
### Minor Changes
- 8d178a5: add interceptors for parsed response JSON objects
## 2.0.2 ## 2.0.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ajax", "name": "@lion/ajax",
"version": "2.0.2", "version": "2.1.0",
"description": "Thin wrapper around fetch with support for interceptors.", "description": "Thin wrapper around fetch with support for interceptors.",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -30,8 +30,8 @@
"debug": "cd ../../ && npm run debug -- --group ajax", "debug": "cd ../../ && npm run debug -- --group ajax",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group ajax", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group ajax",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group ajax", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group ajax",
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../ --copy-dir docs/fundamentals/tools/ajax/assets",
"prepublishOnly": "npm run types && npm run publish-docs", "prepublishOnly": "npm run types && npm run publish-docs",
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../ --copy-dir docs/fundamentals/tools/ajax/assets",
"test": "cd ../../ && npm run test:browser -- --group ajax", "test": "cd ../../ && npm run test:browser -- --group ajax",
"types": "wireit" "types": "wireit"
}, },

View file

@ -1,5 +1,12 @@
# @lion/ui # @lion/ui
## 0.8.4
### Patch Changes
- 0582868: expand script that corrects types after build
- a4f654a: fix(ui/types): export FocusHost type from types/form-core.js
## 0.8.3 ## 0.8.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.8.3", "version": "0.8.4",
"description": "A package of extendable web components", "description": "A package of extendable web components",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",