Skip to content

Commit

Permalink
chore(xast-util-select): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent da634f5 commit 5e68ff5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions libs/xast/xast-util-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/xast-util-select-0.2.0...xast-util-select-0.3.0) (2023-09-29)

### Dependency Updates

* `xast-util-has-attribute` updated to version `0.3.0`
* `xast-util-is-element` updated to version `0.3.1`

### Features

* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e))


### Bug Fixes

* improve things, I think ([0497a58](https://github.com/TrialAndErrorOrg/parsers/commit/0497a58640e74de5779e3c6d429ae528bda738a9))

## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/xast-util-select-0.1.3...xast-util-select-0.2.0) (2023-09-22)

### Dependency Updates
Expand Down
6 changes: 3 additions & 3 deletions libs/xast/xast-util-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xast-util-select",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <[email protected]>",
Expand Down Expand Up @@ -32,8 +32,8 @@
"/lib"
],
"dependencies": {
"xast-util-has-attribute": "0.2.0",
"xast-util-is-element": "0.2.0",
"xast-util-has-attribute": "0.3.0",
"xast-util-is-element": "0.3.1",
"property-information": "^6.1.1",
"zwitch": "^2.0.2",
"comma-separated-tokens": "^2.0.2",
Expand Down

0 comments on commit 5e68ff5

Please sign in to comment.