Skip to content

Commit

Permalink
chore: publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgollut committed Oct 11, 2023
1 parent 9ae706b commit a563bdb
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 9 deletions.
10 changes: 5 additions & 5 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/class-prefixer-ast-visitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-10-11)

### Bug Fixes

- **ast-vue:** Correctly parse en prefix vue3 template classes ([3def68a](https://github.com/liip/class-prefixer/commit/3def68a31dcf6e4600b32068fc1e8f88f064565a))

# 0.1.0 (2023-07-05)

**Note:** Version bump only for package @liip/class-prefixer-ast-visitor
Expand Down
2 changes: 1 addition & 1 deletion packages/class-prefixer-ast-visitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/class-prefixer-ast-visitor",
"version": "0.1.0",
"version": "0.1.1",
"description": "AST visitor implementation to prefix CSS class names",
"keywords": [
"ast",
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild-plugin-ast-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-10-11)

### Bug Fixes

- **ast-vue:** Correctly parse en prefix vue3 template classes ([3def68a](https://github.com/liip/class-prefixer/commit/3def68a31dcf6e4600b32068fc1e8f88f064565a))
- **ast:** Allow parser to apply multiple visitors to on AST ([408bcc9](https://github.com/liip/class-prefixer/commit/408bcc9f72d8f5c73d87405bdfd721af9a9346de))

### BREAKING CHANGES

- **ast:** `visitor` esbuild plugin option has been renamed to `visitors`

## [0.1.1](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-07-05)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-ast-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/esbuild-plugin-ast-vue",
"version": "0.1.1",
"version": "0.2.0",
"description": "Esbuild plugin to parse Vue AST",
"keywords": [
"esbuild",
Expand Down Expand Up @@ -42,7 +42,7 @@
"esbuild": "^0.18.6"
},
"dependencies": {
"@liip/esbuild-plugin-ast": "^0.1.1",
"@liip/esbuild-plugin-ast": "^0.2.0",
"@vue/compiler-sfc": "^3.3.4",
"convert-source-map": "^2.0.0",
"hash-sum": "^2.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild-plugin-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-10-11)

### Bug Fixes

- **ast:** Allow parser to apply multiple visitors to on AST ([408bcc9](https://github.com/liip/class-prefixer/commit/408bcc9f72d8f5c73d87405bdfd721af9a9346de))
- **esbuild:** Exclude loaders file types from the parser ([fd6e080](https://github.com/liip/class-prefixer/commit/fd6e0806d9ab7e246948daa463125fad914fdeaa))

### BREAKING CHANGES

- **ast:** `visitor` esbuild plugin option has been renamed to `visitors`

## [0.1.1](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-07-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/esbuild-plugin-ast",
"version": "0.1.1",
"version": "0.2.0",
"description": "Esbuild plugin to parse JavaScript AST",
"keywords": [
"esbuild",
Expand Down

0 comments on commit a563bdb

Please sign in to comment.