Skip to content

Commit

Permalink
Version Packages (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 1, 2023
1 parent 6fdd17a commit 5880566
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-starfishes-jog.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test:typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@fridgefm/inverter": "0.2.4",
"@fridgefm/inverter-test": "0.2.4",
"@fridgefm/inverter": "0.2.5",
"@fridgefm/inverter-test": "0.2.5",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"ts-node-dev": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/inverter-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fridgefm/inverter-test

## 0.2.5

### Patch Changes

- 6fdd17a: feat: Added keywords for the package
- Updated dependencies [6fdd17a]
- @fridgefm/inverter@0.2.5

## 0.2.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/inverter-test/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fridgefm/inverter-test",
"version": "0.2.4",
"version": "0.2.5",
"description": "Testing library for @fridgefm/inverter",
"main": "build/index.js",
"typings": "build/index.d.ts",
"module": "build/index.js",
"license": "MIT",
"keywords": [
"keywords": [
"ioc",
"di",
"typescript",
Expand All @@ -24,7 +24,7 @@
"test:typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@fridgefm/inverter": "0.2.4"
"@fridgefm/inverter": "0.2.5"
},
"sideEffects": false,
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/inverter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fridgefm/inverter

## 0.2.5

### Patch Changes

- 6fdd17a: feat: Added keywords for the package

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inverter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fridgefm/inverter",
"version": "0.2.4",
"version": "0.2.5",
"description": "Inversion of control library",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down

0 comments on commit 5880566

Please sign in to comment.