Skip to content

Commit

Permalink
chore(publish): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ committed Jul 23, 2021
1 parent 45c87be commit 617807b
Show file tree
Hide file tree
Showing 46 changed files with 267 additions and 82 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

### Bug Fixes

- **@tinacms/form-builder:** Removes onKeyPress from FormBuilder ([f0e456b](https://github.com/tinacms/tinacms/commit/f0e456b2f9d1f2cc8a0a3ede38eee47da46e710c))

## [0.43.2](https://github.com/tinacms/tinacms/compare/v0.43.1...v0.43.2) (2021-07-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/@testing/*", "packages/@tinacms/*", "packages/[!@]*"],
"version": "0.43.2",
"version": "0.43.3",
"command": {
"publish": {
"ignoreChanges": ["packages/demo-*", "packages/@testing/**"]
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/fields/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package @tinacms/fields





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package @tinacms/fields
Expand Down
6 changes: 3 additions & 3 deletions packages/@tinacms/fields/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/fields",
"version": "0.43.0",
"version": "0.43.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,11 +33,11 @@
"@storybook/addon-info": "^5.1.9",
"@storybook/react": "^5.3.19",
"@tinacms/core": "^0.43.0",
"@tinacms/form-builder": "^0.43.0",
"@tinacms/form-builder": "^0.43.3",
"@tinacms/forms": "^0.43.0",
"@tinacms/icons": "^0.42.1",
"@tinacms/react-core": "^0.43.0",
"@tinacms/react-forms": "^0.43.0",
"@tinacms/react-forms": "^0.43.3",
"@tinacms/react-modals": "^0.43.0",
"@tinacms/scripts": "^0.42.1",
"@tinacms/styles": "^0.42.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/@tinacms/form-builder/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)


### Bug Fixes

* **@tinacms/form-builder:** Removes onKeyPress from FormBuilder ([f0e456b](https://github.com/tinacms/tinacms/commit/f0e456b2f9d1f2cc8a0a3ede38eee47da46e710c))





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package @tinacms/form-builder
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/form-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/form-builder",
"version": "0.43.0",
"version": "0.43.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/react-forms/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package @tinacms/react-forms





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package @tinacms/react-forms
Expand Down
4 changes: 2 additions & 2 deletions packages/@tinacms/react-forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-forms",
"version": "0.43.0",
"version": "0.43.3",
"license": "Apache-2.0",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"build": "tinacms-scripts build"
},
"dependencies": {
"@tinacms/form-builder": "^0.43.0",
"@tinacms/form-builder": "^0.43.3",
"react-beautiful-dnd": "^11.0.5",
"react-dismissible": "^1.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/react-sidebar/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package @tinacms/react-sidebar





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package @tinacms/react-sidebar
Expand Down
6 changes: 3 additions & 3 deletions packages/@tinacms/react-sidebar/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-sidebar",
"version": "0.43.0",
"version": "0.43.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,10 +34,10 @@
"react-dismissible": "^1.3.0"
},
"devDependencies": {
"@tinacms/form-builder": "^0.43.0",
"@tinacms/form-builder": "^0.43.3",
"@tinacms/icons": "^0.42.1",
"@tinacms/react-core": "^0.43.0",
"@tinacms/react-forms": "^0.43.0",
"@tinacms/react-forms": "^0.43.3",
"@tinacms/react-modals": "^0.43.0",
"@tinacms/react-screens": "^0.43.0",
"@tinacms/scripts": "^0.42.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/react-toolbar/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package @tinacms/react-toolbar





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package @tinacms/react-toolbar
Expand Down
8 changes: 4 additions & 4 deletions packages/@tinacms/react-toolbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-toolbar",
"version": "0.43.0",
"version": "0.43.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,15 +30,15 @@
},
"dependencies": {
"@tinacms/core": "^0.43.0",
"@tinacms/fields": "^0.43.0",
"@tinacms/fields": "^0.43.3",
"@tinacms/forms": "^0.43.0",
"react-dismissible": "^1.3.0"
},
"devDependencies": {
"@tinacms/form-builder": "^0.43.0",
"@tinacms/form-builder": "^0.43.3",
"@tinacms/icons": "^0.42.1",
"@tinacms/react-core": "^0.43.0",
"@tinacms/react-forms": "^0.43.0",
"@tinacms/react-forms": "^0.43.3",
"@tinacms/react-modals": "^0.43.0",
"@tinacms/react-screens": "^0.43.0",
"@tinacms/scripts": "^0.42.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/demo-cra/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package demo-cra





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package demo-cra
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-cra/package.json
@@ -1,9 +1,9 @@
{
"name": "demo-cra",
"version": "0.43.0",
"version": "0.43.3",
"private": true,
"dependencies": {
"tinacms": "^0.43.0"
"tinacms": "^0.43.3"
},
"devDependencies": {
"@types/node": "12.6.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/demo-gatsby/CHANGELOG.md
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.

## [0.43.3](https://github.com/gatsbyjs/gatsby-starter-blog/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package demo-gatsby





## [0.43.2](https://github.com/gatsbyjs/gatsby-starter-blog/compare/v0.43.1...v0.43.2) (2021-07-20)

**Note:** Version bump only for package demo-gatsby
Expand Down
22 changes: 11 additions & 11 deletions packages/demo-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "demo-gatsby",
"version": "0.43.2",
"version": "0.43.3",
"private": true,
"description": "A starter for a blog powered by Gatsby and Markdown",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
Expand All @@ -11,8 +11,8 @@
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@tinacms/core": "^0.43.0",
"@tinacms/fields": "^0.43.0",
"@tinacms/form-builder": "^0.43.0",
"@tinacms/fields": "^0.43.3",
"@tinacms/form-builder": "^0.43.3",
"@tinacms/icons": "^0.42.1",
"@tinacms/styles": "^0.42.1",
"autosize": "^4.0.2",
Expand All @@ -25,18 +25,18 @@
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-tinacms": "^0.43.0",
"gatsby-plugin-tinacms": "^0.43.3",
"gatsby-plugin-typography": "^2.3.2",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-remark-responsive-iframe": "^2.2.4",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-tinacms-git": "^0.43.0",
"gatsby-tinacms-json": "^0.43.0",
"gatsby-tinacms-mdx": "^0.43.0",
"gatsby-tinacms-remark": "^0.43.2",
"gatsby-tinacms-git": "^0.43.3",
"gatsby-tinacms-json": "^0.43.3",
"gatsby-tinacms-mdx": "^0.43.3",
"gatsby-tinacms-remark": "^0.43.3",
"gatsby-tinacms-teams": "^0.42.1",
"gatsby-transformer-json": "^2.2.2",
"gatsby-transformer-remark": "^2.6.9",
Expand All @@ -45,10 +45,10 @@
"prismjs": "^1.16.0",
"react-helmet": "^5.2.1",
"react-textarea-autosize": "7.1.2",
"react-tinacms-editor": "^0.43.2",
"react-tinacms-inline": "^0.43.2",
"react-tinacms-editor": "^0.43.3",
"react-tinacms-inline": "^0.43.3",
"react-typography": "^0.16.19",
"tinacms": "^0.43.0",
"tinacms": "^0.43.3",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75",
"typography": "^0.16.19",
Expand Down
8 changes: 8 additions & 0 deletions packages/demo-next/CHANGELOG.md
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.

## [0.43.3](https://github.com/kendallstrautman/nextjs-blog-starter/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package nextjs-blog-starter





## [0.43.2](https://github.com/kendallstrautman/nextjs-blog-starter/compare/v0.43.1...v0.43.2) (2021-07-20)

**Note:** Version bump only for package nextjs-blog-starter
Expand Down
14 changes: 7 additions & 7 deletions packages/demo-next/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "A simple starter to get up and developing quickly with Next.js",
"license": "Apache-2.0",
"version": "0.43.2",
"version": "0.43.3",
"author": "Kendall Strautman",
"scripts": {
"dev-next": "next",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@tinacms/api-git": "^0.42.1",
"@tinacms/form-builder": "^0.43.0",
"@tinacms/form-builder": "^0.43.3",
"@tinacms/git-client": "^0.43.0",
"@tinacms/icons": "^0.42.1",
"@tinacms/styles": "^0.42.1",
Expand All @@ -23,14 +23,14 @@
"express": "^4.17.1",
"loader": "^2.1.1",
"next": "^9.2.0",
"next-tinacms-json": "^0.43.0",
"next-tinacms-markdown": "^0.43.0",
"next-tinacms-json": "^0.43.3",
"next-tinacms-markdown": "^0.43.3",
"prop-types": "^15.7.2",
"raw-loader": "^3.0.0",
"react-markdown": "^4.1.0",
"react-tinacms-editor": "^0.43.2",
"react-tinacms-inline": "^0.43.2",
"tinacms": "^0.43.0",
"react-tinacms-editor": "^0.43.3",
"react-tinacms-inline": "^0.43.3",
"tinacms": "^0.43.3",
"webpack": "^4.41.5"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-tinacms/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package gatsby-plugin-tinacms





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package gatsby-plugin-tinacms
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-tinacms/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-tinacms",
"main": "index.js",
"version": "0.43.0",
"version": "0.43.3",
"license": "Apache-2.0",
"files": [
"index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"docs": "npx typedoc"
},
"dependencies": {
"tinacms": "^0.43.0"
"tinacms": "^0.43.3"
},
"gitHead": "87c8f9a3ca2c5bf41e1a4c54a73759d12a7c5bfd"
}
8 changes: 8 additions & 0 deletions packages/gatsby-tinacms-git/CHANGELOG.md
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.

## [0.43.3](https://github.com/tinacms/tinacms/compare/v0.43.2...v0.43.3) (2021-07-23)

**Note:** Version bump only for package gatsby-tinacms-git





# [0.43.0](https://github.com/tinacms/tinacms/compare/v0.42.1...v0.43.0) (2021-07-12)

**Note:** Version bump only for package gatsby-tinacms-git
Expand Down

0 comments on commit 617807b

Please sign in to comment.