Skip to content

Commit

Permalink
chore: release 0.0.114
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 6fd54b0 commit 26a8940
Show file tree
Hide file tree
Showing 41 changed files with 582 additions and 34 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@oktaytest/*"]],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
12 changes: 12 additions & 0 deletions apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @oktaytest/native

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/babel-plugin@0.0.114
- @oktaytest/webpack@0.0.114
- @oktaytest/metro@0.0.114
- @oktaytest/ui@0.0.114
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/native",
"version": "0.0.0",
"version": "0.0.114",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/next

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/ui@0.0.114
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/next",
"version": "0.0.0",
"version": "0.0.114",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/nuxt-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/nuxt-app

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/nuxt@0.0.114
2 changes: 1 addition & 1 deletion apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/nuxt-app",
"version": "0.0.0",
"version": "0.0.114",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions apps/rollup-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/rollup-react

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/ui@0.0.114
2 changes: 1 addition & 1 deletion apps/rollup-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/rollup-react",
"version": "0.0.0",
"version": "0.0.114",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions apps/rspack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/rspack-react

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/ui@0.0.114
2 changes: 1 addition & 1 deletion apps/rspack-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oktaytest/rspack-react",
"private": true,
"version": "0.0.0",
"version": "0.0.114",
"scripts": {
"dev": "cross-env NODE_ENV=development rspack serve",
"build": "cross-env NODE_ENV=production rspack build"
Expand Down
9 changes: 9 additions & 0 deletions apps/vite-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/vite-react

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/ui@0.0.114
2 changes: 1 addition & 1 deletion apps/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oktaytest/vite-react",
"private": true,
"version": "0.0.0",
"version": "0.0.114",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
9 changes: 9 additions & 0 deletions apps/vite-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/vite-vue

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/vue@0.0.114
2 changes: 1 addition & 1 deletion apps/vite-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oktaytest/vite-vue",
"private": true,
"version": "0.0.0",
"version": "0.0.114",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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 @@
# @oktaytest/babel-plugin

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/core

## 0.0.114

### Patch Changes

- add vite and nuxt support
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
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 @@
# @oktaytest/esbuild

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/metro

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/nuxt

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/rollup

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/vite@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/rspack

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/webpack@0.0.114
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/typescript-config

## 0.0.114

### Patch Changes

- add vite and nuxt support
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.113",
"version": "0.0.114",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @oktaytest/ui

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/ui",
"version": "0.0.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/vite

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/vue

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/iconify.umd.js",
"module": "dist/iconify.mjs",
"types": "./dist/index.d.ts",
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 @@
# @oktaytest/webpack

## 0.0.114

### Patch Changes

- add vite and nuxt support
- Updated dependencies
- @oktaytest/core@0.0.114
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.113",
"version": "0.0.114",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit 26a8940

Please sign in to comment.