Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Sep 20, 2024
1 parent cc69372 commit ef1dc75
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/nervous-kids-rescue.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

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

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

## 1.0.2

### Patch Changes

- [#22](https://github.com/marko-js/compat/pull/22) [`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incompatibilty with latest @marko/compiler

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/compat-utils",
"version": "1.0.1",
"version": "1.0.2",
"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/compat-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marko/compat-v4

## 1.0.8

### Patch Changes

- [#22](https://github.com/marko-js/compat/pull/22) [`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incompatibilty with latest @marko/compiler

- Updated dependencies [[`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f)]:
- @marko/compat-utils@1.0.2

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "1.0.8",
"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 All @@ -26,7 +26,7 @@
],
"dependencies": {
"@marko/babel-utils": "^6.5.6",
"@marko/compat-utils": "^1.0.1"
"@marko/compat-utils": "^1.0.2"
},
"peerDependencies": {
"@marko/compiler": "^5",
Expand Down
10 changes: 10 additions & 0 deletions packages/marko-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# marko-widgets

## 8.0.13

### Patch Changes

- [#22](https://github.com/marko-js/compat/pull/22) [`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incompatibilty with latest @marko/compiler

- Updated dependencies [[`cc693723ad05215b6ec8195c9ab5552aeea2900f`](https://github.com/marko-js/compat/commit/cc693723ad05215b6ec8195c9ab5552aeea2900f)]:
- @marko/compat-utils@1.0.2
- @marko/compat-v4@1.0.8

## 8.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "8.0.13",
"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 @@ -32,8 +32,8 @@
],
"dependencies": {
"@marko/babel-utils": "^6.5.6",
"@marko/compat-utils": "^1.0.1",
"@marko/compat-v4": "^1.0.7",
"@marko/compat-utils": "^1.0.2",
"@marko/compat-v4": "^1.0.8",
"raptor-dom": "^1.1.1",
"raptor-renderer": "^1.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"diffable-html": "^5.0.0",
"jquery": "^3.7.0",
"mocha-autotest": "^1.1.2",
"marko-widgets": "^8.0.0"
"marko-widgets": "^8.0.13"
}
}

0 comments on commit ef1dc75

Please sign in to comment.