Version Packages (#2078)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-09-14 15:19:37 +02:00 committed by GitHub
parent 0ea8b75349
commit a447ad66a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
"@lion/ajax": patch
---
fix: export ajax types

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
export more type definitions

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 1.2.3
### Patch Changes
- 55e445c2: fix: export ajax types
## 1.2.2 ## 1.2.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ajax", "name": "@lion/ajax",
"version": "1.2.2", "version": "1.2.3",
"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",

View file

@ -1,5 +1,11 @@
# @lion/ui # @lion/ui
## 0.4.1
### Patch Changes
- a58d8ce0: export more type definitions
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View file

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