Skip to content

Commit

Permalink
chore: publish new version
Browse files Browse the repository at this point in the history
 - @liip/ast-parsers@0.2.1
 - @liip/class-prefixer-ast-visitor@0.3.1
 - @liip/esbuild-plugin-ast@0.4.1
 - @liip/esbuild-plugin-ast-vue@0.4.1
 - @liip/rollup-plugin-ast-transform@0.2.1
  • Loading branch information
lgollut committed Aug 16, 2024
1 parent 6427f96 commit 615760a
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 18 deletions.
18 changes: 9 additions & 9 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/ast-parsers/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.2.1](https://github.com/liip/class-prefixer/compare/@liip/ast-parsers@0.2.0...@liip/ast-parsers@0.2.1) (2024-08-16)

### Bug Fixes

- **rollup:** Correctly generate source maps ([cf22160](https://github.com/liip/class-prefixer/commit/cf22160b8f15486cc932bdff0b9cc5d2c92232ac))

# 0.2.0 (2024-08-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/ast-parsers",
"version": "0.2.0",
"version": "0.2.1",
"description": "JavaScript and TypeScript parsers implementations",
"keywords": [
"javascript",
Expand Down
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.3.1](https://github.com/liip/class-prefixer/compare/@liip/class-prefixer-ast-visitor@0.3.0...@liip/class-prefixer-ast-visitor@0.3.1) (2024-08-16)

### Bug Fixes

- **rollup:** Correctly generate source maps ([cf22160](https://github.com/liip/class-prefixer/commit/cf22160b8f15486cc932bdff0b9cc5d2c92232ac))

# [0.3.0](https://github.com/liip/class-prefixer/compare/@liip/class-prefixer-ast-visitor@0.2.0...@liip/class-prefixer-ast-visitor@0.3.0) (2024-08-15)

### Features
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.3.0",
"version": "0.3.1",
"description": "AST visitor implementation to prefix CSS class names",
"keywords": [
"ast",
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/liip/class-prefixer/compare/@liip/esbuild-plugin-ast-vue@0.4.0...@liip/esbuild-plugin-ast-vue@0.4.1) (2024-08-16)

### Bug Fixes

- **rollup:** Correctly generate source maps ([cf22160](https://github.com/liip/class-prefixer/commit/cf22160b8f15486cc932bdff0b9cc5d2c92232ac))

# [0.4.0](https://github.com/liip/class-prefixer/compare/@liip/esbuild-plugin-ast-vue@0.3.1...@liip/esbuild-plugin-ast-vue@0.4.0) (2024-08-15)

### Features
Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "0.4.1",
"description": "Esbuild plugin to parse Vue AST",
"keywords": [
"esbuild",
Expand Down Expand Up @@ -42,8 +42,8 @@
"esbuild": "^0.19.12"
},
"dependencies": {
"@liip/ast-parsers": "^0.2.0",
"@liip/esbuild-plugin-ast": "^0.4.0",
"@liip/ast-parsers": "^0.2.1",
"@liip/esbuild-plugin-ast": "^0.4.1",
"@vue/compiler-sfc": "^3.4.38",
"convert-source-map": "^2.0.0",
"hash-sum": "^2.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin-ast/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.4.1](https://github.com/liip/class-prefixer/compare/@liip/esbuild-plugin-ast@0.4.0...@liip/esbuild-plugin-ast@0.4.1) (2024-08-16)

### Bug Fixes

- **rollup:** Correctly generate source maps ([cf22160](https://github.com/liip/class-prefixer/commit/cf22160b8f15486cc932bdff0b9cc5d2c92232ac))

# [0.4.0](https://github.com/liip/class-prefixer/compare/@liip/esbuild-plugin-ast@0.3.1...@liip/esbuild-plugin-ast@0.4.0) (2024-08-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "0.4.1",
"description": "Esbuild plugin to parse JavaScript AST",
"keywords": [
"esbuild",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@liip/ast-parsers": "^0.2.0"
"@liip/ast-parsers": "^0.2.1"
},
"devDependencies": {
"esbuild": "^0.19.12"
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup-plugin-ast-transform/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.2.1](https://github.com/liip/class-prefixer/compare/@liip/rollup-plugin-ast-transform@0.2.0...@liip/rollup-plugin-ast-transform@0.2.1) (2024-08-16)

### Bug Fixes

- **rollup:** Correctly generate source maps ([cf22160](https://github.com/liip/class-prefixer/commit/cf22160b8f15486cc932bdff0b9cc5d2c92232ac))

# 0.2.0 (2024-08-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-ast-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/rollup-plugin-ast-transform",
"version": "0.2.0",
"version": "0.2.1",
"description": "Plugin to transform JavaScript and TypeScript AST with rollup",
"keywords": [
"rollup",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@liip/ast-parsers": "^0.2.0",
"@liip/ast-parsers": "^0.2.1",
"@rollup/pluginutils": "^5.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 615760a

Please sign in to comment.