Skip to content

Commit 3bf73b5

Browse files
chore: release package(s)
1 parent eab563c commit 3bf73b5

File tree

11 files changed

+57
-24
lines changed

11 files changed

+57
-24
lines changed

.changeset/lazy-jars-flash.md

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

.changeset/tough-feet-end.md

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

.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 [[`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3), [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331), [`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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @sdk-usage/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#4](https://github.com/adbayb/sdk-usage/pull/4) [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331) Thanks [@Eldraed](https://github.com/Eldraed)! - Add `resolveInstalledVersions` option with `false` as default. This option let the user choose between resolving installed version or the version from package.json.
8+
9+
- [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀
10+
11+
### Patch Changes
12+
13+
- [#3](https://github.com/adbayb/sdk-usage/pull/3) [`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3) Thanks [@Eldraed](https://github.com/Eldraed)! - Add `picomatch` as a dependency to allow standalone run of `sdk-usage`

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 [[`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3), [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331), [`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 [[`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3), [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331), [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
12+
- @sdk-usage/core@0.1.0

0 commit comments

Comments
 (0)