Skip to content

Commit

Permalink
v1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Jan 7, 2025
1 parent 32f11f8 commit de0d9d5
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/raveclassic/injectable-ts/compare/v1.0.0-beta.1...v1.0.0-rc.0) (2025-01-07)


### Performance Improvements

* **core:** optimize types to decrease building time ([#25](https://github.com/raveclassic/injectable-ts/issues/25)) ([6e266f2](https://github.com/raveclassic/injectable-ts/commit/6e266f2ad14337fafcfeda5d26344b2b89c75b5a))





# [1.0.0-beta.1](https://github.com/raveclassic/injectable-ts/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-04-17)

**Note:** Version bump only for package injectable-ts
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"./packages/*"
],
"version": "1.0.0-beta.1",
"version": "1.0.0-rc.0",
"npmClient": "pnpm",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/raveclassic/injectable-ts/compare/v1.0.0-beta.1...v1.0.0-rc.0) (2025-01-07)


### Performance Improvements

* **core:** optimize types to decrease building time ([#25](https://github.com/raveclassic/injectable-ts/issues/25)) ([6e266f2](https://github.com/raveclassic/injectable-ts/commit/6e266f2ad14337fafcfeda5d26344b2b89c75b5a))





# [1.0.0-beta.1](https://github.com/raveclassic/injectable-ts/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-04-17)

**Note:** Version bump only for package @injectable-ts/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@injectable-ts/core",
"version": "1.0.0-beta.1",
"version": "1.0.0-rc.0",
"sideEffects": false,
"main": "./index.cjs.js",
"module": "./index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/raveclassic/injectable-ts/compare/v1.0.0-beta.1...v1.0.0-rc.0) (2025-01-07)

**Note:** Version bump only for package @injectable-ts/react





# [1.0.0-beta.1](https://github.com/raveclassic/injectable-ts/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-04-17)

**Note:** Version bump only for package @injectable-ts/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@injectable-ts/react",
"version": "1.0.0-beta.1",
"version": "1.0.0-rc.0",
"sideEffects": false,
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./index.cjs.d.ts",
"dependencies": {
"@injectable-ts/core": "^1.0.0-beta.1"
"@injectable-ts/core": "^1.0.0-rc.0"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit de0d9d5

Please sign in to comment.