Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Apr 28, 2021
1 parent 01941dd commit 743f1e3
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.14](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.13...v1.5.14) (2021-04-28)

**Note:** Version bump only for package dripsy





## [1.5.13](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.12...v1.5.13) (2021-04-28)

**Note:** Version bump only for package dripsy
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.5.13",
"version": "1.5.14",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.14](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.13...v1.5.14) (2021-04-28)

**Note:** Version bump only for package @dripsy/core





## [1.5.13](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.12...v1.5.13) (2021-04-28)

**Note:** Version bump only for package @dripsy/core
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": "@dripsy/core",
"version": "1.5.13",
"version": "1.5.14",
"description": "🍷 A super-simple responsive design system for React Native Web.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/dripsy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.14](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.13...v1.5.14) (2021-04-28)

**Note:** Version bump only for package dripsy





## [1.5.13](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.12...v1.5.13) (2021-04-28)

**Note:** Version bump only for package dripsy
Expand Down
4 changes: 2 additions & 2 deletions packages/dripsy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dripsy",
"version": "1.5.13",
"version": "1.5.14",
"description": "🍷 A super-simple responsive design system for React Native Web.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -78,7 +78,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@dripsy/core": "^1.5.13"
"@dripsy/core": "^1.5.14"
},
"sideEffects": false,
"gitHead": "4038c1a7a2934a65396011772b3ddfbc6f4f7555"
Expand Down

0 comments on commit 743f1e3

Please sign in to comment.