Skip to content

Commit

Permalink
chore: release 0.0.122
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 5a2ae11 commit c381215
Show file tree
Hide file tree
Showing 30 changed files with 132 additions and 15 deletions.
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 @@
# @oktaytest/babel-plugin

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/babel-plugin",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oktaytest/core

## 0.0.122

### Patch Changes

- wrap import icons with try catch

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/core",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
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 @@
# @oktaytest/esbuild

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/esbuild",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
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 @@
# @oktaytest/core

## 0.0.122

### Patch Changes

- wrap import icons with try catch

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/icon-loader",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
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 @@
# @oktaytest/metro

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/metro",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @oktaytest/ui

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/icon-loader@0.0.122
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/native",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/nuxt

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/nuxt",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @oktaytest/ui

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/icon-loader@0.0.122
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/react",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/rollup

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/vite@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/rollup",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @oktaytest/rspack

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/webpack@0.0.122
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/rspack",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/svelte

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/icon-loader@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/svelte",
"version": "0.0.121",
"version": "0.0.122",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oktaytest/typescript-config

## 0.0.122

### Patch Changes

- wrap import icons with try catch

## 0.0.121

### Patch Changes
Expand Down
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": "@oktaytest/typescript-config",
"version": "0.0.121",
"version": "0.0.122",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oktaytest/vite

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/vite",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oktaytest/vue

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/icon-loader@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/vue",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/iconify.umd.js",
"module": "dist/iconify.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oktaytest/webpack

## 0.0.122

### Patch Changes

- wrap import icons with try catch
- Updated dependencies
- @oktaytest/core@0.0.122

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/webpack",
"version": "0.0.121",
"version": "0.0.122",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c381215

Please sign in to comment.