Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchetwin committed Oct 1, 2024
1 parent 8571ab4 commit 395407d
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 59 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.0.0 (2024-10-01)


### 🩹 Fixes

- **create-app:** add process to context ([0c502f2](https://github.com/bloomberg/stricli/commit/0c502f2))

### ❤️ Thank You

- Kubilay Kahveci

## 0.0.1 (2024-09-30)

This was a version bump only, there were no code changes.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/docs",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@stricli/core": "^0.0.1",
"@stricli/core": "^1.0.0",
"docusaurus-plugin-typedoc": "^1.0.5",
"monaco-editor": "^0.51.0",
"sass": "^1.79.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stricli-bun-example",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"module": "src/app.ts",
"type": "module",
Expand All @@ -11,6 +11,6 @@
"typescript": "5.6.x"
},
"dependencies": {
"@stricli/core": "^0.0.1"
"@stricli/core": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stricli-deno-example",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"module": "src/app.ts",
"type": "module",
Expand All @@ -11,6 +11,6 @@
"typescript": "5.6.x"
},
"dependencies": {
"@stricli/core": "^0.0.1"
"@stricli/core": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "stricli-node-example",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "index.js",
"dependencies": {
"@stricli/core": "^0.0.1"
"@stricli/core": "^1.0.0"
},
"devDependencies": {
"@types/node": "^22.1.0",
Expand Down
Loading

0 comments on commit 395407d

Please sign in to comment.