Skip to content

Commit

Permalink
Merge pull request #95 from fortanix/release/v1.0.0-beta-20250107
Browse files Browse the repository at this point in the history
Release v1.0.0-beta-20250107
  • Loading branch information
mkrause authored Jan 7, 2025
2 parents 0880553 + cef948f commit 8c4f592
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const preview = {
'Colors',
'Typography',
'Iconography',
'Change log',
],
'typography',
[
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

# Change Log

**v1.0.0**

* Initial release.
See [releases](https://github.com/fortanix/baklava/releases).
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,18 @@ To create a new release:
- Hit "Publish the release".

- Once the release has been created, a GitHub Actions workflow will automatically run to publish this release to npm.


**Script:**

```console
VERSION=x.y.z
git co -b release/v${VERSION}
sed -i '' "s/version: '.*'/version: '${VERSION}'/" package.json.js
npm run install-project
git add package.json.js package.json package-lock.json
git ci -m "Release v${VERSION}"
git push -u origin HEAD
npm run automate github:create-release-pr
# Follow instructions from above command
```
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,7 +1,7 @@
{
"//": "NOTE: This is a generated file. Do not edit this file directly, edit package.json.js instead.",
"name": "@fortanix/baklava",
"version": "1.0.0-beta-20250102",
"version": "1.0.0-beta-20250107",
"license": "MPL-2.0",
"author": "Fortanix",
"description": "Fortanix Baklava design system",
Expand Down
2 changes: 1 addition & 1 deletion package.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as fs from 'node:fs';

const packageConfig = {
name: '@fortanix/baklava',
version: '1.0.0-beta-20250102',
version: '1.0.0-beta-20250107',
license: 'MPL-2.0',
author: 'Fortanix',
description: 'Fortanix Baklava design system',
Expand Down
7 changes: 0 additions & 7 deletions src/docs/Changelog.mdx

This file was deleted.

0 comments on commit 8c4f592

Please sign in to comment.