Skip to content

Commit

Permalink
Merge pull request #11 from marko-js/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
DylanPiercey authored Aug 18, 2023
2 parents c9fc240 + f5e674a commit 1c3b9f9
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-planets-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-mails-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-stingrays-care.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/compat-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @marko/compat-v4

## 1.0.4

### Patch Changes

- [`0044e93`](https://github.com/marko-js/compat/commit/0044e93d26febfa14d153e3cd0aebc084351ff44) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where if directive migration was running on valid else tags

- [`c6b3b0b`](https://github.com/marko-js/compat/commit/c6b3b0b92db74abc02f9d8976b65dc5c6c73ae9c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Migrate if attribute on else tag to an else-if tag.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/compat-v4",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/marko-js/compat/blob/main/README.md",
"bugs": "https://github.com/marko-js/compat/issues/new?template=Bug_report.md",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/marko-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# marko-widgets

## 8.0.6

### Patch Changes

- [`c9fc240`](https://github.com/marko-js/compat/commit/c9fc240f1579c90b27d279ab1da8365db42606f8) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where layout-placeholder's were not properly being converted to camelCase.

- Updated dependencies [[`0044e93`](https://github.com/marko-js/compat/commit/0044e93d26febfa14d153e3cd0aebc084351ff44), [`c6b3b0b`](https://github.com/marko-js/compat/commit/c6b3b0b92db74abc02f9d8976b65dc5c6c73ae9c)]:
- @marko/compat-v4@1.0.4

## 8.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko-widgets",
"version": "8.0.5",
"version": "8.0.6",
"homepage": "https://github.com/marko-js/compat/blob/main/README.md",
"bugs": "https://github.com/marko-js/compat/issues/new?template=Bug_report.md",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@marko/babel-utils": "^6.3.1",
"@marko/compat-utils": "^1.0.1",
"@marko/compat-v4": "^1.0.3",
"@marko/compat-v4": "^1.0.4",
"raptor-dom": "^1.1.1",
"raptor-renderer": "^1.5.0"
},
Expand Down

0 comments on commit 1c3b9f9

Please sign in to comment.