Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubnix committed Dec 4, 2023
1 parent 4c883b5 commit 240c494
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion libs/client-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/client-generator",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"description": "Wayland HTML5 protocol generator for the browser",
"bin": "index.mjs",
"keywords": [
Expand Down
6 changes: 4 additions & 2 deletions libs/client-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/client-protocol",
"version": "1.0.0-alpha.4",
"version": "1.0.0-rc1",
"description": "Wayland HTML5 core client protocol",
"module": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -32,9 +32,11 @@
"url": "https://github.com/udevbe/greenfield/tree/master/libs/web/client/protocol"
},
"packageManager": "yarn@3.6.0",
"dependencies": {
"@gfld/common": "workspace:^"
},
"devDependencies": {
"@gfld/client-generator": "workspace:^",
"@gfld/common": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/common",
"version": "1.0.0-alpha.2",
"version": "1.0.0-rc1",
"description": "Wayland HTML5 common client-server runtime",
"module": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/compositor-ffmpeg-h264/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-ffmpeg-h264",
"version": "1.0.0-alpha.1",
"version": "1.0.0-rc1",
"description": "FFMPEG web assembly h264 decoder",
"main": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/compositor-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-generator",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"type": "module",
"description": "Wayland HTML5 protocol generator for Node.js",
"bin": "index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion libs/compositor-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-protocol",
"version": "1.0.0-alpha.7",
"version": "1.0.0-rc1",
"description": "Wayland HTML5 runtime for Node.js",
"module": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/compositor-proxy-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-proxy-generator",
"version": "1.0.0-alpha.4",
"version": "1.0.0-rc1",
"bin": "src/index.mjs",
"type": "module",
"author": "Erik De Rijcke",
Expand Down
2 changes: 1 addition & 1 deletion libs/compositor-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-wasm",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"description": "Wayland HTML5 compositor wasm libs",
"module": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/xtsb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/xtsb",
"version": "1.0.0-alpha.1",
"version": "1.0.0-rc1",
"description": "",
"keywords": [],
"main": "dist/main/index.node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-proxy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-proxy-cli",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"type": "commonjs",
"bin": "dist/main.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-proxy",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"type": "commonjs",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor-shell",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"description": "A Wayland HTML5 Compositor Shell.",
"keywords": [
"linux",
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gfld/compositor",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc1",
"description": "A Wayland HTML5 Compositor.",
"keywords": [
"linux",
Expand Down

0 comments on commit 240c494

Please sign in to comment.