Skip to content

Commit

Permalink
chore: release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rochejul committed Aug 16, 2024
1 parent 34a98d4 commit 3f8a9df
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 39 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.6",
"version": "1.0.7",
"description": "Demo app",
"source": "index.html",
"type": "module",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"@web-component-attribute-polyfill/browser": "1.0.6",
"@web-component-attribute-polyfill/types": "1.0.6"
"@web-component-attribute-polyfill/types": "1.0.7"
}
}
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.6",
"version": "1.0.7",
"description": "Demo app",
"source": "index.html",
"type": "module",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"@web-component-attribute-polyfill/browser": "1.0.6",
"@web-component-attribute-polyfill/types": "1.0.6"
"@web-component-attribute-polyfill/types": "1.0.7"
}
}
76 changes: 53 additions & 23 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.6",
"version": "1.0.7",
"type": "module",
"private": true,
"description": "Create a polyfill to allow to have an \"attribute\" web component (rather a tag web component)",
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "1.0.7",
"main": "./src/index.js",
"type": "module",
"description": "Package to load the polyfill into a browser",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@rollup/plugin-node-resolve": "15.2.3",
"rollup": "4.18.1"
},
"dependencies": {
"@web-component-attribute-polyfill/core": "1.0.6"
},
"peerDependencies": {
"@web-component-attribute-polyfill/jest-utils": "*"
},
"dependencies": {
"@web-component-attribute-polyfill/core": "1.0.7"
}
}
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.6",
"version": "1.0.7",
"type": "module",
"description": "Core logic of the polyfill",
"main": "./src/engine.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/jest-utils",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"private": "true",
"description": "Jest services for tests",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-attribute-polyfill/test-performance",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"private": "true",
"description": "Performance testing of the polyfill",
Expand All @@ -21,7 +21,7 @@
"npm": "10.7.0"
},
"devDependencies": {
"@web-component-attribute-polyfill/browser": "1.0.6",
"@web-component-attribute-polyfill/browser": "1.0.7",
"kelonio": "0.10.0"
},
"peerDependencies": {
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.6",
"version": "1.0.7",
"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.6",
"@web-component-attribute-polyfill/core": "1.0.5"
"@web-component-attribute-polyfill/browser": "1.0.7",
"@web-component-attribute-polyfill/core": "1.0.7"
}
}

0 comments on commit 3f8a9df

Please sign in to comment.