Skip to content

Commit

Permalink
chore(all): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirainmoe committed May 17, 2024
1 parent 2d6295e commit a8702c1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-coins-allow.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/functional/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @youmiya/functional

## 0.1.1

### Patch Changes

- 7236259: Add functional API support
2 changes: 1 addition & 1 deletion packages/functional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youmiya/functional",
"version": "0.1.0",
"version": "0.1.1",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/youmiya/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# youmiya

## 0.1.11

### Patch Changes

- 7236259: Add functional API support
- Updated dependencies [7236259]
- @youmiya/functional@0.1.1

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/youmiya/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "youmiya",
"description": "Simple modern dependency injection container.",
"author": "Aki <[email protected]>",
"version": "0.1.10",
"version": "0.1.11",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down

0 comments on commit a8702c1

Please sign in to comment.