Skip to content

Commit

Permalink
chore(publish): prepare initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgollut committed Jul 4, 2023
1 parent abe561f commit e66d034
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 22 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/class-prefixer-ast-visitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0-alpha.0 (2023-07-04)


### Features

* **esbuild:** create plugins and AST parsers ([c89fe59](https://github.com/liip/class-prefixer/commit/c89fe59c1de5f0aac98da74dfb4d2289e88f608c))
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.0.1",
"version": "0.1.0-alpha.0",
"description": "AST visitor implementation to prefix CSS class names",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@liip/class-prefixer-core": "^0.0.1"
"@liip/class-prefixer-core": "^0.1.0-alpha.0"
},
"devDependencies": {
"@types/estree": "^1.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/class-prefixer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0-alpha.0 (2023-07-04)


### Features

* Create PostCSS plugin ([4741bcc](https://github.com/liip/class-prefixer/commit/4741bcc09e65bf08a0a9de76d2f65b8572d869d3))
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.0.1",
"version": "0.1.0-alpha.0",
"description": "Core utilities of the class-prefixer tools",
"main": "dist/index.js",
"files": [
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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0-alpha.0 (2023-07-04)


### Features

* **esbuild:** create plugins and AST parsers ([c89fe59](https://github.com/liip/class-prefixer/commit/c89fe59c1de5f0aac98da74dfb4d2289e88f608c))
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.0.1",
"version": "0.1.0-alpha.0",
"description": "Esbuild plugin to parse Vue AST",
"main": "dist/plugin.js",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"esbuild": "^0.18.6"
},
"dependencies": {
"@liip/esbuild-plugin-ast": "^0.0.1",
"@liip/esbuild-plugin-ast": "^0.1.0-alpha.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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0-alpha.0 (2023-07-04)


### Features

* **esbuild:** create plugins and AST parsers ([c89fe59](https://github.com/liip/class-prefixer/commit/c89fe59c1de5f0aac98da74dfb4d2289e88f608c))
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.0.1",
"version": "0.1.0-alpha.0",
"description": "Esbuild plugin to parse JavaScript AST",
"main": "dist/plugin.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@liip/class-prefixer-core": "^0.0.1",
"@liip/class-prefixer-core": "^0.1.0-alpha.0",
"acorn": "^8.9.0",
"astring": "^1.8.6",
"estraverse": "^5.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/postcss-class-prefixer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0-alpha.0 (2023-07-04)


### Features

* Create PostCSS plugin ([4741bcc](https://github.com/liip/class-prefixer/commit/4741bcc09e65bf08a0a9de76d2f65b8572d869d3))
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.0.1",
"version": "0.1.0-alpha.0",
"description": "PostCSS plugin to automatically prefix and contain CSS class names",
"main": "dist/plugin.js",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"postcss-nested": "^6.0.1"
},
"dependencies": {
"@liip/class-prefixer-core": "^0.0.1",
"@liip/class-prefixer-core": "^0.1.0-alpha.0",
"css-selector-tokenizer": "^0.8.0"
},
"peerDependencies": {
Expand Down

0 comments on commit e66d034

Please sign in to comment.