Skip to content

Commit

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

## [1.5.17](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.16...v1.5.17) (2021-05-09)


### Bug Fixes

* add jsx pragma for classic runTime to ssr-component file ([efa4a82](https://github.com/nandorojo/expo-theme-ui/commit/efa4a82d60e8d9c240cc4a4d11856ab8f212afe2))
* make sure to tell use jsx as well ([117e800](https://github.com/nandorojo/expo-theme-ui/commit/117e800f0beb69df6bb697c6e28f2805ef5d34ad))





## [1.5.16](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.15...v1.5.16) (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.16",
"version": "1.5.17",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.17](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.16...v1.5.17) (2021-05-09)


### Bug Fixes

* add jsx pragma for classic runTime to ssr-component file ([efa4a82](https://github.com/nandorojo/expo-theme-ui/commit/efa4a82d60e8d9c240cc4a4d11856ab8f212afe2))
* make sure to tell use jsx as well ([117e800](https://github.com/nandorojo/expo-theme-ui/commit/117e800f0beb69df6bb697c6e28f2805ef5d34ad))





## [1.5.16](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.15...v1.5.16) (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.16",
"version": "1.5.17",
"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.17](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.16...v1.5.17) (2021-05-09)

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





## [1.5.16](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.15...v1.5.16) (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.16",
"version": "1.5.17",
"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.16"
"@dripsy/core": "^1.5.17"
},
"sideEffects": false,
"gitHead": "4038c1a7a2934a65396011772b3ddfbc6f4f7555"
Expand Down

0 comments on commit 90347c0

Please sign in to comment.