Skip to content

Commit

Permalink
chore: release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rochejul committed Aug 14, 2024
1 parent 682cdbc commit b31760f
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 33 deletions.
4 changes: 2 additions & 2 deletions demos/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/demo-ts",
"version": "1.0.4",
"version": "1.0.5",
"description": "Demo app",
"source": "index.html",
"type": "module",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"@web-component-attribute-polyfill/browser": "1.0.4",
"@web-component-attribute-polyfill/types": "1.0.4"
"@web-component-attribute-polyfill/types": "1.0.5"
}
}
4 changes: 2 additions & 2 deletions demos/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/demo",
"version": "1.0.4",
"version": "1.0.5",
"description": "Demo app",
"source": "index.html",
"type": "module",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"@web-component-attribute-polyfill/browser": "1.0.4",
"@web-component-attribute-polyfill/types": "1.0.4"
"@web-component-attribute-polyfill/types": "1.0.5"
}
}
74 changes: 52 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-component-attribute-polyfill",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"private": true,
"description": "Create a polyfill to allow to have an \"attribute\" web component (rather a tag web component)",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/browser",
"version": "1.0.4",
"version": "1.0.5",
"main": "./src/index.js",
"type": "module",
"description": "Package to load the polyfill into a browser",
Expand Down Expand Up @@ -49,6 +49,6 @@
"rollup": "4.18.1"
},
"dependencies": {
"@web-component-attribute-polyfill/core": "1.0.4"
"@web-component-attribute-polyfill/core": "1.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/core",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"description": "Core logic of the polyfill",
"main": "./src/engine.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/types",
"version": "1.0.4",
"version": "1.0.5",
"description": "Typescript definition of the polyfill",
"main": "./build/index.types.js",
"types": "./src/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"access": "public"
},
"dependencies": {
"@web-component-attribute-polyfill/browser": "1.0.4",
"@web-component-attribute-polyfill/core": "1.0.3"
"@web-component-attribute-polyfill/browser": "1.0.5",
"@web-component-attribute-polyfill/core": "1.0.5"
}
}

0 comments on commit b31760f

Please sign in to comment.