Skip to content

Commit

Permalink
Merge branch 'main' into tc-bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Apr 9, 2024
2 parents a87a6b4 + 5a8b18f commit a1de6ed
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.29.1](https://github.com/nyaruka/floweditor/compare/v1.29.0...v1.29.1)

> 3 April 2024
- Remove unused environment endpoint [`#1230`](https://github.com/nyaruka/floweditor/pull/1230)

#### [v1.29.0](https://github.com/nyaruka/floweditor/compare/v1.28.0...v1.29.0)

> 29 March 2024
Expand Down
9 changes: 0 additions & 9 deletions lambda/environment.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nyaruka/flow-editor",
"license": "AGPL-3.0",
"repository": "git://github.com/nyaruka/floweditor.git",
"version": "1.29.0",
"version": "1.29.1",
"description": "'Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.'",
"browser": "umd/flow-editor.min.js",
"unpkg": "umd/flow-editor.min.js",
Expand Down
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@
revisions: base + 'revisions',
recents: base + 'recents',
languages: base + 'languages',
environment: base + 'environment',
recipients: base + 'recipients',
contacts: base + 'recipients',
functions: base + 'functions',
Expand Down
1 change: 0 additions & 1 deletion src/components/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Array [
"classifiers": "/assets/classifiers.json",
"contacts": "/assets/recipients.json",
"editor": "/flow/editor",
"environment": "/assets/environment.json",
"fields": "/assets/fields.json",
"flows": "/assets/flows.json",
"globals": "/assets/globals.json",
Expand Down
1 change: 0 additions & 1 deletion src/flowTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export interface Endpoints {
classifiers: string;
users: string;
topics: string;
environment: string;
languages: string;
templates: string;
simulateStart: string;
Expand Down
2 changes: 0 additions & 2 deletions src/test/assets/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const merged =
classifiers: 'classifiers',
fields: 'fields',
labels: 'labels',
environment: 'environment',
editor: 'editor',
activity: '',
engine: ''
Expand All @@ -28,7 +27,6 @@ export const merged =
classifiers: '/assets/classifiers',
fields: '/assets/fields',
labels: '/assets/labels',
environment: '/assets/environment',
editor: 'editor',
activity: '',
engine: ''
Expand Down
1 change: 0 additions & 1 deletion src/test/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const config: FlowEditorConfig = {
labels: '/assets/labels.json',
languages: '/assets/languages.json',
channels: '/assets/channels.json',
environment: '/assets/environment.json',
revisions: '/assets/revisions.json',
classifiers: '/assets/classifiers.json',
attachments: '/assets/attachments.json',
Expand Down

0 comments on commit a1de6ed

Please sign in to comment.