From 90347c0bbe4e9695a14a4e13f45b5e685b5a9725 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sun, 9 May 2021 16:20:36 -0400 Subject: [PATCH] Publish --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- packages/dripsy/CHANGELOG.md | 8 ++++++++ packages/dripsy/package.json | 4 ++-- 6 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450fcabb..bf603073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index ed173969..8eb93e06 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.5.16", + "version": "1.5.17", "command": { "publish": { "allowBranch": "master", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5095d49c..ce94034c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index c68f852c..d92c36bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/dripsy/CHANGELOG.md b/packages/dripsy/CHANGELOG.md index c33e4449..375e275d 100644 --- a/packages/dripsy/CHANGELOG.md +++ b/packages/dripsy/CHANGELOG.md @@ -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 diff --git a/packages/dripsy/package.json b/packages/dripsy/package.json index 3fbceca2..ff194c4e 100644 --- a/packages/dripsy/package.json +++ b/packages/dripsy/package.json @@ -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", @@ -78,7 +78,7 @@ "typescript": "^4.1.2" }, "dependencies": { - "@dripsy/core": "^1.5.16" + "@dripsy/core": "^1.5.17" }, "sideEffects": false, "gitHead": "4038c1a7a2934a65396011772b3ddfbc6f4f7555"