Skip to content

Commit b4a9f9a

Browse files
chore: release package(s)
1 parent 436bf64 commit b4a9f9a

File tree

9 files changed

+51
-14
lines changed

9 files changed

+51
-14
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+
# @sdk-usage/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/sdk-usage/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/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
12+
- @sdk-usage/core@0.1.0
13+
- @sdk-usage/plugin-syntax-jsx@1.0.0
14+
- @sdk-usage/plugin-syntax-typescript@1.0.0

applications/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdk-usage/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A code analyzer to collect ECMAScript modules usage with JSX and TypeScript support",
55
"homepage": "https://github.com/adbayb/sdk-usage/tree/main/sdk-usage#readme",
66
"bugs": "https://github.com/adbayb/sdk-usage/issues",

libraries/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sdk-usage/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/sdk-usage/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": "@sdk-usage/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "sdk-usage core functionalities",
55
"keywords": [
66
"analyze",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @sdk-usage/plugin-syntax-jsx
2+
3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/sdk-usage/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/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
12+
- @sdk-usage/core@0.1.0

libraries/plugin-syntax-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdk-usage/plugin-syntax-jsx",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "sdk-usage parser plugin to enable JSX syntax analysis",
55
"keywords": [
66
"analyze",
@@ -49,7 +49,7 @@
4949
"quickbundle": "2.8.0"
5050
},
5151
"peerDependencies": {
52-
"@sdk-usage/core": "^0.0.0"
52+
"@sdk-usage/core": "^0.1.0"
5353
},
5454
"publishConfig": {
5555
"access": "public",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @sdk-usage/plugin-syntax-typescript
2+
3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [`381a051`](https://github.com/adbayb/sdk-usage/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/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
12+
- @sdk-usage/core@0.1.0

libraries/plugin-syntax-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdk-usage/plugin-syntax-typescript",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "sdk-usage parser plugin to enable types syntax analysis",
55
"keywords": [
66
"analyze",
@@ -49,7 +49,7 @@
4949
"quickbundle": "2.8.0"
5050
},
5151
"peerDependencies": {
52-
"@sdk-usage/core": "^0.0.0"
52+
"@sdk-usage/core": "^0.1.0"
5353
},
5454
"publishConfig": {
5555
"access": "public",

0 commit comments

Comments
 (0)