Skip to content

Commit b62f7d3

Browse files
committed
chore: bump all to v0.2.179
1 parent 1c3a343 commit b62f7d3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/cli",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "Interactive CLI tool for creating Ripple applications",
55
"type": "module",
66
"license": "MIT",

packages/compat-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/compat-react",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "Ripple compatibility layer for React",
55
"main": "src/index.js",
66
"author": "Dominic Gannaway",

packages/create-ripple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-ripple",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"type": "module",
55
"license": "MIT",
66
"author": "Ripple Team",

packages/eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/eslint-parser",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "ESLint parser for Ripple (.ripple files)",
55
"type": "module",
66
"main": "dist/index.js",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/eslint-plugin",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "ESLint plugin for Ripple",
55
"type": "module",
66
"main": "src/index.ts",

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/language-server",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "Language Server Protocol implementation for Ripple",
55
"main": "index.js",
66
"bin": {

packages/prettier-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/prettier-plugin",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "Ripple plugin for Prettier",
55
"type": "module",
66
"module": "src/index.js",

packages/ripple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Ripple is an elegant TypeScript UI framework",
44
"license": "MIT",
55
"author": "Dominic Gannaway",
6-
"version": "0.2.178",
6+
"version": "0.2.179",
77
"type": "module",
88
"module": "src/runtime/index-client.js",
99
"main": "src/runtime/index-client.js",

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Rollup plugin for Ripple",
44
"license": "MIT",
55
"author": "Dominic Gannaway",
6-
"version": "0.2.178",
6+
"version": "0.2.179",
77
"type": "module",
88
"main": "index.js",
99
"homepage": "https://ripplejs.com",

packages/tree-sitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ripple-ts/tree-sitter",
3-
"version": "0.2.178",
3+
"version": "0.2.179",
44
"description": "Ripple grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

0 commit comments

Comments
 (0)