Skip to content

Commit 59dfa9d

Browse files
chore: release packages [skip ci]
1 parent c215bdf commit 59dfa9d

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/mj-studio-library/react-native-styled-system/compare/v1.3.1...v1.4.0) (2024-06-14)
7+
8+
### Features
9+
10+
- add defaultProps, sxOptions into createSxComponent param ([fd2e57d](https://github.com/mj-studio-library/react-native-styled-system/commit/fd2e57d5608e5bf0ed6663aaaf3d0fe2f2eb2740))
11+
612
## [1.3.1](https://github.com/mj-studio-library/react-native-styled-system/compare/v1.3.0...v1.3.1) (2024-06-14)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"npmClient": "yarn",
66
"ignoreChanges": ["**/doc/**", "**/example/**"],
77
"command": {

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/mj-studio-library/react-native-styled-system/compare/v1.3.1...v1.4.0) (2024-06-14)
7+
8+
**Note:** Version bump only for package @react-native-styled-system/cli
9+
610
## [1.3.1](https://github.com/mj-studio-library/react-native-styled-system/compare/v1.3.0...v1.3.1) (2024-06-14)
711

812
**Note:** Version bump only for package @react-native-styled-system/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-styled-system/cli",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Generate theme typings for autocomplete",
55
"type": "module",
66
"main": "dist/cjs/index.cjs",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/mj-studio-library/react-native-styled-system/compare/v1.3.1...v1.4.0) (2024-06-14)
7+
8+
### Features
9+
10+
- add defaultProps, sxOptions into createSxComponent param ([fd2e57d](https://github.com/mj-studio-library/react-native-styled-system/commit/fd2e57d5608e5bf0ed6663aaaf3d0fe2f2eb2740))
11+
612
## [1.3.1](https://github.com/mj-studio-library/react-native-styled-system/compare/v1.3.0...v1.3.1) (2024-06-14)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-styled-system/core",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "React Native Styled System",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)