Skip to content

Commit f64a6eb

Browse files
chore: version packages (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74b2223 commit f64a6eb

File tree

44 files changed

+184
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+184
-48
lines changed

.changeset/fair-cycles-brake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/lemon-toys-go.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

infra/deployment-manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @granite-js/deployment-manager
22

3+
## 0.1.32
4+
5+
### Patch Changes
6+
7+
- 7572713: bump version up babel
8+
39
## 0.1.31
410

511
## 0.1.30

infra/deployment-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@granite-js/deployment-manager",
33
"type": "module",
4-
"version": "0.1.31",
4+
"version": "0.1.32",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.ts",
77
"module": "./dist/index.js",

infra/forge-cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @granite-js/forge-cli
22

3+
## 0.1.32
4+
5+
### Patch Changes
6+
7+
- 7572713: bump version up babel
8+
- Updated dependencies [7572713]
9+
- @granite-js/deployment-manager@0.1.32
10+
- @granite-js/plugin-core@0.1.32
11+
312
## 0.1.31
413

514
### Patch Changes

infra/forge-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@granite-js/forge-cli",
33
"description": "A CLI tool for managing Granite applications",
44
"type": "module",
5-
"version": "0.1.31",
5+
"version": "0.1.32",
66
"bin": {
77
"granite-forge": "./bin/index.js"
88
},

infra/pulumi-aws/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @granite-js/pulumi-aws
22

3+
## 0.1.32
4+
5+
### Patch Changes
6+
7+
- 7572713: bump version up babel
8+
39
## 0.1.31
410

511
## 0.1.30

infra/pulumi-aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@granite-js/pulumi-aws",
33
"type": "module",
4-
"version": "0.1.31",
4+
"version": "0.1.32",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.ts",
77
"module": "./dist/index.js",

packages/babel-preset-granite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# babel-preset-granite
22

3+
## 0.1.32
4+
5+
### Patch Changes
6+
7+
- 7572713: bump version up babel
8+
39
## 0.1.31
410

511
## 0.1.30

packages/babel-preset-granite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-preset-granite",
33
"type": "module",
4-
"version": "0.1.31",
4+
"version": "0.1.32",
55
"license": "Apache-2.0",
66
"description": "Babel preset for Granite",
77
"scripts": {

0 commit comments

Comments
 (0)