Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tlouisse committed Nov 6, 2024
1 parent 1d2ab38 commit 0bee6e3
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-fireants-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-bears-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-toes-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-ears-bathe.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages-node/providence-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.17.1

### Patch Changes

- cc2a646: optimisedGlob: allow providing cwd with trailing slash

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-node/providence-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
Expand Down
6 changes: 6 additions & 0 deletions packages/ajax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.0

### Minor Changes

- 8d178a5: add interceptors for parsed response JSON objects

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ajax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "2.0.2",
"version": "2.1.0",
"description": "Thin wrapper around fetch with support for interceptors.",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -30,8 +30,8 @@
"debug": "cd ../../ && npm run debug -- --group ajax",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --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",
"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",
"types": "wireit"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @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

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.8.3",
"version": "0.8.4",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down

0 comments on commit 0bee6e3

Please sign in to comment.