chore: Version packages
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# @medusajs/api-key
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#10450](https://github.com/medusajs/medusa/pull/10450) [`70d77ea22fb73021bc1f4da0780a2235f1e86fb7`](https://github.com/medusajs/medusa/commit/70d77ea22fb73021bc1f4da0780a2235f1e86fb7) Thanks [@thetutlage](https://github.com/thetutlage)! - refactor: migrate api key module to DML
|
||||
|
||||
## 2.1.0
|
||||
|
||||
## 2.0.7
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/api-key",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Medusa API Key module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,8 +36,8 @@
|
||||
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^2.1.0",
|
||||
"@medusajs/test-utils": "^2.1.0",
|
||||
"@medusajs/framework": "^2.1.1",
|
||||
"@medusajs/test-utils": "^2.1.1",
|
||||
"@mikro-orm/cli": "5.9.7",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
|
||||
Reference in New Issue
Block a user