Skip to content

Commit

Permalink
Merge pull request oktaysenkan#47 from oktaysenkan/changeset-release/…
Browse files Browse the repository at this point in the history
…main

Version Packages
  • Loading branch information
oktaysenkan authored Nov 5, 2024
2 parents d76d88c + f2b4e3f commit fc135d5
Show file tree
Hide file tree
Showing 36 changed files with 197 additions and 72 deletions.
21 changes: 0 additions & 21 deletions .changeset/gentle-squids-study.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/qwik-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monicon/qwik-app

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

## 0.0.151

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/qwik-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/qwik-app",
"version": "0.0.151",
"version": "0.0.152",
"description": "Blank project with routing included",
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
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.151",
"@monicon/vite": "^0.0.151",
"@monicon/react": "^0.0.152",
"@monicon/vite": "^0.0.152",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/babel-plugin

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/core@0.0.152

## 0.0.151

### 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.151",
"version": "0.0.152",
"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.151",
"@monicon/typescript-config": "0.0.152",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@monicon/core": "0.0.151"
"@monicon/core": "0.0.152"
}
}
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.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

## 0.0.151

### 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.151",
"version": "0.0.152",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@iconify/json": "^2.2.251",
"@iconify/types": "^2.0.0",
"@monicon/typescript-config": "0.0.151",
"@monicon/typescript-config": "0.0.152",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/esbuild

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/core@0.0.152

## 0.0.151

### 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.151",
"version": "0.0.152",
"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.151",
"@monicon/typescript-config": "0.0.152",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"vite": "^5.4.8",
"@monicon/core": "0.0.151"
"@monicon/core": "0.0.152"
}
}
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.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

## 0.0.151

### 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.151",
"version": "0.0.152",
"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.151",
"@monicon/core": "0.0.151",
"@monicon/typescript-config": "0.0.152",
"@monicon/core": "0.0.152",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/metro

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/core@0.0.152

## 0.0.151

### 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.151",
"version": "0.0.152",
"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.151",
"@monicon/typescript-config": "0.0.152",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"metro-config": "^0.80.12"
},
"dependencies": {
"@monicon/core": "0.0.151"
"@monicon/core": "0.0.152"
}
}
10 changes: 10 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @monicon/native

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/icon-loader@0.0.152
- @monicon/core@0.0.152

## 0.0.151

### 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.151",
"version": "0.0.152",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -26,15 +26,15 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.151",
"@monicon/typescript-config": "0.0.152",
"@types/react": "^18.2.46",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.151",
"@monicon/icon-loader": "0.0.151",
"@monicon/core": "0.0.152",
"@monicon/icon-loader": "0.0.152",
"html-react-parser": "^5.1.16"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @monicon/nuxt

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/core@0.0.152
- @monicon/vite@0.0.152
- @monicon/webpack@0.0.152

## 0.0.151

### Patch Changes
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.151",
"version": "0.0.152",
"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.151",
"@monicon/typescript-config": "0.0.152",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@monicon/core": "0.0.151",
"@monicon/webpack": "0.0.151",
"@monicon/vite": "0.0.151"
"@monicon/core": "0.0.152",
"@monicon/webpack": "0.0.152",
"@monicon/vite": "0.0.152"
}
}
9 changes: 9 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/qwik

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/icon-loader@0.0.152

## 0.0.151

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/qwik",
"version": "0.0.151",
"version": "0.0.152",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @monicon/react

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/icon-loader@0.0.152
- @monicon/core@0.0.152

## 0.0.151

### 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.151",
"version": "0.0.152",
"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.151",
"@monicon/typescript-config": "0.0.152",
"@types/react": "^18.2.46",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@monicon/core": "0.0.151",
"@monicon/icon-loader": "0.0.151"
"@monicon/core": "0.0.152",
"@monicon/icon-loader": "0.0.152"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @monicon/rollup

## 0.0.152

### Patch Changes

- [#46](https://github.com/oktaysenkan/monicon/pull/46) [`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - load icons synchronously

- Updated dependencies [[`bf84d7e`](https://github.com/oktaysenkan/monicon/commit/bf84d7edc2b9d4d197875437c663eae6f800e2c4)]:
- @monicon/vite@0.0.152

## 0.0.151

### Patch Changes
Expand Down
Loading

0 comments on commit fc135d5

Please sign in to comment.