Skip to content

Commit 74b0131

Browse files
chore: release package(s)
1 parent 1333fab commit 74b0131

File tree

9 files changed

+39
-12
lines changed

9 files changed

+39
-12
lines changed

.changeset/welcome.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

applications/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @esusage/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/esusage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`381a051`](https://github.com/adbayb/esusage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
12+
- @esusage/core@0.1.0
13+
- @esusage/plugin-jsx-element@0.1.0
14+
- @esusage/plugin-type@0.1.0

applications/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esusage/cli",
33
"description": "A code analyzer to collect ECMAScript modules usage with JSX and TypeScript support",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

libraries/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @esusage/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/esusage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

libraries/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esusage/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "ESUsage core functionalities",
55
"author": "Ayoub Adib <adbayb@gmail.com>",
66
"license": "MIT",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @esusage/plugin-jsx-element
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/esusage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

libraries/plugin-jsx-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esusage/plugin-jsx-element",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "ESUsage plugin to enable JSX element analysis",
55
"author": "Ayoub Adib <adbayb@gmail.com>",
66
"license": "MIT",

libraries/plugin-type/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @esusage/plugin-type
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/esusage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

libraries/plugin-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esusage/plugin-type",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "ESUsage plugin to enable type analysis",
55
"author": "Ayoub Adib <adbayb@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)