Skip to content

Commit

Permalink
[ci] release (#28)
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] authored Feb 10, 2024
1 parent 0bcfffe commit 984979d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-jokes-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-horses-complain.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/inline-mod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inox-tools/inline-mod

## 1.1.2

### Patch Changes

- ddae7b7: Add support for non-valid identifier exports
- 0bcfffe: Export module definition type

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-mod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/inline-mod",
"version": "1.1.1",
"version": "1.1.2",
"description": "Define a virtual module inline with any reference to buildtime values",
"keywords": [
"vite-plugin"
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-mod/src/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function register(name: string, modInfoPromise: Promise<InlineModule>): void {
modRegistry.set(name, modInfoPromise);
}

class InlineModulePluginError extends InlineModuleError { }
class InlineModulePluginError extends InlineModuleError {}

export function factory<T>(factoryFn: () => T): T {
return magicFactory({
Expand Down

0 comments on commit 984979d

Please sign in to comment.