chore: Release

This commit is contained in:
olivermrbl
2024-10-22 20:43:47 +02:00
parent c3418a2b93
commit 2fbebb60e3
134 changed files with 1309 additions and 590 deletions
@@ -1,5 +1,11 @@
# @medusajs/icons
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 1.2.1
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "1.2.1",
"version": "2.0.0",
"description": "Medusa UI React icon library",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@medusajs/toolbox": "^1.0.1",
"@medusajs/toolbox": "^2.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",
@@ -0,0 +1,7 @@
# @medusajs/toolbox
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "1.0.1",
"version": "2.0.0",
"description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>",
@@ -1,5 +1,11 @@
# @medusajs/ui-preset
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 1.1.3
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui-preset",
"version": "1.1.3",
"version": "2.0.0",
"description": "Medusa UI preset",
"license": "MIT",
"repository": {
@@ -30,7 +30,7 @@
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@medusajs/toolbox": "^1.0.1",
"@medusajs/toolbox": "^2.0.0",
"tailwindcss": "^3.4.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/ui
## 4.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/icons@2.0.0
## 3.0.0
### Major Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "3.0.0",
"version": "4.0.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@medusajs/ui-preset": "^1.1.3",
"@medusajs/ui-preset": "^2.0.0",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
@@ -80,7 +80,7 @@
"vitest": "^0.32.2"
},
"dependencies": {
"@medusajs/icons": "^1.2.1",
"@medusajs/icons": "^2.0.0",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",