Skip to content

Commit

Permalink
🔖 Change to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lowczarc committed Oct 24, 2023
1 parent b3d69db commit 3d0d887
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/vanilla-js.js
asset_name: 'polyfact-min-${{ fromJson(env.PACKAGE_JSON).version }}.js'
asset_name: 'polyfire-min-${{ fromJson(env.PACKAGE_JSON).version }}.js'
asset_content_type: application/javascript
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyfire-js",
"version": "0.2.6",
"version": "0.2.7",
"main": "index.js",
"types": "index.d.ts",
"author": "Lancelot Owczarczak <lancelot@owczarczak.fr>",
Expand Down
6 changes: 3 additions & 3 deletions target/vanilla-js.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import PolyfactClientBuilder from "../lib/client";
import PolyfireClientBuilder from "../lib/client";

declare const window: Window & {
PolyfactClientBuilder: typeof PolyfactClientBuilder;
PolyfireClientBuilder: typeof PolyfireClientBuilder;
};

window.PolyfactClientBuilder = PolyfactClientBuilder;
window.PolyfireClientBuilder = PolyfireClientBuilder;

0 comments on commit 3d0d887

Please sign in to comment.