Skip to content

Commit

Permalink
feat: Upgrade SDK V212E (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary authored Oct 9, 2024
1 parent c3c16af commit e1ce7c3
Show file tree
Hide file tree
Showing 193 changed files with 244,160 additions and 24,977 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn workspace react-native-citizen-escposprinter semantic-release
run: |-
cp ../../README.md .
cp ../../LICENSE .
yarn workspace react-native-citizen-escposprinter semantic-release
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,16 @@ buck-out/
*.jsbundle

# CocoaPods
/ios/Pods/
ios/Pods/

# Expo
**/.expo/
examples/**/ios/
examples/**/android/
expo-env.d.ts

# DotEnv
.env
.env.*

# Local Netlify folder
.netlify/
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarn test

yarn --quiet dlx sort-package-json --quiet {examples,packages}/*/package.json && git add {examples,packages}/*/package.json
yarn npx -y sort-package-json --quiet {examples,packages}/*/package.json && git add {examples,packages}/*/package.json
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
1 change: 0 additions & 1 deletion .watchmanconfig

This file was deleted.

925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.0.cjs

This file was deleted.

Loading

0 comments on commit e1ce7c3

Please sign in to comment.