Skip to content

Commit

Permalink
v1.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Sep 3, 2024
1 parent cb4c509 commit 4ca43d9
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/iconsax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/iconsax",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Vue Iconsax",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"vue": "^3.4.38"
},
"devDependencies": {
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"vite": "^5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@morpheme/nuxt",
"description": "Nuxt module for Morpheme UI",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -27,7 +27,7 @@
"@nuxt/kit": "^3.13.0"
},
"devDependencies": {
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/pages",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Pages Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -24,8 +24,8 @@
},
"devDependencies": {
"@headlessui/vue": "^1.7.13",
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/utils": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@morpheme/utils": "^1.1.0-alpha.2",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/primitives",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Unstyled Vue 3 UI Component Library",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand Down
6 changes: 3 additions & 3 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/services",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Services",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
Expand All @@ -20,8 +20,8 @@
"vue": "^3.4.38"
},
"devDependencies": {
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/utils": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@morpheme/utils": "^1.1.0-alpha.2",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"vite": "^5.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/stats",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Stats Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -24,8 +24,8 @@
},
"devDependencies": {
"@headlessui/vue": "^1.7.13",
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/utils": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@morpheme/utils": "^1.1.0-alpha.2",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/tailwind-components",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme UI Tailwind Plugin",
"scripts": {},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/tailwind-config",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Tailwind Config",
"main": "config.js",
"scripts": {},
Expand All @@ -12,9 +12,9 @@
"license": "MIT",
"dependencies": {
"@morpheme/design-tokens": "^0.1.0-alpha.5",
"@morpheme/tailwind-components": "^1.1.0-alpha.0",
"@morpheme/theme": "^1.1.0-alpha.0",
"@morpheme/utils": "^1.1.0-alpha.0",
"@morpheme/tailwind-components": "^1.1.0-alpha.2",
"@morpheme/theme": "^1.1.0-alpha.2",
"@morpheme/utils": "^1.1.0-alpha.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/theme",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Default Tailwind Colors",
"main": "colors.js",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/themes",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Themes",
"scripts": {
"build": "sass --load-path=./node_modules/@morpheme/**/** ./src/morpheme/main.scss:./dist/morpheme/main.css ./src/morpheme/main.dark.scss:./dist/morpheme/main.dark.css",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@morpheme/design-tokens": "^0.1.0-alpha.5",
"@morpheme/theme": "^1.1.0-alpha.0",
"@morpheme/theme": "^1.1.0-alpha.2",
"sass": "^1.77.8",
"vue": "^3.4.38"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/toast-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/toast-store",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Store module for @morpheme/toast.",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
Expand All @@ -21,8 +21,8 @@
"vuex": "^4.0.2"
},
"devDependencies": {
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/utils": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@morpheme/utils": "^1.1.0-alpha.2",
"@vue/test-utils": "^2.0.0-rc.17",
"c8": "^7.11.3",
"tailwindcss": "^3.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/ui",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
Expand All @@ -16,12 +16,12 @@
"@iconify/vue": "^4.1.2",
"@morpheme/design-tokens": "^0.1.0-alpha.5",
"@morpheme/layouts": "^1.0.1",
"@morpheme/stats": "^1.1.0-alpha.0",
"@morpheme/tailwind-components": "^1.1.0-alpha.0",
"@morpheme/tailwind-config": "^1.1.0-alpha.0",
"@morpheme/theme": "^1.1.0-alpha.0",
"@morpheme/themes": "^1.1.0-alpha.0",
"@morpheme/utils": "^1.1.0-alpha.0",
"@morpheme/stats": "^1.1.0-alpha.2",
"@morpheme/tailwind-components": "^1.1.0-alpha.2",
"@morpheme/tailwind-config": "^1.1.0-alpha.2",
"@morpheme/theme": "^1.1.0-alpha.2",
"@morpheme/themes": "^1.1.0-alpha.2",
"@morpheme/utils": "^1.1.0-alpha.2",
"@vue/test-utils": "^2.0.0-rc.17",
"@vueup/vue-quill": "^1.0.0-beta.8",
"@vueuse/core": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpheme/utils",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.2",
"description": "Morpheme Utilities",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
Expand Down

0 comments on commit 4ca43d9

Please sign in to comment.