Skip to content

Commit

Permalink
Bump version 45.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 17, 2023
1 parent 050bfb3 commit 4846432
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gjsify/gnome-shell-hello-world-example",
"version": "45.0.0-beta1",
"version": "45.0.0-beta2",
"description": "Simple Gnome Shell Hello World Extension example",
"type": "module",
"main": "dist/extension.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gnome-shell",
"version": "45.0.0-beta1",
"version": "45.0.0-beta2",
"description": "GJS TypeScript type definitions for GNOME Shell Extensions",
"main": "src/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/gnome-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@girs/gnome-shell",
"version": "45.0.0-beta1",
"version": "45.0.0-beta2",
"description": "GJS TypeScript type definitions for GNOME Shell Extensions",
"type": "module",
"main": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/gnome-shell/src/extensions/extension.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ExtensionMetadata } from '../types/extension-metadata.js';
export type { ExtensionMetadata } from '../types/extension-metadata.js';
import type { ExtensionType, ExtensionState } from '../misc/extensionUtils.js';
import type { ExtensionBase, TranslationFunctions } from './sharedInternals.js';

export class Extension extends ExtensionBase {
static lookupByUUID(uuid: string): Extension | null;
static defineTranslationFunctions(url: string): TranslationFunctions;
Expand Down
6 changes: 0 additions & 6 deletions packages/gnome-shell/src/ui/messageTray.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/messageTray.js







import type GObject from '@girs/gobject-2.0';
import type GLib from '@girs/glib-2.0';
import type Gio from '@girs/gio-2.0';
Expand Down

0 comments on commit 4846432

Please sign in to comment.