Skip to content

Commit

Permalink
chore: release 0.0.133
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 7, 2024
1 parent bd5a617 commit 079aa4e
Show file tree
Hide file tree
Showing 33 changed files with 419 additions and 110 deletions.
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.132",
"@monicon/vite": "^0.0.132",
"@monicon/react": "^0.0.133",
"@monicon/vite": "^0.0.133",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"changeset": "changeset",
"version": "changeset version",
"bump": "changeset version",
"release": "yarn build:pkgs && changeset publish",
"sync": "syncpack fix-mismatches"
},
Expand All @@ -26,7 +26,6 @@
"engines": {
"node": ">=18"
},
"version": "0.0.132",
"dependencies": {
"syncpack": "^13.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monicon/babel-plugin

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133

## 0.0.132

### Patch Changes
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@monicon/core": "0.0.132"
"@monicon/core": "0.0.133"
}
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monicon/core

## 0.0.133

### Patch Changes

- fix color issue

## 0.0.132

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/core",
"version": "0.0.132",
"version": "0.0.133",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"@iconify/types": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monicon/esbuild

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133

## 0.0.132

### Patch Changes
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.8",
"@monicon/core": "0.0.132"
"@monicon/core": "0.0.133"
}
}
6 changes: 6 additions & 0 deletions packages/icon-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monicon/icon-loader

## 0.0.133

### Patch Changes

- fix color issue

## 0.0.132

### Patch Changes
Expand Down
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.132",
"version": "0.0.133",
"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.132",
"@monicon/core": "0.0.132",
"@monicon/typescript-config": "0.0.133",
"@monicon/core": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monicon/metro

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133

## 0.0.132

### Patch Changes
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"metro-config": "^0.80.12"
},
"dependencies": {
"@monicon/core": "0.0.132"
"@monicon/core": "0.0.133"
}
}
9 changes: 9 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/native

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133
- @monicon/icon-loader@0.0.133

## 0.0.132

### Patch Changes
Expand Down
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"@types/react": "^18.2.46",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.132",
"@monicon/icon-loader": "0.0.132",
"@monicon/core": "0.0.133",
"@monicon/icon-loader": "0.0.133",
"html-react-parser": "^5.1.16"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monicon/nuxt

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133

## 0.0.132

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@monicon/core": "0.0.132"
"@monicon/core": "0.0.133"
}
}
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/react

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133
- @monicon/icon-loader@0.0.133

## 0.0.132

### Patch Changes
Expand Down
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"@types/react": "^18.2.46",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.132",
"@monicon/icon-loader": "0.0.132"
"@monicon/core": "0.0.133",
"@monicon/icon-loader": "0.0.133"
},
"peerDependencies": {
"react": ">=18.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monicon/rollup

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/vite@0.0.133

## 0.0.132

### Patch Changes
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/vite": "0.0.132"
"@monicon/vite": "0.0.133"
}
}
9 changes: 9 additions & 0 deletions packages/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/rspack

## 0.0.133

### Patch Changes

- fix color issue
- Updated dependencies
- @monicon/core@0.0.133
- @monicon/webpack@0.0.133

## 0.0.132

### Patch Changes
Expand Down
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.132",
"version": "0.0.133",
"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.132",
"@monicon/typescript-config": "0.0.133",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.132",
"@monicon/webpack": "0.0.132",
"@monicon/core": "0.0.133",
"@monicon/webpack": "0.0.133",
"@rspack/core": "^1.0.8",
"radash": "^12.1.0"
}
Expand Down
Loading

0 comments on commit 079aa4e

Please sign in to comment.