Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump minor version #326

Merged
merged 1 commit into from Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.yml
Expand Up @@ -17,7 +17,6 @@ extends:
- plugin:react-hooks/recommended
- plugin:react/recommended
- prettier
- prettier/@typescript-eslint
rules:
"@typescript-eslint/explicit-module-boundary-types": "off"
"@typescript-eslint/no-unused-vars":
Expand Down
2 changes: 1 addition & 1 deletion components/molecules/DraggableBookChildren.tsx
Expand Up @@ -112,7 +112,7 @@ function DraggableSection({
onSectionUpdate({ ...section, name: event.target.value || null });
},
500
).callback;
);
return (
<Draggable draggableId={draggableId} index={index}>
{(provided, snapshot) => (
Expand Down
2 changes: 1 addition & 1 deletion components/organisms/TopicForm.tsx
Expand Up @@ -72,7 +72,7 @@ export default function TopicForm(props: Props) {
const handleResourceUrlChange = useDebouncedCallback(
(event: ChangeEvent<HTMLInputElement>) => setUrl(event.target.value),
500
).callback;
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嬉しい変更だなとおもいました 👍

const { videoTracks } = useVideoTrackAtom();
const [open, setOpen] = useState(false);
const handleClickSubtitle = () => {
Expand Down
2 changes: 1 addition & 1 deletion openapi/apis/DefaultApi.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2BookBookIdSections.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2BookBookIdTopics.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2TopicTopicIdActivityTimeRanges.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2TopicTopicIdResource.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject1.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject2.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject3.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject4.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject5.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject6.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject7.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse200.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Author.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Books.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Sections.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Topics.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2002.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2003.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2004.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2005.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2006.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2006LtiLaunchBody.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse201.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2011.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/runtime.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
40 changes: 20 additions & 20 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "chibichilo",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -12,49 +12,49 @@
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"@openapitools/openapi-generator-cli": "^2.1.23",
"@rooks/use-previous": "^4.9.1",
"@storybook/react": "^6.1.18",
"@openapitools/openapi-generator-cli": "^2.2.2",
"@rooks/use-previous": "^4.9.2",
"@storybook/react": "^6.1.21",
"@types/events": "^3.0.0",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/video.js": "^7.3.14",
"@types/video.js": "^7.3.15",
"@types/vimeo__player": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vimeo/player": "^2.15.0",
"babel-loader": "^8.2.2",
"clsx": "^1.1.1",
"date-fns": "^2.17.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"date-fns": "^2.19.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"events": "^3.2.0",
"events": "^3.3.0",
"glob": "^7.1.6",
"iso-639-1": "^2.1.8",
"jotai": "^0.14.0",
"jotai": "^0.15.3",
"lodash.throttle": "^4.1.1",
"material-ui-confirm": "^2.1.1",
"next": "^10.0.6",
"next": "^10.0.9",
"node-interval-tree": "^1.3.3",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"pathpida": "^0.13.0",
"pathpida": "^0.14.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.1",
"react-hook-form": "^6.15.4",
"react-infinite-scroll-hook": "^3.0.0",
"strict-event-emitter-types": "^2.0.0",
"swr": "^0.4.2",
"typescript": "^4.1.5",
"use-debounce": "^5.2.0",
"swr": "^0.5.3",
"typescript": "^4.2.3",
"use-debounce": "^6.0.0",
"video.js": "^7.11.4",
"videojs-seek-buttons": "^1.6.0",
"videojs-youtube": "^2.6.1"
Expand Down