Bump up version to 2024.2.0-io.1 (MisskeyIO#405)

This commit is contained in:
まっちゃとーにゅ 2024-02-02 22:16:02 +09:00 committed by GitHub
parent 599c610d61
commit 8f69c6fa58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "2024.1.0-io.1i", "version": "2024.2.0-io.1",
"codename": "nasubi", "codename": "nasubi",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"name": "misskey-js", "name": "misskey-js",
"version": "2024.1.0-io.1i", "version": "2024.2.0-io.1",
"description": "Misskey SDK for JavaScript", "description": "Misskey SDK for JavaScript",
"types": "./built/dts/index.d.ts", "types": "./built/dts/index.d.ts",
"exports": { "exports": {

View File

@ -1,5 +1,5 @@
/* /*
* version: 2024.1.0-io * version: 2024.2.0-io
*/ */
import type { SwitchCaseResponseType } from '../api.js'; import type { SwitchCaseResponseType } from '../api.js';

View File

@ -1,5 +1,5 @@
/* /*
* version: 2024.1.0-io * version: 2024.2.0-io
*/ */
import type { import type {

View File

@ -1,5 +1,5 @@
/* /*
* version: 2024.1.0-io * version: 2024.2.0-io
*/ */
import { operations } from './types.js'; import { operations } from './types.js';

View File

@ -1,5 +1,5 @@
/* /*
* version: 2024.1.0-io * version: 2024.2.0-io
*/ */
import { components } from './types.js'; import { components } from './types.js';

View File

@ -2,7 +2,7 @@
/* eslint @typescript-eslint/no-explicit-any: 0 */ /* eslint @typescript-eslint/no-explicit-any: 0 */
/* /*
* version: 2024.1.0-io * version: 2024.2.0-io
*/ */
/** /**