Skip to content

Commit

Permalink
[ci] release (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Fryuni and github-actions[bot] committed Aug 24, 2024
1 parent d2d7220 commit 4ad7a92
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-jokes-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-ties-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-crews-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-moose-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-mugs-sniff.md

This file was deleted.

4 changes: 1 addition & 3 deletions examples/request-nanostores/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"exclude": [
"dist/**"
]
"exclude": ["dist/**"]
}
6 changes: 6 additions & 0 deletions packages/aik-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/aik-mod

## 0.8.2

### Patch Changes

- 36180db: Add debug logging

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/aik-mod",
"version": "0.8.1",
"version": "0.8.2",
"description": "AIK Plugin for inline modules",
"keywords": [
"aik",
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-mod/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function ensurePluginIsInstalled(
const { config, updateConfig } = options;
if (hasPlugin(config.vite?.plugins || [], '@inox-tools/inline-mod')) {
debug('Plugin is already installed, using no-op installation function.');
return () => { };
return () => {};
}

let done = false;
Expand Down
6 changes: 6 additions & 0 deletions packages/aik-route-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/aik-route-config

## 0.7.2

### Patch Changes

- 8400096: Add debug logging

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-route-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/aik-route-config",
"version": "0.7.1",
"version": "0.7.2",
"description": "",
"keywords": [
"aik",
Expand Down
28 changes: 14 additions & 14 deletions packages/aik-route-config/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
coverage: {
all: true,
reportsDirectory: './__coverage__',
thresholds: {
autoUpdate: true,
lines: 53.16,
functions: 71.42,
branches: 82.75,
statements: 53.16,
},
},
},
});
test: {
coverage: {
all: true,
reportsDirectory: './__coverage__',
thresholds: {
autoUpdate: true,
lines: 53.16,
functions: 71.42,
branches: 82.75,
statements: 53.16,
},
},
},
});
6 changes: 6 additions & 0 deletions packages/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/astro-when

## 0.2.2

### Patch Changes

- 255dc13: Add debug logging

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-when/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-when",
"version": "0.2.1",
"version": "0.2.2",
"description": "Integration that informs when in Astro's lifecycle the code is running",
"keywords": [
"lifecycle",
Expand Down
7 changes: 7 additions & 0 deletions packages/content-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/content-utils

## 0.6.1

### Patch Changes

- 00895ec: Add debug logging
- d2d7220: Optimize git times to use a single git command instead of one per file

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/content-utils",
"version": "0.6.0",
"version": "0.6.1",
"description": "Utilities to work with content collections on an Astro project from an integration or library.",
"keywords": [
"lifecycle",
Expand Down
7 changes: 7 additions & 0 deletions packages/sitemap-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/sitemap-ext

## 0.3.3

### Patch Changes

- Updated dependencies [8400096]
- @inox-tools/aik-route-config@0.7.2

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sitemap-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/sitemap-ext",
"version": "0.3.2",
"version": "0.3.3",
"description": "Higher level extension over Astro's official sitemap integration",
"keywords": [
"sitemap",
Expand Down

0 comments on commit 4ad7a92

Please sign in to comment.