Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Westbrook committed Jun 9, 2023
1 parent fa43817 commit 57ddb3c
Show file tree
Hide file tree
Showing 31 changed files with 152 additions and 55 deletions.
18 changes: 0 additions & 18 deletions .changeset/crazy-panda-assassin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-jokes-kick.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wild-dodos-join.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/building-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.0.0

### Major Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- 80c6ae66: Use latest @web/\* dependencies.
Upgrade Rollup to `v3.x`
- Updated dependencies [935c8ffe]
- @open-wc/building-utils@3.0.0

## 2.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/building-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "2.2.3",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"@babel/plugin-transform-modules-systemjs": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.21.1",
"@open-wc/building-utils": "^3.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@web/rollup-plugin-html": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/building-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- 935c8ffe: Drop support for Node@14

## 2.21.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/building-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-utils",
"version": "2.21.1",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/chai-a11y-axe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.5.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chai-a11y-axe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chai-a11y-axe",
"version": "1.4.1",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/dedupe-mixin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dedupe-mixin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/dedupe-mixin",
"version": "1.3.1",
"version": "1.4.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/dev-server-hmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @open-wc/dev-server-wc-hmr

## 0.2.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- 80c6ae66: Use latest @web/\* dependencies.
Upgrade Rollup to `v3.x`

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/dev-server-hmr",
"version": "0.1.4",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 11.0.0

### Major Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- Updated dependencies [935c8ffe]
- eslint-plugin-lit-a11y@3.0.0

## 10.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/eslint-config",
"version": "10.0.0",
"version": "11.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-lit": "^1.3.0",
"eslint-plugin-lit-a11y": "^2.4.0",
"eslint-plugin-lit-a11y": "^3.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-wc": "^1.2.0"
},
Expand All @@ -39,7 +39,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-exports-imports-resolver": "^1.0.1",
"eslint-plugin-lit": "^1.8.0",
"eslint-plugin-lit-a11y": "^2.4.0",
"eslint-plugin-lit-a11y": "^3.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-wc": "^1.2.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-lit-a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Major Changes

- 935c8ffe: Drop support for Node@14

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-lit-a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-lit-a11y",
"version": "2.4.1",
"version": "3.0.0",
"description": "linting plugin for lit-a11y",
"license": "ISC",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/import-maps-resolve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0

### Major Changes

- 935c8ffe: Drop support for Node@14

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/import-maps-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@import-maps/resolve",
"version": "1.0.1",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.6.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.5.1",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/scoped-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.2.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- 80c6ae66: Use latest @web/\* dependencies.
Upgrade Rollup to `v3.x`
- Updated dependencies [935c8ffe]
- @open-wc/dedupe-mixin@1.4.0

## 2.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/scoped-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "2.1.5",
"version": "2.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"@lit/reactive-element": "^1.0.0",
"@open-wc/dedupe-mixin": "^1.3.0"
"@open-wc/dedupe-mixin": "^1.4.0"
},
"devDependencies": {
"@webcomponents/scoped-custom-element-registry": "^0.0.5"
Expand Down
11 changes: 11 additions & 0 deletions packages/semantic-dom-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.20.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- 80c6ae66: Use latest @web/\* dependencies.
Upgrade Rollup to `v3.x`

## 0.19.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-dom-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.19.9",
"version": "0.20.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-addon-markdown-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0

### Major Changes

- 935c8ffe: Drop support for Node@14

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-markdown-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-markdown-docs",
"version": "1.0.5",
"version": "2.0.0",
"description": "Write documentation in markdown for storybook",
"license": "MIT",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/testing-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.3.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- 3289e0eb: Add oneDefaultPreventedEvent export into testing package and no-side-effect indexes
- Updated dependencies [935c8ffe]
- Updated dependencies [80c6ae66]
- @open-wc/scoped-elements@2.2.0

## 2.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-helpers",
"version": "2.2.1",
"version": "2.3.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"fixtures"
],
"dependencies": {
"@open-wc/scoped-elements": "^2.1.3",
"@open-wc/scoped-elements": "^2.2.0",
"lit": "^2.0.0",
"lit-html": "^2.0.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 3.2.0

### Minor Changes

- 935c8ffe: Drop support for Node@14

### Patch Changes

- 3289e0eb: Add oneDefaultPreventedEvent export into testing package and no-side-effect indexes
- Updated dependencies [935c8ffe]
- Updated dependencies [3289e0eb]
- Updated dependencies [80c6ae66]
- chai-a11y-axe@1.5.0
- @open-wc/semantic-dom-diff@0.20.0
- @open-wc/testing-helpers@2.3.0

## 3.1.8

### Patch Changes
Expand Down
Loading

0 comments on commit 57ddb3c

Please sign in to comment.