1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 19:04:46 +00:00

build: bump stdlib 0.0.5 and vue 0.0.6

This commit is contained in:
2025-05-09 13:32:45 +07:00
parent 695647470b
commit 09e72d904c
4 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ name: CI
on: on:
pull_request: pull_request:
push:
branches: branches:
- master - master

View File

@@ -30,8 +30,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Build all packages - name: Build & Test
run: pnpm all:build run: pnpm all:build && pnpm all:test
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files

View File

@@ -1,6 +1,6 @@
{ {
"name": "@robonen/stdlib", "name": "@robonen/stdlib",
"version": "0.0.4", "version": "0.0.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "A collection of tools, utilities, and helpers for TypeScript", "description": "A collection of tools, utilities, and helpers for TypeScript",
"keywords": [ "keywords": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "@robonen/vue", "name": "@robonen/vue",
"version": "0.0.5", "version": "0.0.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Collection of powerful tools for Vue", "description": "Collection of powerful tools for Vue",
"keywords": [ "keywords": [