Skip to content

Commit

Permalink
chore(publish): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ncphillips committed Aug 25, 2020
1 parent e7e3f71 commit a558761
Show file tree
Hide file tree
Showing 107 changed files with 562 additions and 226 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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.

# [0.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

### Bug Fixes

- add parse function ([4add855](https://github.com/tinacms/tinacms/commit/4add855928e3557fc9c97985399fe68b640e5931))
- **react-tinacms-inline:** preview src passes form values ([e376424](https://github.com/tinacms/tinacms/commit/e37642482c78182d72bf74eb34e3f1a2a311675f))

### Features

- **next-tinacms-json:** remove deprecated apis ([0a03345](https://github.com/tinacms/tinacms/commit/0a033450d6b6a1137b5a1865daf77c1e24032534))
- **next-tinacms-markdown:** sunset outdated APIs ([8b6e90a](https://github.com/tinacms/tinacms/commit/8b6e90a0405cc031ec46da39dc5e8e640c36d5c6))

# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/@testing/*", "packages/@tinacms/*", "packages/[!@]*"],
"version": "0.28.0",
"version": "0.29.0",
"command": {
"publish": {
"ignoreChanges": ["packages/demo-*", "packages/@testing/**"]
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/alerts/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

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





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)

**Note:** Version bump only for package @tinacms/alerts
Expand Down
6 changes: 3 additions & 3 deletions packages/@tinacms/alerts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/alerts",
"version": "0.28.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -27,8 +27,8 @@
"build": "tinacms-scripts build"
},
"devDependencies": {
"@tinacms/core": "^0.28.0",
"@tinacms/scripts": "^0.26.0"
"@tinacms/core": "^0.29.0",
"@tinacms/scripts": "^0.29.0"
},
"peerDependencies": {
"@tinacms/core": ">=0.7"
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/api-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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

**Note:** Version bump only for package @tinacms/api-git





# [0.26.0](https://github.com/tinacms/tinacms/compare/v0.25.0...v0.26.0) (2020-08-03)

**Note:** Version bump only for package @tinacms/api-git
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/api-git/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@tinacms/api-git/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/api-git",
"version": "0.26.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"simple-git": "1.126.0"
},
"devDependencies": {
"@tinacms/scripts": "^0.26.0",
"@tinacms/scripts": "^0.29.0",
"@types/atob": "2.1.2",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/browser-storage/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

**Note:** Version bump only for package @tinacms/browser-storage





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)

**Note:** Version bump only for package @tinacms/browser-storage
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/browser-storage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/@tinacms/browser-storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/browser-storage",
"version": "0.28.0",
"version": "0.29.0",
"description": "A TinaCMS adapter for backing up form data in browser storage",
"main": "dist/index.js",
"license": "Apache-2.0",
Expand All @@ -18,8 +18,8 @@
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@tinacms/forms": "^0.28.0",
"@tinacms/react-core": "^0.28.0",
"@tinacms/scripts": "^0.26.0"
"@tinacms/forms": "^0.29.0",
"@tinacms/react-core": "^0.29.0",
"@tinacms/scripts": "^0.29.0"
}
}
8 changes: 8 additions & 0 deletions packages/@tinacms/core/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

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





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@tinacms/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/core",
"version": "0.28.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -27,6 +27,6 @@
"build": "tinacms-scripts build"
},
"devDependencies": {
"@tinacms/scripts": "^0.26.0"
"@tinacms/scripts": "^0.29.0"
}
}
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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

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





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/fields/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions packages/@tinacms/fields/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/fields",
"version": "0.28.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@babel/core": "^7.5.5",
"@storybook/addon-info": "^5.1.9",
"@storybook/react": "^5.3.19",
"@tinacms/form-builder": "^0.28.0",
"@tinacms/forms": "^0.28.0",
"@tinacms/icons": "^0.26.0",
"@tinacms/react-core": "^0.28.0",
"@tinacms/react-forms": "^0.28.0",
"@tinacms/react-modals": "^0.28.0",
"@tinacms/scripts": "^0.26.0",
"@tinacms/styles": "^0.26.0",
"@tinacms/form-builder": "^0.29.0",
"@tinacms/forms": "^0.29.0",
"@tinacms/icons": "^0.29.0",
"@tinacms/react-core": "^0.29.0",
"@tinacms/react-forms": "^0.29.0",
"@tinacms/react-modals": "^0.29.0",
"@tinacms/scripts": "^0.29.0",
"@tinacms/styles": "^0.29.0",
"@types/codemirror": "^0.0.71",
"@types/color-string": "^1.5.0",
"@types/lodash.debounce": "^4.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/form-builder/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

**Note:** Version bump only for package @tinacms/form-builder





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)

**Note:** Version bump only for package @tinacms/form-builder
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/form-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/@tinacms/form-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/form-builder",
"version": "0.28.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,11 +29,11 @@
"docs": "npx typedoc"
},
"devDependencies": {
"@tinacms/scripts": "^0.26.0"
"@tinacms/scripts": "^0.29.0"
},
"dependencies": {
"@tinacms/forms": "^0.28.0",
"@tinacms/react-core": "^0.28.0",
"@tinacms/forms": "^0.29.0",
"@tinacms/react-core": "^0.29.0",
"react-final-form": "^6.3.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

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





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)

**Note:** Version bump only for package @tinacms/forms
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/forms/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/@tinacms/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/forms",
"version": "0.28.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,8 +28,8 @@
"docs": "npx typedoc"
},
"devDependencies": {
"@tinacms/core": "^0.28.0",
"@tinacms/scripts": "^0.26.0"
"@tinacms/core": "^0.29.0",
"@tinacms/scripts": "^0.29.0"
},
"dependencies": {
"final-form": "^4.18.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/git-client/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

**Note:** Version bump only for package @tinacms/git-client





# [0.28.0](https://github.com/tinacms/tinacms/compare/v0.27.3...v0.28.0) (2020-08-17)

**Note:** Version bump only for package @tinacms/git-client
Expand Down
10 changes: 5 additions & 5 deletions packages/@tinacms/git-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/git-client",
"version": "0.28.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,9 +29,9 @@
"docs": "npx typedoc"
},
"devDependencies": {
"@tinacms/core": "^0.28.0",
"@tinacms/media": "^0.28.0",
"@tinacms/react-core": "^0.28.0",
"@tinacms/scripts": "^0.26.0"
"@tinacms/core": "^0.29.0",
"@tinacms/media": "^0.29.0",
"@tinacms/react-core": "^0.29.0",
"@tinacms/scripts": "^0.29.0"
}
}
8 changes: 8 additions & 0 deletions packages/@tinacms/icons/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.29.0](https://github.com/tinacms/tinacms/compare/v0.28.0...v0.29.0) (2020-08-25)

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





# [0.26.0](https://github.com/tinacms/tinacms/compare/v0.25.0...v0.26.0) (2020-08-03)

**Note:** Version bump only for package @tinacms/icons
Expand Down
4 changes: 2 additions & 2 deletions packages/@tinacms/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@tinacms/icons",
"version": "0.26.0",
"version": "0.29.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,6 +28,6 @@
"docs": "npx typedoc"
},
"devDependencies": {
"@tinacms/scripts": "^0.26.0"
"@tinacms/scripts": "^0.29.0"
}
}

0 comments on commit a558761

Please sign in to comment.