Skip to content

Commit

Permalink
chore: Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Jul 18, 2024
1 parent 52520d9 commit 33ecee4
Show file tree
Hide file tree
Showing 176 changed files with 1,432 additions and 710 deletions.
90 changes: 0 additions & 90 deletions .changeset/four-news-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-queens-cheer.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/admin-next/admin-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/ui-preset": "^1.1.3",
"@medusajs/ui-preset": "^1.1.4",
"@medusajs/vite-plugin-extension": "*",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
Expand Down
12 changes: 12 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @medusajs/admin-ui

## 2.1.16

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30)]:
- @medusajs/ui@3.0.1
- @medusajs/icons@1.2.2
- @medusajs/ui-preset@1.1.4
- [email protected]

## 2.1.15

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <[email protected]>",
"license": "MIT",
"version": "2.1.15",
"version": "2.1.16",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
Expand Down Expand Up @@ -36,9 +36,9 @@
"@babel/traverse": "7.22.5",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.1",
"@medusajs/icons": "^1.1.0",
"@medusajs/ui": "^3.0.0",
"@medusajs/ui-preset": "^1.1.3",
"@medusajs/icons": "^1.2.2",
"@medusajs/ui": "^3.0.1",
"@medusajs/ui-preset": "^1.1.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
Expand Down Expand Up @@ -71,7 +71,7 @@
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.1",
"md5": "^2.3.0",
"medusa-react": "^9.0.17",
"medusa-react": "^9.0.18",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
Expand Down Expand Up @@ -118,8 +118,8 @@
},
"devDependencies": {
"@babel/types": "7.22.5",
"@medusajs/medusa": "^1.20.6",
"@medusajs/types": "^1.11.16",
"@medusajs/medusa": "^1.20.8",
"@medusajs/types": "^1.11.17",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.2.0",
"@types/react-datepicker": "^4.10.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/admin

## 7.1.15

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30)]:
- @medusajs/admin-ui@2.1.16
- [email protected]

## 7.1.14

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.14",
"version": "7.1.15",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.15",
"@medusajs/admin-ui": "^2.1.16",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
Expand All @@ -40,7 +40,7 @@
"express": "4.18.2",
"fs-extra": "11.1.0",
"lodash": "^4.17.21",
"medusa-core-utils": "1.2.2",
"medusa-core-utils": "1.2.3",
"rollup": "3.20.7",
"rollup-plugin-esbuild": "5.0.0",
"ts-dedent": "^2.2.0"
Expand All @@ -49,7 +49,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.20.6",
"@medusajs/medusa": "^1.20.8",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/api-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/api-key

## 0.1.3

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30)]:
- @medusajs/utils@1.11.10
- @medusajs/modules-sdk@1.12.12
- @medusajs/types@1.11.17

## 0.1.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/api-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "0.1.2",
"version": "0.1.3",
"description": "Medusa API Key module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,17 +40,17 @@
"@mikro-orm/cli": "5.9.7",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"medusa-test-utils": "^1.1.44",
"medusa-test-utils": "^1.1.45",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.6",
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/types": "^1.11.16",
"@medusajs/utils": "^1.11.9",
"@medusajs/modules-sdk": "^1.12.12",
"@medusajs/types": "^1.11.17",
"@medusajs/utils": "^1.11.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/auth

## 0.0.4

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30)]:
- @medusajs/utils@1.11.10
- @medusajs/modules-sdk@1.12.12
- @medusajs/types@1.11.17

## 0.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "0.0.3",
"version": "0.0.4",
"description": "Medusa Auth module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,17 +40,17 @@
"@mikro-orm/cli": "5.9.7",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"medusa-test-utils": "^1.1.42",
"medusa-test-utils": "^1.1.45",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.6",
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.9",
"@medusajs/types": "^1.11.14",
"@medusajs/utils": "^1.11.7",
"@medusajs/modules-sdk": "^1.12.12",
"@medusajs/types": "^1.11.17",
"@medusajs/utils": "^1.11.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-medusa-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.20

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-medusa-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-medusa-package",
"version": "1.1.19",
"version": "1.1.20",
"author": "Sebastian Rindom <[email protected]>",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/cache-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/cache-inmemory

## 1.8.11

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30)]:
- @medusajs/modules-sdk@1.12.12

## 1.8.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cache-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "1.8.10",
"version": "1.8.11",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.6",
"@medusajs/types": "^1.11.17",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
Expand All @@ -34,6 +34,6 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.3"
"@medusajs/modules-sdk": "^1.12.12"
}
}
9 changes: 9 additions & 0 deletions packages/cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/cache-redis

## 1.9.2

### Patch Changes

- [`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`52520d9080`](https://github.com/medusajs/medusa/commit/52520d90800e473e89254c4a424d5dffc6edfc30)]:
- @medusajs/modules-sdk@1.12.12

## 1.9.1

### Patch Changes
Expand Down
Loading

0 comments on commit 33ecee4

Please sign in to comment.