@ankhorage/surface 0.2.3 → 0.2.4

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 +6 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/surface
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 598daa1: Add the standard package tooling baseline script and workflow files.
8
+
3
9
  ## 0.2.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ankhorage/surface",
3
3
  "type": "module",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "description": "Stable UI foundation for React Native and React Native Web.",
6
6
  "homepage": "https://github.com/ankhorage/surface#readme",
7
7
  "bugs": {
@@ -72,6 +72,7 @@
72
72
  "lint": "eslint . --max-warnings=0",
73
73
  "lint:fix": "eslint . --fix --max-warnings=0",
74
74
  "format": "prettier --write .",
75
+ "format:check": "prettier --check .",
75
76
  "prepack": "bun run build",
76
77
  "test": "bun test src",
77
78
  "version-packages": "changeset version"