Skip to content

Commit

Permalink
chore: release 0.0.136
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 7, 2024
1 parent 0d83509 commit bbfea00
Show file tree
Hide file tree
Showing 31 changed files with 164 additions and 47 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.135",
"@monicon/vite": "^0.0.135",
"@monicon/react": "^0.0.136",
"@monicon/vite": "^0.0.136",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@monicon/core": "0.0.135"
"@monicon/core": "0.0.136"
}
}
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.136

### Patch Changes

- remove importIcons functions

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.8",
"@monicon/core": "0.0.135"
"@monicon/core": "0.0.136"
}
}
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.136

### Patch Changes

- remove importIcons functions

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/core": "0.0.135",
"@monicon/typescript-config": "0.0.136",
"@monicon/core": "0.0.136",
"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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"metro-config": "^0.80.12"
},
"dependencies": {
"@monicon/core": "0.0.135"
"@monicon/core": "0.0.136"
}
}
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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136
- @monicon/icon-loader@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"@types/react": "^18.2.46",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.135",
"@monicon/icon-loader": "0.0.135",
"@monicon/core": "0.0.136",
"@monicon/icon-loader": "0.0.136",
"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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@monicon/core": "0.0.135"
"@monicon/core": "0.0.136"
}
}
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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136
- @monicon/icon-loader@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"@types/react": "^18.2.46",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.135",
"@monicon/icon-loader": "0.0.135"
"@monicon/core": "0.0.136",
"@monicon/icon-loader": "0.0.136"
},
"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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/vite@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/vite": "0.0.135"
"@monicon/vite": "0.0.136"
}
}
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.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/core@0.0.136
- @monicon/webpack@0.0.136

## 0.0.135

### 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.135",
"version": "0.0.136",
"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.135",
"@monicon/typescript-config": "0.0.136",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.135",
"@monicon/webpack": "0.0.135",
"@monicon/core": "0.0.136",
"@monicon/webpack": "0.0.136",
"@rspack/core": "^1.0.8",
"radash": "^12.1.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @monicon/svelte

## 0.0.136

### Patch Changes

- remove importIcons functions
- Updated dependencies
- @monicon/icon-loader@0.0.136

## 0.0.135

### Patch Changes
Expand Down
Loading

0 comments on commit bbfea00

Please sign in to comment.