Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldanor committed May 11, 2024
1 parent d95fbb8 commit 2a1e936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-cms
name: build-container

on:
push:
Expand All @@ -10,7 +10,6 @@ env:

jobs:
build:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixel-provisioner",
"version": "0.0.1",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -26,7 +26,7 @@
"eslint-plugin-svelte": "^2.36.0-next.13",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^5.0.0-next.126",
"svelte": "^5.0.0-next.128",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
Expand Down

0 comments on commit 2a1e936

Please sign in to comment.