@navegarti/rn-design-system 0.2.0 → 0.2.1

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 (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@navegarti/rn-design-system",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Components and functions to help navegar projects",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
7
- "private": false,
8
7
  "exports": {
9
8
  ".": {
10
9
  "source": "./src/index.tsx",
@@ -64,7 +63,7 @@
64
63
  "typecheck": "tsc",
65
64
  "lint": "biome check --write --unsafe; biome format --write",
66
65
  "test": "jest",
67
- "release": "release-it --only-version"
66
+ "release": "release-it --ci"
68
67
  },
69
68
  "keywords": [
70
69
  "react-native",
@@ -73,7 +72,7 @@
73
72
  ],
74
73
  "repository": {
75
74
  "type": "git",
76
- "url": "git+https://bitbucket.org/navegar/navegar-design-system/.git"
75
+ "url": "git+https://bitbucket.org/navegar/navegar-design-system.git"
77
76
  },
78
77
  "author": "Lucas Rodrigues Paixão <lucas.paixao@navegarti.com.br> (https://bitbucket.org/navegar/navegar-design-system/)",
79
78
  "license": "MIT",
@@ -95,6 +94,7 @@
95
94
  "@types/jest": "^30.0.0",
96
95
  "@types/prop-types": "^15",
97
96
  "@types/react": "^19.2.13",
97
+ "babel-plugin-react-compiler": "^1.0.0",
98
98
  "commitlint": "^20.4.1",
99
99
  "del-cli": "^7.0.0",
100
100
  "expo-checkbox": "^5.0.8",
@@ -188,14 +188,15 @@
188
188
  },
189
189
  "release-it": {
190
190
  "git": {
191
- "commitMessage": "chore: release ${version}",
191
+ "requireUpstream": false,
192
+ "commitMessage": "chore: release ${version} [skip ci]",
192
193
  "tagName": "v${version}"
193
194
  },
194
195
  "npm": {
195
196
  "publish": true
196
197
  },
197
198
  "github": {
198
- "release": true
199
+ "release": false
199
200
  },
200
201
  "plugins": {
201
202
  "@release-it/conventional-changelog": {