Skip to content

Commit

Permalink
build(ci): 🛠️ rename ci-root.yml to ci.yml and update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 24, 2023
1 parent ef6e8b2 commit 7cb4886
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-root.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Root
name: CI

on:
pull_request: ~
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": "strapi-ts-monorepo",
"version": "0.0.0",
"version": "1.0.1",
"private": true,
"description": "Strapi TS Monorepo Template",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-uno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-uno",
"version": "1.0.1",
"version": "0.0.0",
"description": "This is the description of the plugin.",
"homepage": "https://github.com/timelessco/strapi-ts-monorepo",
"bugs": {
Expand Down

0 comments on commit 7cb4886

Please sign in to comment.