appium-xcode 5.1.1 → 5.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.1.3](https://github.com/appium/appium-xcode/compare/v5.1.2...v5.1.3) (2023-07-06)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump @appium/tsconfig from 0.2.4 to 0.3.0 ([#84](https://github.com/appium/appium-xcode/issues/84)) ([6af8b7a](https://github.com/appium/appium-xcode/commit/6af8b7aecb87519a89fccd1a0a0a0d379eb08d7b))
7
+
8
+ ## [5.1.2](https://github.com/appium/appium-xcode/compare/v5.1.1...v5.1.2) (2023-06-07)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#88](https://github.com/appium/appium-xcode/issues/88)) ([55e4a34](https://github.com/appium/appium-xcode/commit/55e4a3489a2c52d1704ba8d4e0b44604b3ee13d7))
14
+
1
15
  ## [5.1.1](https://github.com/appium/appium-xcode/compare/v5.1.0...v5.1.1) (2023-05-18)
2
16
 
3
17
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "ios",
7
7
  "xcode"
8
8
  ],
9
- "version": "5.1.1",
9
+ "version": "5.1.3",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@appium/eslint-config-appium": "^6.0.0",
72
- "@appium/tsconfig": "^0.2.4",
72
+ "@appium/tsconfig": "^0.3.0",
73
73
  "@babel/cli": "^7.18.10",
74
74
  "@babel/core": "^7.18.10",
75
75
  "@babel/eslint-parser": "^7.18.9",
@@ -85,7 +85,7 @@
85
85
  "babel-plugin-source-map-support": "^2.2.0",
86
86
  "chai": "^4.1.2",
87
87
  "chai-as-promised": "^7.1.1",
88
- "conventional-changelog-conventionalcommits": "^5.0.0",
88
+ "conventional-changelog-conventionalcommits": "^6.0.0",
89
89
  "eslint": "^7.32.0",
90
90
  "eslint-config-prettier": "^8.5.0",
91
91
  "eslint-plugin-import": "^2.26.0",