Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Jun 15, 2024
1 parent 2cf6f35 commit 493d9f4
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/repo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.6](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.7.6) (2024-06-15)

### Bug Fixes

* **architecture:** update docs on directory structure in other sections ([2cf6f35](https://github.com/waldronmatt/groundwork/commit/2cf6f35699f810e6f76b71991c16fa1fc88eefb4)) - by @waldronmatt
* **global:** new directory structure ([830895f](https://github.com/waldronmatt/groundwork/commit/830895f9c1559f540c56b791febbb80cc56ec5d6)) - by @waldronmatt

## [1.7.5](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.7.5) (2024-06-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-docs",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions examples/demo-ui-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.12](https://github.com/waldronmatt/groundwork/compare/[email protected]@3.3.12) (2024-06-15)

### Bug Fixes

* **global:** new directory structure ([830895f](https://github.com/waldronmatt/groundwork/commit/830895f9c1559f540c56b791febbb80cc56ec5d6)) - by @waldronmatt

## [3.3.11](https://github.com/waldronmatt/groundwork/compare/[email protected]@3.3.11) (2024-06-10)

**Note:** Version bump only for package demo-ui-storybook
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-ui-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-ui-storybook",
"version": "3.3.11",
"version": "3.3.12",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions examples/vite-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.3](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.3) (2024-06-15)

### Bug Fixes

* **global:** new directory structure ([830895f](https://github.com/waldronmatt/groundwork/commit/830895f9c1559f540c56b791febbb80cc56ec5d6)) - by @waldronmatt

## [2.2.2](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.2) (2024-06-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "2.2.2",
"version": "2.2.3",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
6 changes: 6 additions & 0 deletions packages/story-tokens-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-15)

### Bug Fixes

* **global:** new directory structure ([830895f](https://github.com/waldronmatt/groundwork/commit/830895f9c1559f540c56b791febbb80cc56ec5d6)) - by @waldronmatt

# [1.2.0](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/story-tokens-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/story-tokens-ui",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"exports": {
"./lib/*": "./lib/*"
Expand Down
6 changes: 6 additions & 0 deletions templates/demo-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.9](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-15)

### Bug Fixes

* **global:** new directory structure ([830895f](https://github.com/waldronmatt/groundwork/commit/830895f9c1559f540c56b791febbb80cc56ec5d6)) - by @waldronmatt

## [3.5.8](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion templates/demo-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/demo-ui",
"version": "3.5.8",
"version": "3.5.9",
"type": "module",
"exports": {
"./lib/*": "./lib/*"
Expand Down
6 changes: 6 additions & 0 deletions templates/library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-15)

### Bug Fixes

* **global:** new directory structure ([830895f](https://github.com/waldronmatt/groundwork/commit/830895f9c1559f540c56b791febbb80cc56ec5d6)) - by @waldronmatt

# [1.1.0](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion templates/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/library",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"exports": {
"./src/*": "./src/*"
Expand Down

0 comments on commit 493d9f4

Please sign in to comment.