Skip to content

Commit

Permalink
revert: revert config file feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 17, 2024
1 parent 7e04ac4 commit 0819e8d
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 51 deletions.
19 changes: 19 additions & 0 deletions .changeset/green-peaches-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@monicon/typescript-config": patch
"@monicon/babel-plugin": patch
"@monicon/icon-loader": patch
"@monicon/esbuild": patch
"@monicon/webpack": patch
"@monicon/native": patch
"@monicon/rollup": patch
"@monicon/rspack": patch
"@monicon/svelte": patch
"@monicon/metro": patch
"@monicon/react": patch
"@monicon/core": patch
"@monicon/nuxt": patch
"@monicon/vite": patch
"@monicon/vue": patch
---

revert config file feature
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/docs",
"version": "0.0.124",
"version": "0.0.143",
"description": "Monicon Documentation",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@monicon/react": "^0.0.140",
"@monicon/vite": "^0.0.140",
"@monicon/react": "^0.0.143",
"@monicon/vite": "^0.0.143",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/babel-plugin",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@monicon/core": "0.0.140"
"@monicon/core": "0.0.143"
}
}
9 changes: 6 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@monicon/core",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
"dist/index.d.ts",
"dist/index.d.mts",
"dist/index.js",
"dist/index.mjs"
],
"exports": {
".": {
Expand All @@ -27,7 +30,7 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"@iconify/types": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/esbuild",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.8",
"@monicon/core": "0.0.140"
"@monicon/core": "0.0.143"
}
}
6 changes: 3 additions & 3 deletions packages/icon-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/icon-loader",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -22,8 +22,8 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/core": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"@monicon/core": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/metro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/metro",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"metro-config": "^0.80.12"
},
"dependencies": {
"@monicon/core": "0.0.140"
"@monicon/core": "0.0.143"
}
}
8 changes: 4 additions & 4 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/native",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -26,15 +26,15 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"@types/react": "^18.2.46",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.140",
"@monicon/icon-loader": "0.0.140",
"@monicon/core": "0.0.143",
"@monicon/icon-loader": "0.0.143",
"html-react-parser": "^5.1.16"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/nuxt",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,14 +22,14 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@monicon/core": "0.0.140",
"@monicon/webpack": "0.0.140",
"@monicon/vite": "0.0.140"
"@monicon/core": "0.0.143",
"@monicon/webpack": "0.0.143",
"@monicon/vite": "0.0.143"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/react",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -26,14 +26,14 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"@types/react": "^18.2.46",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.140",
"@monicon/icon-loader": "0.0.140"
"@monicon/core": "0.0.143",
"@monicon/icon-loader": "0.0.143"
},
"peerDependencies": {
"react": ">=18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/rollup",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,11 +22,11 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/vite": "0.0.140"
"@monicon/vite": "0.0.143"
}
}
8 changes: 4 additions & 4 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/rspack",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,13 +22,13 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.140",
"@monicon/webpack": "0.0.140",
"@monicon/core": "0.0.143",
"@monicon/webpack": "0.0.143",
"@rspack/core": "^1.0.8",
"radash": "^12.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/svelte",
"version": "0.0.140",
"version": "0.0.143",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down Expand Up @@ -41,11 +41,11 @@
"svelte-check": "^4.0.0",
"typescript": "^5.3.3",
"vite": "^5.4.8",
"@monicon/vite": "0.0.140"
"@monicon/vite": "0.0.143"
},
"dependencies": {
"svgson": "^5.3.1",
"@monicon/icon-loader": "0.0.140"
"@monicon/icon-loader": "0.0.143"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/typescript-config",
"version": "0.0.140",
"version": "0.0.143",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/vite",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.8",
"@monicon/core": "0.0.140"
"@monicon/core": "0.0.143"
}
}
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/vue",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/monicon.umd.js",
"module": "dist/monicon.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,15 +22,15 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"@vitejs/plugin-vue": "^5.1.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3"
},
"dependencies": {
"@monicon/icon-loader": "0.0.140"
"@monicon/icon-loader": "0.0.143"
},
"peerDependencies": {
"vue": "^2.6.14 || ^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/webpack",
"version": "0.0.140",
"version": "0.0.143",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.140",
"@monicon/typescript-config": "0.0.143",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"radash": "^12.1.0",
"@monicon/core": "0.0.140"
"@monicon/core": "0.0.143"
}
}

0 comments on commit 0819e8d

Please sign in to comment.