Skip to content

Commit

Permalink
fix: Update sentry-wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jan 5, 2018
1 parent 665ea6d commit 6f5356e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.32.1

- Update sentry-wizard

## v0.32.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 37 files
+2 −0 python/celery/.gitignore
+159 −0 python/celery/README.md
+ python/celery/_ReadMeImages/dashboard-example.png
+ python/celery/_ReadMeImages/sentry-logo-black.png
+8 −0 python/celery/broker.sh
+1 −0 python/celery/demo/app_bar/__init__.py
+11 −0 python/celery/demo/app_bar/tasks.py
+1 −0 python/celery/demo/app_foo/__init__.py
+13 −0 python/celery/demo/app_foo/tasks.py
+3 −0 python/celery/demo/backend.py
+22 −0 python/celery/demo/frontend.py
+1 −0 python/celery/demo/settings/__init__.py
+31 −0 python/celery/demo/settings/async.py
+3 −0 python/celery/demo/settings/web.py
+3 −0 python/celery/requirements.txt
+38 −0 python/celery/setup.sh
+7 −0 python/celery/web.sh
+7 −0 python/celery/worker.sh
+0 −56 react-native/ios-swift-cocoapods/.gitignore
+0 −38 react-native/ios-swift-cocoapods/Podfile
+0 −111 react-native/ios-swift-cocoapods/Podfile.lock
+0 −13 react-native/ios-swift-cocoapods/README.md
+0 −155 react-native/ios-swift-cocoapods/index.js
+0 −584 react-native/ios-swift-cocoapods/ios-swift-cocoapods.xcodeproj/project.pbxproj
+0 −7 react-native/ios-swift-cocoapods/ios-swift-cocoapods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+0 −10 react-native/ios-swift-cocoapods/ios-swift-cocoapods.xcworkspace/contents.xcworkspacedata
+0 −46 react-native/ios-swift-cocoapods/ios-swift-cocoapods/AppDelegate.swift
+0 −93 react-native/ios-swift-cocoapods/ios-swift-cocoapods/Assets.xcassets/AppIcon.appiconset/Contents.json
+0 −25 react-native/ios-swift-cocoapods/ios-swift-cocoapods/Base.lproj/LaunchScreen.storyboard
+0 −56 react-native/ios-swift-cocoapods/ios-swift-cocoapods/Base.lproj/Main.storyboard
+0 −56 react-native/ios-swift-cocoapods/ios-swift-cocoapods/Info.plist
+0 −38 react-native/ios-swift-cocoapods/ios-swift-cocoapods/ReactViewController.swift
+0 −25 react-native/ios-swift-cocoapods/ios-swift-cocoapods/ViewController.swift
+0 −22 react-native/ios-swift-cocoapods/ios-swift-cocoapodsTests/Info.plist
+0 −36 react-native/ios-swift-cocoapods/ios-swift-cocoapodsTests/ios_swift_cocoapodsTests.swift
+0 −17 react-native/ios-swift-cocoapods/package.json
+0 −3,743 react-native/ios-swift-cocoapods/yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-native": ">=0.38.0"
},
"dependencies": {
"@sentry/wizard": "^0.7.3",
"@sentry/wizard": "^0.7",
"raven-js": "^3.19.1"
},
"rnpm": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# yarn lockfile v1


"@sentry/cli@^1.26.1":
version "1.26.1"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.26.1.tgz#2c803e985b1b662b9a05eadb15b65d5b6ba2921d"
"@sentry/cli@^1.27.1":
version "1.27.1"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.27.1.tgz#4b54a4f2eebe31225758c3b5bd7ee3606cc2d49f"
dependencies:
progress "2.0.0"

"@sentry/wizard@^0.7.3":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-0.7.3.tgz#76782f79aedb3774e79e60b7dd73cee32308ad18"
"@sentry/wizard@^0.7":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-0.7.4.tgz#fcf9f2d2e9973da93c4475c399716625080ffe5a"
dependencies:
"@sentry/cli" "^1.26.1"
"@sentry/cli" "^1.27.1"
chalk "^2.3.0"
glob "^7.1.2"
inquirer "^4.0.0"
Expand Down

0 comments on commit 6f5356e

Please sign in to comment.