Skip to content

Commit

Permalink
Prepare release v0.2.2 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Dec 6, 2021
1 parent d0a422a commit 368776a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2 (Dec 6, 2021)

Fix broken package

## 0.2.1 (Dec 5, 2021)

High level enhancements
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -18,7 +18,7 @@
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"docusaurus-preset-openapi": "^0.2.1",
"docusaurus-preset-openapi": "^0.2.2",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.1",
"version": "0.2.2",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/docusaurus-preset-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-preset-openapi",
"description": "OpenAPI preset for Docusaurus.",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,7 +33,7 @@
"@docusaurus/theme-classic": "2.0.0-beta.9",
"@docusaurus/theme-search-algolia": "2.0.0-beta.9",
"docusaurus-plugin-openapi": "^0.2.1",
"docusaurus-theme-openapi": "^0.2.1"
"docusaurus-theme-openapi": "^0.2.2"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/docusaurus-theme-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "docusaurus-theme-openapi",
"description": "OpenAPI theme for Docusaurus.",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"types": "src/theme-openapi.d.ts",
"main": "lib/index.js",
"files": [
"/dist"
],
"scripts": {
"build": "tsc --noEmit && yarn babel:lib && yarn babel:lib-next && yarn format:lib-next",
"watch": "concurrently --names \"lib,lib-next,tsc\" --kill-others \"yarn babel:lib --watch\" \"yarn babel:lib-next --watch\" \"yarn tsc --watch\"",
Expand Down

0 comments on commit 368776a

Please sign in to comment.