Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent fd26839 commit 8ac3c3d
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-deers-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-trees-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-flowers-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-ravens-allow.md

This file was deleted.

7 changes: 7 additions & 0 deletions integration-tests/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# integration-tests-http

## 1.0.2

### Patch Changes

- Updated dependencies [[`471f7e4a10fe415064480b2a0aa5b8b23174c141`](https://github.com/medusajs/medusa/commit/471f7e4a10fe415064480b2a0aa5b8b23174c141)]:
- @medusajs/medusa@2.0.1

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests-http",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/admin/admin-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/admin-bundler

## 2.0.1

### Patch Changes

- Updated dependencies [[`e0870731213d353d2d718ba0b600ce8c08add14a`](https://github.com/medusajs/medusa/commit/e0870731213d353d2d718ba0b600ce8c08add14a), [`7b6793f846a36289fe8cdfd501401b1d993d9eff`](https://github.com/medusajs/medusa/commit/7b6793f846a36289fe8cdfd501401b1d993d9eff), [`59e6747800133e091d20c2c167f600981abc5c0d`](https://github.com/medusajs/medusa/commit/59e6747800133e091d20c2c167f600981abc5c0d)]:
- @medusajs/dashboard@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/admin-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.0.0",
"version": "2.0.1",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@medusajs/admin-shared": "2.0.0",
"@medusajs/admin-vite-plugin": "2.0.0",
"@medusajs/dashboard": "2.0.0",
"@medusajs/dashboard": "2.0.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/admin/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @medusajs/dashboard

## 2.0.1

### Patch Changes

- [#9757](https://github.com/medusajs/medusa/pull/9757) [`e0870731213d353d2d718ba0b600ce8c08add14a`](https://github.com/medusajs/medusa/commit/e0870731213d353d2d718ba0b600ce8c08add14a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(dashboard): Workflow executions

- [#9725](https://github.com/medusajs/medusa/pull/9725) [`7b6793f846a36289fe8cdfd501401b1d993d9eff`](https://github.com/medusajs/medusa/commit/7b6793f846a36289fe8cdfd501401b1d993d9eff) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent nested UI Routes from re-using parent component

- [#9775](https://github.com/medusajs/medusa/pull/9775) [`59e6747800133e091d20c2c167f600981abc5c0d`](https://github.com/medusajs/medusa/commit/59e6747800133e091d20c2c167f600981abc5c0d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,ui): DateFilter should remain open

- Updated dependencies [[`59e6747800133e091d20c2c167f600981abc5c0d`](https://github.com/medusajs/medusa/commit/59e6747800133e091d20c2c167f600981abc5c0d)]:
- @medusajs/ui@4.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@medusajs/admin-shared": "2.0.0",
"@medusajs/icons": "2.0.0",
"@medusajs/js-sdk": "2.0.0",
"@medusajs/ui": "4.0.0",
"@medusajs/ui": "4.0.1",
"@radix-ui/react-collapsible": "1.1.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-table": "8.20.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/ui

## 4.0.1

### Patch Changes

- [#9775](https://github.com/medusajs/medusa/pull/9775) [`59e6747800133e091d20c2c167f600981abc5c0d`](https://github.com/medusajs/medusa/commit/59e6747800133e091d20c2c167f600981abc5c0d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,ui): DateFilter should remain open

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.0",
"version": "4.0.1",
"author": "Kasper Kristensen <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.1

### Patch Changes

- [#9748](https://github.com/medusajs/medusa/pull/9748) [`471f7e4a10fe415064480b2a0aa5b8b23174c141`](https://github.com/medusajs/medusa/commit/471f7e4a10fe415064480b2a0aa5b8b23174c141) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Admin validator filtering and pagination

- Updated dependencies []:
- @medusajs/[email protected]

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.0.0",
"version": "2.0.1",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "^2.0.0",
"@medusajs/admin-bundler": "^2.0.1",
"@medusajs/api-key": "^2.0.0",
"@medusajs/auth": "^2.0.0",
"@medusajs/auth-emailpass": "^2.0.0",
Expand Down

0 comments on commit 8ac3c3d

Please sign in to comment.