Skip to content

Commit

Permalink
release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Dec 11, 2024
1 parent f33efce commit 9206e11
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 7 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Changelog

This changelog is updated by [Cinnabar Meta](https://github.com/cinnabar-forge/node-meta).

## [Unreleased]

Visit the link above to see all unreleased changes.

[comment]: # (Insert new version after this line)

## [0.1.0](https://github.com/cinnabar-forge/snapcrud/releases/tag/v0.1.0) — 2024-12-11

- add bin ([9896850])
- add cinnabarMeta to anca.json ([5c5b11d])
- add css dark theme ([fbbd28c])
- add css ([eb08774])
- add displayAllTables setting ([37b1983])
- add entity creation and deletion ([5ac6f79])
- add types to entity editor ([36d0463])
- add wide table display ([37b1983])
- change env variables ([9896850])
- enhance config ([1a65e5c])
- init ([12cb521])
- make project public ([9b10383])
- remove build-bundle from actions ([5c5b11d])
- rename generateTypes to getColumns ([36d0463])
- set mysql utc timezone in knex ([bfba13b])
- update license ([94cecc2])
- update npm package 'express' to 4.21.2 ([5c5b11d])
- update package.json ([f33efce])
- update readme ([df6386d])

[f33efce]: https://github.com/cinnabar-forge/snapcrud/commit/f33efce
[df6386d]: https://github.com/cinnabar-forge/snapcrud/commit/df6386d
[5c5b11d]: https://github.com/cinnabar-forge/snapcrud/commit/5c5b11d
[fbbd28c]: https://github.com/cinnabar-forge/snapcrud/commit/fbbd28c
[5ac6f79]: https://github.com/cinnabar-forge/snapcrud/commit/5ac6f79
[bfba13b]: https://github.com/cinnabar-forge/snapcrud/commit/bfba13b
[36d0463]: https://github.com/cinnabar-forge/snapcrud/commit/36d0463
[37b1983]: https://github.com/cinnabar-forge/snapcrud/commit/37b1983
[1a65e5c]: https://github.com/cinnabar-forge/snapcrud/commit/1a65e5c
[9b10383]: https://github.com/cinnabar-forge/snapcrud/commit/9b10383
[94cecc2]: https://github.com/cinnabar-forge/snapcrud/commit/94cecc2
[9896850]: https://github.com/cinnabar-forge/snapcrud/commit/9896850
[eb08774]: https://github.com/cinnabar-forge/snapcrud/commit/eb08774
[12cb521]: https://github.com/cinnabar-forge/snapcrud/commit/12cb521


[unreleased]: https://github.com/cinnabar-forge/snapcrud/compare/v0.1.0...HEAD
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.0.0",
"timestamp": 0
"latest": "0.1.0",
"timestamp": 1733928679
},
"files": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapcrud",
"version": "0.0.0",
"version": "0.1.0",
"description": "A web-based database editor of specified tables and columns",
"keywords": [
"admin",
Expand Down
4 changes: 2 additions & 2 deletions src/cinnabar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by Cinnabar Meta. Do not edit.

export const CINNABAR_PROJECT_TIMESTAMP = 0;
export const CINNABAR_PROJECT_VERSION = "0.0.0";
export const CINNABAR_PROJECT_TIMESTAMP = 1733928679;
export const CINNABAR_PROJECT_VERSION = "0.1.0";

0 comments on commit 9206e11

Please sign in to comment.