Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 8fe080d commit faf3faf
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/mj-studio-library/react-native-styled-system/compare/v0.0.8...v0.0.9) (2024-03-27)

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

## 0.0.8 (2024-03-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "0.0.8",
"version": "0.0.9",
"npmClient": "yarn",
"ignoreChanges": ["**/doc/**", "**/example/**"],
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/mj-studio-library/react-native-styled-system/compare/v0.0.8...v0.0.9) (2024-03-27)

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

## 0.0.8 (2024-03-27)

**Note:** Version bump only for package @react-native-styled-system/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-styled-system/cli",
"version": "0.0.8",
"version": "0.0.9",
"description": "Generate theme typings for autocomplete",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/mj-studio-library/react-native-styled-system/compare/v0.0.8...v0.0.9) (2024-03-27)

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

## 0.0.8 (2024-03-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-styled-system/core",
"version": "0.0.8",
"version": "0.0.9",
"description": "React Native Styled System",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit faf3faf

Please sign in to comment.