Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lazy-jars-flash.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/silver-phones-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-feet-end.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/welcome.md

This file was deleted.

22 changes: 22 additions & 0 deletions applications/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @sdk-usage/cli

## 0.1.0

### Minor Changes

- [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3) Thanks [@adbayb](https://github.com/adbayb)! - This release refines and simplifies the interfaces (considered as breaking changes but listed as minor prior to the stable major release).
The following modifications have been introduced:
- `@sdk-usage/core`: `createContext` has been renamed to `createInstance`.
- `@sdk-usage/core`: `createSyntaxPlugin` has been renamed to `createPlugin`.
- `@sdk-usage/core`: `plugins` accepts now directly an array of plugins.
- `@sdk-usage/plugin-jsx`: `@sdk-usage/plugin-syntax-jsx` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-jsx`.
- `@sdk-usage/plugin-typescript`: `@sdk-usage/plugin-syntax-typescript` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-typescript`.

- [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

### Patch Changes

- Updated dependencies [[`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3), [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3), [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331), [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
- @sdk-usage/core@0.1.0
- @sdk-usage/plugin-jsx@1.0.0
- @sdk-usage/plugin-typescript@1.0.0
2 changes: 1 addition & 1 deletion applications/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdk-usage/cli",
"version": "0.0.0",
"version": "0.1.0",
"description": "A code analyzer to collect ECMAScript modules usage with JSX and TypeScript support",
"homepage": "https://github.com/adbayb/sdk-usage/tree/main/sdk-usage#readme",
"bugs": "https://github.com/adbayb/sdk-usage/issues",
Expand Down
21 changes: 21 additions & 0 deletions libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @sdk-usage/core

## 0.1.0

### Minor Changes

- [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3) Thanks [@adbayb](https://github.com/adbayb)! - This release refines and simplifies the interfaces (considered as breaking changes but listed as minor prior to the stable major release).
The following modifications have been introduced:
- `@sdk-usage/core`: `createContext` has been renamed to `createInstance`.
- `@sdk-usage/core`: `createSyntaxPlugin` has been renamed to `createPlugin`.
- `@sdk-usage/core`: `plugins` accepts now directly an array of plugins.
- `@sdk-usage/plugin-jsx`: `@sdk-usage/plugin-syntax-jsx` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-jsx`.
- `@sdk-usage/plugin-typescript`: `@sdk-usage/plugin-syntax-typescript` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-typescript`.

- [#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.

- [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

### Patch Changes

- [#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`
2 changes: 1 addition & 1 deletion libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdk-usage/core",
"version": "0.0.0",
"version": "0.1.0",
"description": "sdk-usage core functionalities",
"keywords": [
"analyze",
Expand Down
20 changes: 20 additions & 0 deletions libraries/plugin-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @sdk-usage/plugin-jsx

## 1.0.0

### Minor Changes

- [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3) Thanks [@adbayb](https://github.com/adbayb)! - This release refines and simplifies the interfaces (considered as breaking changes but listed as minor prior to the stable major release).
The following modifications have been introduced:
- `@sdk-usage/core`: `createContext` has been renamed to `createInstance`.
- `@sdk-usage/core`: `createSyntaxPlugin` has been renamed to `createPlugin`.
- `@sdk-usage/core`: `plugins` accepts now directly an array of plugins.
- `@sdk-usage/plugin-jsx`: `@sdk-usage/plugin-syntax-jsx` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-jsx`.
- `@sdk-usage/plugin-typescript`: `@sdk-usage/plugin-syntax-typescript` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-typescript`.

- [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

### Patch Changes

- Updated dependencies [[`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3), [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3), [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331), [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
- @sdk-usage/core@0.1.0
4 changes: 2 additions & 2 deletions libraries/plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdk-usage/plugin-jsx",
"version": "0.0.0",
"version": "1.0.0",
"description": "sdk-usage parser plugin to enable JSX syntax analysis",
"keywords": [
"analyze",
Expand Down Expand Up @@ -49,7 +49,7 @@
"quickbundle": "2.8.0"
},
"peerDependencies": {
"@sdk-usage/core": "^0.0.0"
"@sdk-usage/core": "^0.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
20 changes: 20 additions & 0 deletions libraries/plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @sdk-usage/plugin-typescript

## 1.0.0

### Minor Changes

- [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3) Thanks [@adbayb](https://github.com/adbayb)! - This release refines and simplifies the interfaces (considered as breaking changes but listed as minor prior to the stable major release).
The following modifications have been introduced:
- `@sdk-usage/core`: `createContext` has been renamed to `createInstance`.
- `@sdk-usage/core`: `createSyntaxPlugin` has been renamed to `createPlugin`.
- `@sdk-usage/core`: `plugins` accepts now directly an array of plugins.
- `@sdk-usage/plugin-jsx`: `@sdk-usage/plugin-syntax-jsx` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-jsx`.
- `@sdk-usage/plugin-typescript`: `@sdk-usage/plugin-syntax-typescript` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-typescript`.

- [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

### Patch Changes

- Updated dependencies [[`2e1fe4c`](https://github.com/adbayb/sdk-usage/commit/2e1fe4cc4c5e887ee60aa2618b267c6596ba8fb3), [`be2a154`](https://github.com/adbayb/sdk-usage/commit/be2a154ca18ea95640da6b7a09c428d5d76efed3), [`5eb26e3`](https://github.com/adbayb/sdk-usage/commit/5eb26e3bf67c247284e8e363af13d729fda88331), [`381a051`](https://github.com/adbayb/sdk-usage/commit/381a051dc38f4af080f4c9e4fa154ff2f6e02c2a)]:
- @sdk-usage/core@0.1.0
4 changes: 2 additions & 2 deletions libraries/plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdk-usage/plugin-typescript",
"version": "0.0.0",
"version": "1.0.0",
"description": "sdk-usage parser plugin to enable types syntax analysis",
"keywords": [
"analyze",
Expand Down Expand Up @@ -49,7 +49,7 @@
"quickbundle": "2.8.0"
},
"peerDependencies": {
"@sdk-usage/core": "^0.0.0"
"@sdk-usage/core": "^0.1.0"
},
"publishConfig": {
"access": "public",
Expand Down