Skip to content

Commit

Permalink
chore: release 0.0.123
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 806459e commit b9132e1
Show file tree
Hide file tree
Showing 30 changed files with 160 additions and 42 deletions.
9 changes: 9 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/babel-plugin

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/core@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @monicon/core

## 0.0.123

### Patch Changes

- change package name
5 changes: 2 additions & 3 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -24,8 +24,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/esbuild

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/core@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/icon-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @monicon/icon-loader

## 0.0.123

### Patch Changes

- change package name
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/metro

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/core@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @monicon/native

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/icon-loader@0.0.123
- @monicon/core@0.0.123
5 changes: 2 additions & 3 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -23,8 +23,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/nuxt

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/core@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @monicon/react

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/icon-loader@0.0.123
- @monicon/core@0.0.123
5 changes: 2 additions & 3 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -23,8 +23,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/rollup

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/vite@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @monicon/rspack

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/webpack@0.0.123
- @monicon/core@0.0.123
5 changes: 2 additions & 3 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/svelte

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/icon-loader@0.0.123
3 changes: 1 addition & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "@monicon/svelte",
"version": "0.0.122",
"version": "0.0.123",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"prepack": "yarn build",
"clean": "rm -rf dist",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @monicon/typescript-config

## 0.0.123

### Patch Changes

- change package name
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.122",
"version": "0.0.123",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/vite

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/core@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/vue

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/icon-loader@0.0.123
5 changes: 2 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.122",
"version": "0.0.123",
"main": "./dist/monicon.umd.js",
"module": "dist/monicon.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -19,8 +19,7 @@
},
"scripts": {
"build": "vite build",
"clean": "rm -rf dist",
"prepack": "yarn build"
"clean": "rm -rf dist"
},
"devDependencies": {
"@monicon/typescript-config": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @monicon/webpack

## 0.0.123

### Patch Changes

- change package name
- Updated dependencies
- @monicon/core@0.0.123
Loading

0 comments on commit b9132e1

Please sign in to comment.