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 12, 2023
1 parent b4a070d commit af9b9ac
Show file tree
Hide file tree
Showing 11 changed files with 72 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.

10 changes: 10 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,16 @@
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-12)

### chore

- Update dependencies ([159adde](https://github.com/liip/class-prefixer/commit/159adde0896c8ae292e18b4c9e97e300c58b0535))

### BREAKING CHANGES

- Update esbuild peer dependenciy on 0.19.x

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.2.0",
"description": "AST visitor implementation to prefix CSS class names",
"keywords": [
"ast",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@liip/class-prefixer-core": "^0.1.0"
"@liip/class-prefixer-core": "^0.2.0"
},
"devDependencies": {
"@types/estree": "^1.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/class-prefixer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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-12)

### chore

- Update dependencies ([159adde](https://github.com/liip/class-prefixer/commit/159adde0896c8ae292e18b4c9e97e300c58b0535))

### BREAKING CHANGES

- Update esbuild peer dependenciy on 0.19.x

# 0.1.0 (2023-07-05)

**Note:** Version bump only for package @liip/class-prefixer-core
Expand Down
2 changes: 1 addition & 1 deletion packages/class-prefixer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/class-prefixer-core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Core utilities of the class-prefixer tools",
"keywords": [
"css",
Expand Down
10 changes: 10 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,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### chore

- Update dependencies ([159adde](https://github.com/liip/class-prefixer/commit/159adde0896c8ae292e18b4c9e97e300c58b0535))

### BREAKING CHANGES

- Update esbuild peer dependenciy on 0.19.x

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

### 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.2.0",
"version": "0.3.0",
"description": "Esbuild plugin to parse Vue AST",
"keywords": [
"esbuild",
Expand Down Expand Up @@ -42,7 +42,7 @@
"esbuild": "^0.19.4"
},
"dependencies": {
"@liip/esbuild-plugin-ast": "^0.2.0",
"@liip/esbuild-plugin-ast": "^0.3.0",
"@vue/compiler-sfc": "^3.3.4",
"convert-source-map": "^2.0.0",
"hash-sum": "^2.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/esbuild-plugin-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### chore

- Update dependencies ([159adde](https://github.com/liip/class-prefixer/commit/159adde0896c8ae292e18b4c9e97e300c58b0535))

### BREAKING CHANGES

- Update esbuild peer dependenciy on 0.19.x

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

### Bug Fixes
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.2.0",
"version": "0.3.0",
"description": "Esbuild plugin to parse JavaScript AST",
"keywords": [
"esbuild",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@liip/class-prefixer-core": "^0.1.0",
"@liip/class-prefixer-core": "^0.2.0",
"acorn": "^8.10.0",
"astring": "^1.8.6",
"estraverse": "^5.3.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/postcss-class-prefixer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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-12)

### Bug Fixes

- **postcss:** Remove typing error ([6668332](https://github.com/liip/class-prefixer/commit/66683324ff31682ac1f4db76d3c1817f31698738))

### chore

- Update dependencies ([159adde](https://github.com/liip/class-prefixer/commit/159adde0896c8ae292e18b4c9e97e300c58b0535))

### BREAKING CHANGES

- Update esbuild peer dependenciy on 0.19.x

## [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/postcss-class-prefixer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liip/postcss-class-prefixer",
"version": "0.1.1",
"version": "0.2.0",
"description": "PostCSS plugin to automatically prefix and contain CSS class names",
"keywords": [
"css",
Expand Down Expand Up @@ -45,7 +45,7 @@
"postcss-nested": "^6.0.1"
},
"dependencies": {
"@liip/class-prefixer-core": "^0.1.0",
"@liip/class-prefixer-core": "^0.2.0",
"css-selector-tokenizer": "^0.8.0"
},
"peerDependencies": {
Expand Down

0 comments on commit af9b9ac

Please sign in to comment.