Skip to content

Commit

Permalink
Merge pull request #27 from oktaysenkan/feat/v3
Browse files Browse the repository at this point in the history
feat: add universal support and package rename
  • Loading branch information
oktaysenkan authored Oct 6, 2024
2 parents ef7cb34 + 8381c3f commit d663f84
Show file tree
Hide file tree
Showing 270 changed files with 26,658 additions and 22,175 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)
21 changes: 21 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@monicon/*"]],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@monicon/react-native-app",
"@monicon/next",
"@monicon/nuxt-app",
"@monicon/rollup-react",
"@monicon/rspack-react",
"@monicon/vite-react",
"@monicon/vite-vue",
"@monicon/svelte-app",
"@monicon/docs"
]
}
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

51 changes: 4 additions & 47 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,13 @@ name: CI
on:
push:
branches:
- main
- '**'
pull_request:
branches:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Lint files
run: yarn lint

- name: Typecheck files
run: yarn typecheck

test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage

build-library:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -44,21 +17,5 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Build package
run: yarn prepare

build-web:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Build package
run: yarn prepare

- name: Build example for Web
run: |
yarn example expo export:web
- name: Build all packages and apps
run: yarn build
107 changes: 32 additions & 75 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,80 +1,37 @@
# OSX
#
.DS_Store

# XDE
.expo/

# VSCode
.vscode/
jsconfig.json

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
.classpath
.cxx
.gradle
.idea
.project
.settings
local.properties
android.iml
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Cocoapods
#
example/ios/Pods
# dependencies
node_modules
.pnp
.pnp.js

# Ruby
example/vendor/
# testing
coverage

# node.js
#
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# next.js
.next/
.swc/
out/
build

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
# expo
.expo

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Expo
.expo/

# Turborepo
.turbo/

# generated by bob
lib/
dist/
web-build/
# misc
.DS_Store
*.pem
dist

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# turbo
.turbo
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v18
1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions .yarnrc.yml

This file was deleted.

67 changes: 0 additions & 67 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit d663f84

Please sign in to comment.