Skip to content

Commit

Permalink
Merge pull request #53 from oktaysenkan/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
oktaysenkan authored Nov 22, 2024
2 parents 6da6b3c + b52d1d4 commit 3e16c42
Show file tree
Hide file tree
Showing 38 changed files with 231 additions and 75 deletions.
22 changes: 0 additions & 22 deletions .changeset/afraid-fireants-kneel.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

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

## 0.0.153

### 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.153",
"version": "1.0.0",
"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.153",
"@monicon/vite": "^0.0.153",
"@monicon/react": "^1.0.0",
"@monicon/vite": "^1.0.0",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @monicon/babel-plugin

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/core@1.0.0

## 0.0.153

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

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

## 0.0.153

### 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.153",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"@iconify/json": "^2.2.251",
"@iconify/types": "^2.0.0",
"@monicon/loader": "*",
"@monicon/typescript-config": "0.0.153",
"@monicon/typescript-config": "1.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @monicon/esbuild

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/core@1.0.0

## 0.0.153

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

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

## 0.0.153

### 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.153",
"version": "1.0.0",
"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.153",
"@monicon/core": "0.0.153",
"@monicon/typescript-config": "1.0.0",
"@monicon/core": "1.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monicon/loader

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

## 0.0.153

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monicon/loader",
"version": "0.0.153",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -22,7 +22,7 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "0.0.153",
"@monicon/typescript-config": "1.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @monicon/metro

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/core@1.0.0

## 0.0.153

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

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/core@1.0.0
- @monicon/icon-loader@1.0.0

## 0.0.153

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

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/core@1.0.0
- @monicon/vite@1.0.0
- @monicon/webpack@1.0.0

## 0.0.153

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

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/icon-loader@1.0.0

## 0.0.153

### 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.153",
"version": "1.0.0",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @monicon/react

## 1.0.0

### Major Changes

- [#52](https://github.com/oktaysenkan/monicon/pull/52) [`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217) Thanks [@oktaysenkan](https://github.com/oktaysenkan)! - stable release

### Patch Changes

- Updated dependencies [[`05ae5f5`](https://github.com/oktaysenkan/monicon/commit/05ae5f59e76be1b91bcba22b62e2b928d179c217)]:
- @monicon/core@1.0.0
- @monicon/icon-loader@1.0.0

## 0.0.153

### Patch Changes
Expand Down
Loading

0 comments on commit 3e16c42

Please sign in to comment.