Skip to content

Commit

Permalink
chore(publish): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ committed Apr 19, 2021
1 parent 5341ee8 commit 53eb9ef
Show file tree
Hide file tree
Showing 52 changed files with 333 additions and 99 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)

### Bug Fixes

- alert container click blocking ([4d3f8ed](https://github.com/tinacms/tinacms/commit/4d3f8ed285a04f6dd75bdc707fbd8bb5a0fe06ba))
- Changes 30px to 1.5rem ([63e7f71](https://github.com/tinacms/tinacms/commit/63e7f716e7a957577c33dd642df2e68dd7f07888))
- Check for \$GH_TOKEN when releasing ([c8c8fc9](https://github.com/tinacms/tinacms/commit/c8c8fc988a98299bc62dc3e74f365b509438149f))
- **@tinacms/fields:** Fixes width for list selects ([2d0f991](https://github.com/tinacms/tinacms/commit/2d0f991d235ac9d9a959326dcad28ad64d0f8fde))
- do not recreate FormPortal on a ref value change ([7fade9a](https://github.com/tinacms/tinacms/commit/7fade9a7aed39e27f1ec8d440fca25f1b1976e76))
- Docs & Nuke.sh ([da36b61](https://github.com/tinacms/tinacms/commit/da36b619789dc8caa8041871b11291b64d80fcb7))
- switched to style prop to set zIndex ([3376dcd](https://github.com/tinacms/tinacms/commit/3376dcdd5023fdc51d217287fdfa9728dc20a668))
- the same mistake with MenuPortal ([94690b3](https://github.com/tinacms/tinacms/commit/94690b33c210f85b051d090d84c5f675f53ce87c))

### Features

- drag to resize sidebar ([5c6b370](https://github.com/tinacms/tinacms/commit/5c6b3700b0a165a0af600ec3bb21c9f271374fd4))

# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/@testing/*", "packages/@tinacms/*", "packages/[!@]*"],
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"command": {
"publish": {
"ignoreChanges": ["packages/demo-*", "packages/@testing/**"]
Expand Down
13 changes: 13 additions & 0 deletions packages/@tinacms/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)


### Bug Fixes

* Changes 30px to 1.5rem ([63e7f71](https://github.com/tinacms/tinacms/commit/63e7f716e7a957577c33dd642df2e68dd7f07888))
* **@tinacms/fields:** Fixes width for list selects ([2d0f991](https://github.com/tinacms/tinacms/commit/2d0f991d235ac9d9a959326dcad28ad64d0f8fde))
* switched to style prop to set zIndex ([3376dcd](https://github.com/tinacms/tinacms/commit/3376dcdd5023fdc51d217287fdfa9728dc20a668))





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/@tinacms/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/fields",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@tinacms/forms": "^0.39.0",
"@tinacms/icons": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/react-forms": "^0.40.0-alpha.0",
"@tinacms/react-modals": "^0.40.0-alpha.0",
"@tinacms/react-forms": "^0.40.0",
"@tinacms/react-modals": "^0.40.0",
"@tinacms/scripts": "^0.39.0",
"@tinacms/styles": "^0.40.0-alpha.0",
"@tinacms/styles": "^0.40.0",
"@types/codemirror": "^0.0.71",
"@types/color-string": "^1.5.0",
"@types/lodash.debounce": "^4.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/@tinacms/react-alerts/CHANGELOG.md
Original file line number Diff line number Diff line change
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.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)


### Bug Fixes

* alert container click blocking ([4d3f8ed](https://github.com/tinacms/tinacms/commit/4d3f8ed285a04f6dd75bdc707fbd8bb5a0fe06ba))





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/@tinacms/react-alerts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-alerts",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"license": "Apache-2.0",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"@tinacms/icons": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/scripts": "^0.39.0",
"@tinacms/styles": "^0.40.0-alpha.0"
"@tinacms/styles": "^0.40.0"
},
"peerDependencies": {
"@tinacms/alerts": ">=0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/@tinacms/react-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
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.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)


### Bug Fixes

* switched to style prop to set zIndex ([3376dcd](https://github.com/tinacms/tinacms/commit/3376dcdd5023fdc51d217287fdfa9728dc20a668))





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/@tinacms/react-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-forms",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"license": "Apache-2.0",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@tinacms/forms": "^0.39.0",
"@tinacms/icons": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/react-modals": "^0.40.0-alpha.0",
"@tinacms/react-modals": "^0.40.0",
"@tinacms/scripts": "^0.39.0",
"@tinacms/styles": "^0.40.0-alpha.0",
"@tinacms/styles": "^0.40.0",
"@types/react-beautiful-dnd": "^11.0.3"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/react-modals/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.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)

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





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/@tinacms/react-modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-modals",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"license": "Apache-2.0",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@tinacms/icons": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/scripts": "^0.39.0",
"@tinacms/styles": "^0.40.0-alpha.0"
"@tinacms/styles": "^0.40.0"
},
"peerDependencies": {
"@tinacms/icons": ">=0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/react-screens/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.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)

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





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/@tinacms/react-screens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-screens",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@tinacms/core": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/react-modals": "^0.40.0-alpha.0",
"@tinacms/react-modals": "^0.40.0",
"@tinacms/scripts": "^0.39.0"
},
"gitHead": "87c8f9a3ca2c5bf41e1a4c54a73759d12a7c5bfd"
Expand Down
11 changes: 11 additions & 0 deletions packages/@tinacms/react-sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
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.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)


### Features

* drag to resize sidebar ([5c6b370](https://github.com/tinacms/tinacms/commit/5c6b3700b0a165a0af600ec3bb21c9f271374fd4))





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
10 changes: 5 additions & 5 deletions packages/@tinacms/react-sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-sidebar",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@tinacms/form-builder": "^0.39.0",
"@tinacms/icons": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/react-forms": "^0.40.0-alpha.0",
"@tinacms/react-modals": "^0.40.0-alpha.0",
"@tinacms/react-screens": "^0.40.0-alpha.0",
"@tinacms/react-forms": "^0.40.0",
"@tinacms/react-modals": "^0.40.0",
"@tinacms/react-screens": "^0.40.0",
"@tinacms/scripts": "^0.39.0",
"@tinacms/styles": "^0.40.0-alpha.0"
"@tinacms/styles": "^0.40.0"
},
"peerDependencies": {
"@tinacms/form-builder": ">=0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/react-toolbar/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.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)

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





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
12 changes: 6 additions & 6 deletions packages/@tinacms/react-toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/react-toolbar",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,19 +30,19 @@
},
"dependencies": {
"@tinacms/core": "^0.39.0",
"@tinacms/fields": "^0.40.0-alpha.0",
"@tinacms/fields": "^0.40.0",
"@tinacms/forms": "^0.39.0",
"react-dismissible": "^1.3.0"
},
"devDependencies": {
"@tinacms/form-builder": "^0.39.0",
"@tinacms/icons": "^0.39.0",
"@tinacms/react-core": "^0.39.0",
"@tinacms/react-forms": "^0.40.0-alpha.0",
"@tinacms/react-modals": "^0.40.0-alpha.0",
"@tinacms/react-screens": "^0.40.0-alpha.0",
"@tinacms/react-forms": "^0.40.0",
"@tinacms/react-modals": "^0.40.0",
"@tinacms/react-screens": "^0.40.0",
"@tinacms/scripts": "^0.39.0",
"@tinacms/styles": "^0.40.0-alpha.0"
"@tinacms/styles": "^0.40.0"
},
"peerDependencies": {
"@tinacms/form-builder": ">=0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/styles/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.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)

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





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/styles",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/demo-cra/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.

# [0.40.0](https://github.com/tinacms/tinacms/compare/v0.39.0...v0.40.0) (2021-04-19)

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





# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/demo-cra/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "demo-cra",
"version": "0.40.0-alpha.0",
"version": "0.40.0",
"private": true,
"dependencies": {
"tinacms": "^0.40.0-alpha.0"
"tinacms": "^0.40.0"
},
"devDependencies": {
"@types/node": "12.6.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/demo-gatsby/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.

# [0.40.0](https://github.com/gatsbyjs/gatsby-starter-blog/compare/v0.39.0...v0.40.0) (2021-04-19)

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





# [0.39.0](https://github.com/gatsbyjs/gatsby-starter-blog/compare/v0.38.0...v0.39.0) (2021-03-30)


Expand Down
Loading

0 comments on commit 53eb9ef

Please sign in to comment.